/* - HTML ENTINIES - */
body
{
	background: #1f608c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

a, a:visited, a:active, a:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


/* - HEADER - */
#header
{
	width: 814px;
	height: 239px;
	background: url(../images/header.png) no-repeat bottom;
	margin: 0px auto;
}

#header h1 a
{
	width: 967px;
	height: 204px;
	text-indent: -9000px;
	display: block;
}

/* - WRAPPER - */
#wrapper
{
	width: 814px;
	height: auto;
	margin: 0px auto;
}

#wrapperstart
{
	width: 100%;
	height: 14px;
	background: #1f608c url(../images/wrapper_start.png) center top no-repeat;
}

#wrappercontent
{
	width: 100%;
	height: auto;
	background: #74a2be url(../images/wrapper_spacer.png) center repeat-y;
}

#wrapperend
{
	width: 100%;
	height: 10px;
	background: #1f608c url(../images/wrapper_end.png) center bottom no-repeat;
}

/* - WRAPPER -> NAVI - */
#navi
{
	width: 814px;
	height: 52px;
}

#navi ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
}

#navi li
{
	padding: 0px 30px 0px 0px;
	float: left;
}

/* - WRAPPER -> CONTENT - */
#content
{
	width: 766px;
	height: auto;
	margin: 0px 24px 0px 24px;
}

#contentstart
{
	width: 100%;
	height: 14px;
	background: #7098b3 url(../images/content_start.png) center top no-repeat;
}

#contentpage
{
	width: 100%;
	height: auto;
	background: #bdd0dd url(../images/content_spacer.png) center repeat-y;
}

#contentpage #text
{
	min-height: 329px;
	background: url(../images/content_background.png) center no-repeat;
	padding: 0px 10px 0px 10px;
}
#contentpage #text h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #00466e;
}

#contentpage #text h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
	color: #00466e;
}

#contentpage #text h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 9px 0px 0px 0px;
	color: #00466e;
}

#contentpage #text h4
{
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0px 0px 0px;
	color: #00466e;
}

#contentpage #text h5
{
	font-size: 10px;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
	color: #00466e;
}

#contentpage #text h6
{
	font-size: 8px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #00466e;
}

#contentpage #text p
{
	margin: 6px 0px 0px 0px;
}

#contentpage #text hr
{
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 6px 0px 6px 0px;
	height: 2px;
}

#contentpage #text a
{
	color: #9B9F4F;
	text-decoration: none;
}

#contentpage #text a:hover
{
	color: #9B9F4F;
	text-decoration: underline;
}

#contentpage #text ul
{
	margin: 0px 0px 0px 15px;
}

#contentpage #text ul li
{
	list-style: square;
}

#contentpage #text ul li ul li
{
	list-style: square;
	margin: 0px 0px 0px 5px;
}


#contentend
{
	width: 100%;
	height: 10px;
	background: #7098b3 url(../images/content_end.png) center bottom no-repeat;
}

/* - FOOTER - */
#footer
{
	width: 100%;
	height: auto;
	padding: 6px 0px 0px 0px;
	color: #ffffff;
}

#footerleft
{
	height: 100%;
	float: left;
}

#footerleft ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
}

#footerleft li
{
	padding: 0px 24px 0px 0px;
	float: left;
}

#footerright
{
	height: 100%;
	float: right;
	font-size: 10px;
}

#footerright ul
{
	list-style: none;
	margin: 0px 22px 0px 0px;
}

#footerright li
{
	padding: 0px 16px 0px 0px;
	float: left;
}