/* CSS Document */
* {
	margin:0px;
	padding:0px;
	border:0px;
	}
body{
	position:relative;
	/*text-align:center;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background:#B3A394 url(/img/bodybg.jpg) repeat-x;
	margin-top:25px;
	}	
hr  {
	height:1px;
	border-bottom:1px solid #DDDDDD;
	padding:5px 0px;
	}	
a {
	color:#5A7089;
	}
p {
padding:5px;
	}
.clear {
	clear:both;
	}
#page {
	margin:0px auto;
	width:824px;
}	
#mainWrapper {
	background:#5A7089;
	width:824px;
	padding:10px;
	border: 1px solid #333333;
	position:relative;
	margin:0px auto;
	}
#coreContent {
	background:#EEEEEE;
	padding:10px;	
	border: 1px solid #333333;
	float:left;
	display:inline;
	}	
#titleBar {
	width:800px;
	height:75px;
	background:#BEC8D4;
	border-style:solid;
	border-width:1px 1px 0px;
	border-color:#333333;	
	}
#menuBar {
	width:800px;
	background:#FFFFFF;
	border-style:solid;
	border-width:0px 1px;
	border-color:#999999;	
	}	
#content {
	width:800px;
	border-top:1px solid #000;
	background:#FFFFFF;	
	border-style:solid;
	border-width:1px 1px 1px;
	border-color:#999999;	
	float:left;
	}
.bigbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.bigboldblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
}

.leftContent {
	width:350px;
	text-align:left;
	background:transparent;
	float:left;	
	clear:left;
	}
.rightContent {
	width:400px;
	text-align:left;
	background:transparent;
	float:right;	
	}
.smLeftContent {
	width:150px;
	text-align:left;
	background:transparent;
	float:left;	
	}
.wideRightContent {
	width:600px;
	text-align:left;
	background:transparent;
	float:right;	
	clear:right;
	}
.mdLeftContent {
	width:300px;
	text-align:center;
	background:transparent;
	float:left;	
	clear:left;
	}
.mdRightContent {
	width:465px;
	text-align:left;
	background:transparent;
	float:right;	
	clear:right;
	background:#FFFFFF url(/img/mdback.jpg) no-repeat;
	height:130px;
	margin-top:20px;
	padding-left:10px;
	}
#footer {
	clear:both;
	text-align:center;
	width:100%;
	float:left;
	color:#ABABAB;
	}