@charset "utf-8";
/* CSS Document */

/* General Styles */

* {
padding:0; 
margin:0;
}

body {
	background:#CCCCCC;
	padding:0; 
	margin:10px 0 10px 0;
	text-align:center;
}

h1, h2, h3 {
	color: #336699;
}

/* Classes */

.clear {
	clear:both;
}

.flashImgMarginTop {
	margin-top:10px;
}

/* Div Specific Styles */

#container {
	width:800px;
	margin:0 auto 0 auto;
	text-align:left;
	position:relative;
	border:solid 1px #336699;
	background:url(containerbg.jpg) no-repeat right bottom #FFFFFF;
}

#header {
	height:159px;
	position:relative;
	background-image:url(banner.jpg);
	background-color:#FFFFFF;
}

/* Sidebar Styles and Padding Margins */ 

#sidebar {
	width: 200px;
	float:left;
	margin: 0 0 15px 0;
}

#sidebar p, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar ul, #sidebar ol, #sidebar table, #sidebar form {
	padding: 15px 10px 0 10px;
}

#sidebar ul, #sidebar ol {
	padding-left:25px;
	padding-right:5px;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	font-size: 20px;
}

/* Sidebar Subsection styles */ 

.subSection {
	margin:15px 10px 0 10px;
	padding-bottom:10px;
	width:170px;
	border:solid 1px #336699;
	background:#ccccff;
}

.subSectionHeadingColors {
	color:#336699;
}

/* Content Styles and Padding Margins*/ 

#content {
	width:580px;
	float:right;
	margin: 0 0 15px 0;
}

#content p, #content h1, #content h2, #content h3, #content ul, #content ol, #content table, #content form {
	padding: 15px 10px 0 0;
}

#content ul, #content ol {
	padding-left:20px;
}

#content h1, #content h2, #content h3 {
	font-size: 20px;
}

/* removes extra space from nested lists */ 

.contentNestedLists {
	margin-top:-10px;
}

/* Footer Styles and Padding Margins and Footer Links */

#footer {
	height:50px;
	clear:both;
	text-align:center;
	background:url(footer-bg.gif) repeat-x;
}

#footer p {
	padding: 5px; 0 0 0;
}

#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#006699;
	text-decoration:none;
}

/* Navigation Styles */

#header ul {
	margin:0 15px 0 0;
	padding:0;
	list-style:none;
	float: left;
	position:absolute;
	right:0px;
	bottom:0px;
}

#header li {
	float: left;
}

#header li a:link, #header li a:visited {
	display:block;
	padding:.3em .8em;
	background:#006699;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:.5em;
	font: bold .9em Arial, Helvetica, sans-serif;
	line-height:1.4em;
}

#header li a:hover, #header li a:active {
	background: #ffffff;
	color:#336699;
}

#header li a.currentPage, #header li a.currentPage:hover, #header li a.currentPage:active {
	color:#336699;
	background:#ffffff;
	cursor:default;
}