body {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F5F6D4;
	font-size: 0.9em;
	color: #0B1549;
	min-width: 550px;
}
H1, H2, H3, H4, H5, H6 {
	color: #493F0B;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0033CC;

}
a:visited {
	color: #009900;

}
a:hover {
	color: #4B8BE3;

}

#head {
	height: 75px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #F5F6D4;
	background-image: url(../images/head-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#container {
	position: relative;
}
#body {
	width: 50%;
	position: absolute;
	left: 250px;
	top: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#topTitle h1 {
	font-size: 1em;
	padding-left: 12px;
	padding-top: 5px;
	color: #000000;
	background-color: F5F6D4;
}

#leftNav {
	width: 210px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#adColumn {
	position: absolute;
	top: 2px;
	right: 14px;
	width: 200px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	padding-top: 10px;
}
#footer {
  clear: both;
}



#container #adColumn .header a:link {
	font-size: 1em;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#container #adColumn .header a:visited {
	font-size: 1em;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#container #adColumn .header a:hover {
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#container #adColumn .body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#container #adColumn .footer a:link {
	font-size: 0.85em;
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#container #adColumn .footer a:visited {
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
}
#container #adColumn .footer a:hover {
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#container #footer {
	clear: both;
}
* html #left {
  left: 150px;  /* RC width */
}
