* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Times New Roman", Times, serif;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
}

#wrapper {
	width: 770px;
	margin: 20px auto;
}

#header {
	float: left;
	width: 770px;
	height: 150px;
}

#header p {
	color: #FFFFFF;
	font-size: 0.85em;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover {
	color: #F13B18;
	text-decoration: underline;
}

#logo {
	float: left;
	width: 230px;
	height: 107px;
}

#splash {
	float: left;
	width: 340px;
	height: 150px;
	text-align: center;
}

#contact {
	float: left;
	width: 200px;
	height: 51px;
	text-align: right;
	margin-top: 25px;
}

#subnav {
	float: left;
	width: 200px;
	height: 25px;
	text-align: right;
	margin-top: 6px;
}

#content {
	float: left;
	width: 770px;
}

#navigation {
	float: left;
	width: 230px;
}

#navigation h1 {
	background-color: #2A3D84;
	color: #FFFFFF;
	font-size: 1em;
	padding: 8px 10px;
	border-bottom: 1px solid #FFFFFF;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#navigation li {
	margin-bottom: 1px;
}

#navigation li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 0.9em;
	text-align: left;
	width: 210px;
	background-color: #8D9194;
	color: #FFFFFF;
}

#navigation li a:hover {
	background-color: #F13B18;
	color: #FFFFFF;
}

html>body #navigation li a {
	width: auto;
}

#navigation li a.navon {
	background-color: #F13B18;
	color: #FBFBFB;
	margin-bottom: 1px;
}

#navigation li a.navon:hover {
	background-color: #F13B18;
	color: #2A3D84;
}

#navigation li ul li a {
	background-color: #EFEFEF;
	color: #2A3D84;
	padding: 4px 10px;
}

#navigation li ul li a:hover {
	background-color: #2A3D84;
	color: #FFFFFF;
	padding: 4px 10px;
}

#navigation li ul li a.subon {
	background-color: #FFFFFF;
	color: #8D9194;
}

#navigation li ul li a.subon:hover {
	background-color: #FFFFFF;
	color: #2A3D84;
}


#contact-dept {
	float: left;
	width: 210px;
	margin-top: 15px;
	background-color: #e9ebf2;
	padding: 10px;
}

#contact-dept h2 {
	color: #2A3D84;
	font-size: 0.9em;
	margin-bottom: 5px;
	font-weight: bold;
}

#contact-dept p {
	color: #333333;
	font-size: 0.9em;
	margin-bottom: 5px;
}

#search {
	float: left;
	width: 210px;
	margin-top: 15px;
	background-color: #e9ebf2;
	padding: 10px;
}

#search p {
	color: #2A3D84;
	font-size: 0.9em;
	margin-bottom: 5px;
	font-weight: bold;
}

.searchBox {
	width: 208px;
	height: 20px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}

.searchButton {
	width: 208px;
	height: 20px;
	background-color: #2A3D84;
	color: #FFFFFF;
	border-bottom: 1px solid #000033;
	border-right: 1px solid #000033;
	border-top: 1px solid #0066FF;
	border-left: 1px solid #0066FF;
	margin-bottom: 5px;
}

#text {
	float: left;
	width: 440px;
	margin: 20px 50px 0 50px;
}

#text h1 {
	color: #000066;
	font-size: 1.6em;
	margin-bottom: 1em;
}

#text h2 {
	color: #666666;
	font-size: 1em;
	margin-bottom: 1.3em;
	line-height: 150%;
}

#text p {
	color: #666666;
	font-size: 1em;
	margin-bottom: 1.3em;
	line-height: 150%;
}

#text ul {
	margin-bottom: 1.3em;
}

#text ol {
	margin-bottom: 1.3em;
	list-style: lower-alpha;
}

#text ol.numbered {
	list-style: decimal;
}

#text li {
	color: #666666;
	font-size: 1em;
	margin-bottom: 0px;
	line-height: 150%;
	margin-left: 30px;
}
#text a {
	color: #2A3D84;
	text-decoration: none;
}
#text a:hover {
	color: #F13B18;
	text-decoration: underline;
}

#footer {
	float: left;
	width: 770px;
	padding: 15px 0;
	border-top: #2A3D84 1px solid;
	margin-top: 30px;
}

#footer p {
	color: #333333;
	font-size: 0.75em;
}

#footer a {
	color: #2A3D84;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#copyright {
	float: left;
	width: 250px;
}

#legal {
	float: left;
	width: 270px;
	text-align: center;
}

#commun {
	float: left;
	width: 250px;
	text-align: right;
}


.imagePad {
	margin: 0 0 15px 15px;
	padding: 2px;
	border: 1px solid #999999;
}