/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(images/background.gif);
	margin-top: 13px;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

a:link, a:visited {
	text-decoration: none;
	color: #000066;
	font-size: 11px;
}

a:hover, a:active, a: visited {
	color: #666666;
}
/* =WRAPPER */
#wrapper {
	width: 780px;
	background-image: url(images/shadow-wrapper.gif);
	background-repeat: no-repeat center;
	margin: auto;
	padding-top: 3px;
}

/* =HEADER */
#header {
	padding: 10px 20px 5px 15px;
	height: 102px;
	margin: 0px 2px 0px 2px;
	background-color: #FFFFFF;
}

/* =CONTENTHEADER */
#contentheader {
	border-bottom: 1px solid #cccccc;
	border-top: solid 1px #CCCCCC;
	background-color: #000066;
	height: 170px;
	padding-right: 2px;
}

.h1 {
	font-size: 18px;
	font-weight: normal;
	display: block;
	width: 200px;
	height: 94px;
	color: #FFFFFF;
	padding: 75px 10px 0px 10px;
	text-align: center;
	float: left;
}

.h3 {
	color: #333333;
	font-size: 13px;
}
.h4 {
	color: #006;
	font-size: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}

.h5 {
	color: #003;
	font-size: 10px;
	padding-left: 10px;
}

/* =NAVIGATION */

#nav {
	width: 196px;
	float: left;
	background-color: #FFFF33;
	display: block;
	font-size-adjust: 14px;
 	font-weight: bold;
	padding-top: 30px;
	margin-left: 3px;
}

#nav a:link. a:visited {
	text-decoration: none;
	color: #000066;
}

#nav a:hover, a:active, a: visited {
	color: #666666;
}

#nav ul {
	list-style-type: none;
	line-height: 25px;
	padding: 0;
	margin-left: 30px;
}

#nav li li {
	font-weight: normal;
	margin-left: 0px;
}

/* =CONTENT */
#content {
	padding: 35px 40px 25px 40px;
	float: right;
	background-color: #FFFFFF;
	width: 478px;
	margin-right: 2px;
	color: #666666;
	line-height: 20px;
	font-size: 12px;
}

#content h2 {
	font-size: 18px;
	color: #13007D;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 10px;
	margin-top: 25px;
}


#content li{
	list-style-type: square;
	color: #333333;
	line-height: 25px;
}
#content a:link {
	text-decoration: none;
	color: #000066;
	font-size: 11px;
}

#content a:hover, a:active, a: visited {
	color: #666666;
}

#box {
	border: 1px dotted #006;
	font-size: 9px;
	padding: 30 5px 5px 20px;
	width: 200px;
	clear: left;
	margin-left: 10px;
}
#box a:link, a:visited {
	font-size: 9px;
	color: #006;
	padding-left: 10px;
}
/* =FOOTER */
#footer {
	font-size: 11px;
	padding: 10px 10px 22px 10px;
	background-image: url(images/shadow-footer.gif);
	color: #FFFFFF;
	clear: both;
	margin: 0 auto;
	height: 26px;
}

#footer a:link, a:visited {
	text-decoration: none;
	color: #FFFF00;
}