body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1 {
	font-size: 18px;
	color: #1455BD;
	padding-top: 0px;
	padding-bottom: 20px;
	line-height: 24px;
	margin: 0px;
}

h3 {
	font-size: 16px;
	color: #1455BD;
	padding: 5px 0 0px 25px;
	text-transform: uppercase;
	letter-spacing: 4px;
	}
	
h4 {
	font-size: 14px;
	color: #1455BD;
	text-transform: uppercase;
	}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#container {
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	overflow: hidden;
}
#containerHead {
	width: 670px;
	height: 90px;
	padding: 20px 40px 0px 40px;
	line-height: 90px;
	font-size:18px;
	font-weight:bold;
	color: #1455BD;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/backHead.gif);
}

#containerName {
	float: left;
}

#containerName h1 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3E8BFF;
	margin-left: -25px;
	margin-top: -44px;
	letter-spacing: 4px;
	padding-left: 26px;
}

#containerSlogan {
	font-size: 12px;
	font-weight: bold;
}

span, #containerName span,#containerSlogan span {
	color: #002595;
}

#containerMid {
	width: 670px;
	padding: 0px 40px 0px 40px;
	height: 133px;
	background-image: url(../images/backMid.gif);
}
#containerNavigation {
	width: 670px;
	background-color: #1455BD;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

#containerContent {
	width:670px;
	background-image: url(../images/backCont.gif);
	background-repeat: no-repeat;
	margin: 0;
	height: auto;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#border {
	width: 173px;
	text-align: left;
}
#content {
	width: 475px;
	float: left;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
}

#content p {
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

#content p a, #border p a {
	text-decoration: none;
	color: #1455BD;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0D3577;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0D3577;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 15px;
}

#content .exclam {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	background-image: url(../images/exclam.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #1455BD;
}

#content .lowercase {
	text-transform: lowercase;	
}

#containerFoot {
	width: 670px;
	padding: 10px 0px 20px 0px;
	margin: 0 40px 0px 40px;
	clear: both;
	color: #aeaeae;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #1455BD;
}

#footer {
	font-size: 11px;
	color: #666666;
	width: 670px;
	margin-bottom: 20px;
}

#footerCopyright {
	float: left;
	width: 660px;
	padding-left: 10px;
}

.clearer {
	clear: both;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 22px;
}

#navigation li a {
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#navigation li a:hover {
	text-decoration: none;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #1455BD;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0D3577;
}

#subnavigation li a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0D3577;
}

