@charset "utf-8";
.border-l {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DEDEDC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 12px;
	color: #4B4746;
	text-decoration: none;
}
a {
	color: #9C2A29;
}


.contentbox {
	background-color: #FFFFFF;
	border: 1px solid #342E2E;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
}
.border-b-white {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.sidenav {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

