@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	height: 100%;
	background-image:url(images/top_side.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#mainContainer {
	width: 888px;
	background-color: #7291A5;
	vertical-align:top;
	margin: 0px;
}
#nav {
	width: 874px;
	background-color: #7291A5;
	height: 24px;
	padding-top: 4px;
	margin-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FEFEFE;
}
#nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FEFEFE;
}
#nav .right {
	color: #FEFEFE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 175px;
}
#nav .right a{
	color: #FEFEFE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#nav .right a:hover{
	color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*Containers that have all the background info and sizes.*/
#contentContainer {
	width: 685px;
	height: 74%;
	background-color: #EFF4F7;
	border-right-color: #7291A5;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: left;
}
#leftSideContainer {
	width: 200px;
	height: 74%;
	background-color: #C9E3FE;
	border-left-color: #7291A5;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #7291A5;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: left;
}


/*These are the styles for the main content area of the site.*/
#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C6C6C;
	margin-left: 5px;
	margin-top: 4px;
}
#breadcrumb a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C6C6C;
	margin-left: 5px;
	margin-top: 4px;
	text-decoration:none;
}
#breadcrumb a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C6C6C;
	margin-left: 5px;
	margin-top: 4px;
	text-decoration:underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #323232;
	font-weight: bold;
	margin-bottom: 2px;
}
#bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	margin-left: 15px;
	margin-top: 20px;
	margin-right: 15px;
	vertical-align: top;
}
#bodyContent a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7291A5;
}
.list {
	list-style-image: url(images/arrow.gif);
	line-height: 24px;
	vertical-align: top;
}
.list2 {
	list-style-image: none;
	line-height: 24px;
	vertical-align: top;
}
#sidebarContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #314A64;
	margin-top: 15px;
	vertical-align: top;
}
#sidebarContent a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #314A64;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
}
#sidebarContent a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #314A64;
	background-color: #ABBFD4;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
}
#sidebarContent .sub a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #314A64;
	text-decoration: none;
	padding-left: 26px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
}
#sidebarContent .sub a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #314A64;
	background-color: #ABBFD4;
	text-decoration: none;
	padding-left: 26px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #323232;
	width: 888px;
	text-align: center;
	vertical-align: bottom;
	background-color: #EFF4F7;
	border-color: #7291A5;
	border-style: solid;
	border-width: 1px;
}

/*Site Map Style*/

#level_1{
	background-color:#7291a5;
	color:#FFF;
	font-weight:bold;
	border-top:#222 1px solid;
	border-left:#222 1px solid;
	border-right:#222 1px solid;
}
#level_1 a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#level_2{
	padding-left:18px;
	background-color:#c9e3fe;
	color:#333;
	font-weight:bold;
	border-top:#222 1px solid;
	border-left:#222 1px solid;
	border-right:#222 1px solid;
}
#level_2 a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
#level_3{
	padding-left:25px;
	color:#333;
	font-weight:bold;
	border-left:#222 1px solid;
	border-right:#222 1px solid;
}
#level_3 a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

