@charset "utf-8";
/* CSS Document */
/* By: Dana Nystrom  (c) 2008 */

body a {
	color: #6D92AC;
}

#overall {
	background-color:#ffffff;
	width:800px;
	margin:0px auto;
	text-align: left;
	color:#333333;
	padding: 0px;
	display: block;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: none;
	border-bottom: top;
}

#container {
	width: 828px;
	background: url(images/bg2.gif) top center repeat-y;
}

#bgbottom {
	width: 828px;
	height: 39px;
	background: url(images/bgbottom.gif) bottom center no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header{
	width: 828px;
	height: 20px;
	padding: 5px 5px 5px 5px;
}

#HeaderMsg {
	float: left;
	color:#333333;
	font-size: 12pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding-left: 20px;
}

#form {
	float: right;
	font-size: 7pt;
	color:#666666;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding-right: 20px;
}

#overall p{
	padding: 0 20px 0 20px;
}

#overall img{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: #999999 thin;
}

#overall p img {
	padding: 10px 10px 10px 10px;	
}

#overall ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 25px 50px;
	border: #999999 thin;
}

#wrapper{
	display:block;
	width: 800px;
	min-height: 300px;
	padding: 0px 0px 10px 0px;
}

#navBar {
	background-color: #336699;
	background-image:url(images/nav.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	height: 30px;
}

#navBar ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	height: 30px;
	vertical-align: middle;
}

#navBar ul li{
	display: inline;
	list-style: none;
	height: 30px;
	font-family : Copperplate Gothic Light,Copperplate Gothic, Copperplate, Times New Roman, serif;
}


#navBar ul li a, #navBar ul li a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-size:9pt;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}

#navBar ul li a:hover{
	color:#cccccc;
	text-decoration: underline overline;
}

h1 {
	color: #005699;
	font-size: 14pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	display: block;
	letter-spacing: -0.01em;
	margin: 8px 0 8px 10px;
	padding: 0 0 0 20px;
	text-decoration: underline;
}

h2 {
	color:#010163;
	font-size: 12pt;
	padding: 0 0 0 20px;
}

#breadCrumbs {
	margin: 10px 0 0 0;
  	padding: 0px;	
}

#breadCrumbs p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666;
	font-weight: normal;
}
	
#breadCrumbs a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
	
#breadCrumbs a:hover {
	text-decoration: underline;
}

body, div, p, li, th, td, dd, strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#mottoimg {
	padding: 7px 7px 7px 20px;
}

#footer {
	font-size: 7pt;
	color:#666666;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	width: 555px;
	display: block;
	clear: both;
	}

#footer a, #footer a:visited, #footer a:active{
	color:#666666;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

