body {margin: 0; padding: 0;	background: url(/images/sub-background.jpg) repeat-x top #FFFFFF;	font: 76% Arial, Helvetica, sans-serif;color: #666666;}

a, a:visited {	text-decoration: none;color: #666;}
a:hover {text-decoration: none;color:#CCC;}
/*
 * Main structure
 */
#container {width: 1000px;margin: 0 auto;background: url(/images/sub-background-page.jpg) no-repeat top #FFFFFF;}
#content {float: right;width: 750px;}
#content h3 {
	margin-left: 10px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
}

#rightcontainer { width: 730px;  }
#rightcontainer p {padding: 0px 10px 10px 10px;}

.boxseperator {background-color: #000000;height: 18px; margin: 1px 0 0 0; }

/*
 * SIDE BAR
 */
#sidebar {float: left;width: 250px;}
#logo {padding-top: 99px;text-align: right;}
#pic {width: 230px;float: right;	padding: 0px;text-align:center;}

/*
 * NAVIGATION MENU
 */
.navigation {
	background-color: #C8C8C8;
	height: 40px;
	margin: 0;
}

.navigation div {
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	float: left;
	width: 185px;
	height: 40px;
	border-right: 1px solid #FFFFFF;
}

.navigation div a {
	display:block;
	margin: 17px 13px 0 0;
}

.navigation div a, .navigation div a:visited, .navigation div a:link {
	color: #CCCCCC;
}

.navigation div a:hover {
	color: #FFFFFF;
}

.navigation div#tab1 { background-color: #993333; }
.navigation div#tab2 { background-color: #666666; }
.navigation div#tab3 { background-color: #999999; }

/*
 * TOP SECTION
 * Appears above feature image, and contains title and Home link
 */
#top {height:100px; width:730px;background: url(/images/sub-background-top.jpg) no-repeat top;	color: #FFFFFF;}
#toptitle { float:left;margin-top:77px;width: 552px;height: 22px;background-color: #993333; }
#toptitle h1 { margin: 3px 0 0 5px; color: #FFFFFF; font-size: 14px; }
#topnav { font-weight: bold; float:left;margin-top:77px; width: 178px;height: 22px; background-color: #000000; text-align:right;  }
#topnav a { margin-right: 10px; margin-top: 3px; display: block; }
#topnav a, #topnav a:visited {color:#FFF;text-decoration: none;}
#topnav a:hover {color: #CCC;text-decoration: none;}

/*
 * FOOTER CONTAINER
 * Contains the footer inline with the page container
 */
#footcontainer { width: 960px;margin: 0 auto; }

