*{
margin:0;
padding:0;
}
html{ overflow-y : scroll; }

body {
	padding: 0px;
	margin: 0px;
	background-color: #cbcbcb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	overflow: auto;
	}
h1 {
	font-family: "Lucida Grande";
	color: #663333;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#main_wrapper {
	width:750px; /* sets t width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto;
	text-align: left;
	background-color: #FFFFFF;
	}
#nav {
	height: 40px;
	width:750px;
	margin-top: 10px;
	}
#content {
	background-image: url(../img/site_assets/contentBg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 750px;
	}
#footer {
	clear:both; /* TEMP - REMOVE OR RESTYLE  */
	background-image: url(../img/site_assets/footer.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 750px;
	}
#header_inner, #nav_inner, #con, #sidebar  {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}
#sidebar {
	width: 251px;
	height: 570px;
}
#header {
}
	
#header_inner {
	width: 750px;
	}
#nav_inner {
	margin-left: 17px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 12px;
	}

#content_inner {
	background-repeat: repeat-y;
	width: 499px;
	float: left;
	padding-bottom: 25px;
	}
#content_left {
	margin-left: 17px;
	width: 450px;
	padding-right: 20px;
}
#content_left p {
	margin-bottom: 10px;
}
#content_left  a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#content_left  a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content_left a:visited {
	color: #666666;
	text-decoration: none;
}
#content_left a:hover {
	text-decoration: underline;
}

#content_left_prct  p {
	
}
#content_left_prct  img {
	float: left;
	padding-right: 12px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
#footer_inner {
	margin-left: 20px;
	padding-top: 15px;
	}
.navspacer {
	padding-right: 2px;
	padding-left: 2px;
	color: #999999;
}
#nav a {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:link {
	color: #666666;
	text-decoration: none;
}
#nav a:visited {
	color: #666666;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

#nav_inner li {
	list-style-type: none;
	display: inline;
}
#nav_inner ul {
	margin: 0px;
	padding: 0px;
}
.active {
	color: #5A8700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#flash_content {
	height: 173px;
}
#flash {
	width: 745px;
	margin-left: 2px;
	clear: both;
	border-top-width: thin;
}
#newsform{
	height: 100px;
}
.footerText {
	color: #FFFFFF;
}

#sideLinks  a , .sideLink_heading , .sideLink_active  {
	width: 251px;
	position: absolute;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	text-indent: 14px;
	padding-top: 10px;
	text-decoration: none;
	color: #515151;
	font-weight: bold;
	font-size: 10px;
}
.sideLink_heading  {
	background-image: url(../img/site_assets/sideLinkHeading.jpg);
	font-family: "Lucida Grande";
	color: #663333;
	font-size: 13px;
	padding-top: 7px;
	height: 27px;


}
#sideLinks a  {
	background-image: url(../img/site_assets/sideLinkBT.jpg);	
}
.sideLink_active {
	background-image: url(../img/site_assets/sideLinkBT_active.jpg);
	color: #000000;
	text-indent: 25px;
}
#sidebar a:hover {
	background-image: url(../img/site_assets/sideLinkBT_OV.jpg);
	color: #333333;
}
#sideLinks li {
	list-style-type: none;
	height: 30px;
	width: 251px;
}
#sidebar  a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sideLinks ul {
	margin: 0px;
	padding: 0px;
}
#sidebarContent {
	padding-left: 14px;
	padding-top: 10px;
}
.divideLine {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#sideLinks em {
	font-weight: normal;
}

