/* --------------------- COMMON --------------------- */

* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.clear:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
} 

.clear {
	display:inline-block;
} 

.clear {
	display:block;
}

.Wrapper {
	width: 800px;
	margin: 0 auto;
}

/* --------------------- HEADER --------------------- */

.Header {
	width: 800px;
	height: 150px;
}

.Logo {
	position: absolute;
	margin: 41px 0 0 20px;
}

.Logo a {
	font-size: 24px;
	color: #134585;
	font-weight: bold;
	text-decoration: none;
}

.Logo span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #cdcdcd;
	margin: 0 0 0 1px;
}

.HeaderLink {
	position: absolute;
	margin: 18px 0 0 726px;
}

.HeaderLink span {
	margin: 0 6px 0 0;
}

.HeaderLink a {
	font-size: 11px;
	color: #00327a;
	font-weight: bold;
	text-decoration: none;
}

.HeaderLink a:hover {
	text-decoration: underline;
}

.Nav {
	position: absolute;
	height: 30px;
	margin: 120px 0 0 0;
}

.Nav ul {
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.Nav li {
	display: inline;
	margin: 0;
}

#None a:hover {
	background-image: url(../images/nav_on.gif)!important;
	display: block;
	width: 140px;
	height: 23px;
	float: left;
	text-align: center;
	margin: 0 4px 0 0;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 0 0 0;
	cursor: pointer;
}

.Nav li a {
	background-image: url(../images/nav_off.gif);
	display: block;
	width: 140px;
	height: 23px;
	float: left;
	text-align: center;
	margin: 0 4px 0 0;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 0 0 0;
	cursor: pointer;
}

.Nav li a:hover {
	background-image: url(../images/nav_on_arrow.gif)!important;
	display: block;
	width: 140px;
	height: 23px;
	float: left;
	text-align: center;
	margin: 0 4px 0 0;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 0 0 0;
	cursor: pointer;
}

.Nav li.selected {
}

.Nav li.selected a { /*selected main tab style */
	background-image: url(../images/nav_on_arrow.gif);
}

.Nav li.selected a:hover { /*selected main tab style */
	background-image: url(../images/nav_off_arrow.gif);
}

.NavDown {
	position:absolute;
	top: 0;
	border: 1px solid #002b68; /*THEME CHANGE HERE*/
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 190px;
	visibility: hidden;
	padding: 0 10px 0 10px;
	margin: -1px 0 0 0;
}


.NavDown a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #d4d4d4; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #666666;
	line-height: 22px;
	font-size: 12px;
}

* html .NavDown a { /*IE only hack*/
	width: 100%;
}

.NavDown a:hover { /*THEME CHANGE HERE*/
	font-weight: bold;
	color: #002b68;
}

.NavDown .last {
	border-bottom: none;
}

.HeadTeaser {
	background-image: url(../images/teaser_header.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 210px;
	padding: 40px 0 0 20px;
}

.HeadTeaser h1 {
	font-size: 18px;
	color: #ffffff;
	display: block;
}

.HeadTeaser span {
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	text-align: justify;
	display: block;
	width: 460px;
	margin: 10px 0 0 2px;
}

/* --------------------- CONTENT --------------------- */

.ContentWrapper {
	background-image: url(../images/conent.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fcfbfb;
}

.ContentBox {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/content_background.png", sizingMethod="scale");
	background-repeat: repeat-y;
	width: 820px;
	margin: 0 auto;
}

.Content {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0 20px 20px;
}

.ContentLeft {
	width: 469px;
	float: left;
	margin: 0 20px 0 0;
}

.ContentRight {
	width: 271px;
	float: left;
}

.ContentLeftPage {
	width: 580px;
	float: left;
	margin: 0 20px 0 0;
}

.ContentRightPage {
	width: 160px;
	float: left;
}

.MainBox {
	width: 469px;
}

.MainBoxPage {
	width: 580px;
}

.MainBoxTop {
	width: 469px;
	background-image: url(../images/box_top_469px.gif);
	background-repeat: no-repeat;
	height: 3px;
	font-size: 0px;
}

.MainBoxTopPage {
	width: 580px;
	background-image: url(../images/box_top_580px.gif);
	background-repeat: no-repeat;
	height: 3px;
	font-size: 0px;
}

.MainBoxText {
	border: 1px solid #d4d4d4;
	border-top: none;
	border-bottom: none;
	padding: 15px 0 15px 0;
}

.MainBoxTextPage {
	border: 1px solid #d4d4d4;
	border-top: none;
	border-bottom: none;
	padding: 15px 0 15px 0;
	width: 578px;
}

.MainBoxBottom {
	width: 469px;
	background-image: url(../images/box_bottom_469px.gif);
	background-repeat: no-repeat;
	height: 3px;
	font-size: 0px;
}

.MainBoxBottomPage {
	width: 580px;
	background-image: url(../images/box_bottom_580px.gif);
	background-repeat: no-repeat;
	height: 3px;
	font-size: 0px;
}

.TextWrapper {
	width: 439px;
	border-bottom: 1px solid #d4d4d4;
	margin: 0 auto;
}

.TextWrapperPage {
	width: 550px;
	margin: 0 auto;
	padding: 0 14px 0 14px;
}

.TextWrapper h1 {
	font-size: 18px;
	font-weight: bold;
	color: #002b68;
	display: block;
}

.TextWrapperPage h1 {
	font-size: 18px;
	font-weight: bold;
	color: #002b68;
	display: block;
}

.TextWrapper h2 {
	font-size: 12px;
	font-weight: bold;
	color: #002b68;
	display: block;
	margin: 2px 0 0 1px;
}

.TextWrapperPage h2 {
	font-size: 12px;
	font-weight: bold;
	color: #002b68;
	display: block;
	margin: 2px 0 0 1px;
}

.TextWrapper span {
	font-size: 12px;
	color: #484848;
	line-height: 16px;
	display: block;
	margin: 10px 0 10px 2px;
}

.TextWrapperPage span {
	font-size: 12px;
	color: #484848;
	line-height: 16px;
	display: block;
	margin: 10px 0 10px 2px;
}

.TextWrapper img {
	margin: 0 0 0 286px;
	padding: 0 0 10px 0;
}

.ContenBlueBox {
	width: 271px;
	height: 145px;
	background-image: url(../images/bluebox.gif);
	margin: 0 0 20px 0;
}

.BlueBoxImg {
	float: left;
	padding: 10px 12px 0 10px;
}

.BlueBoxTitle a {
	font-size: 12px;
	color: #ffffff;
	display: block;
	padding: 18px 0 0 0;
	font-weight: bold;
	text-decoration: none;
}

.BlueBoxTitle a:hover {
	text-decoration: underline;
}

.BlueBoxTitle span {
	font-size: 11px;
	color: #ffffff;
	display: block;
	padding: 2px 0 0 0;
}

.BlueBoxText {
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	display: block;
	padding: 5px 10px 0 10px;
}

.BlueBoxText a {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.BlueBoxText a:hover {
	text-decoration: underline;
}

.BoxRightTop {
	width: 160px;
	background-image: url(../images/box_top_160px.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	height: 3px;
}

.BoxRight {
	width: 158px;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	text-align: center;
	padding: 15px 0 15px 0;
}

.BoxRightBottom {
	width: 160px;
	background-image: url(../images/box_bottom_160px.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	height: 3px;
}

/* --------------------- FOOTER --------------------- */

.FooterWrapper {
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat-x;
	height: 60px;
}

.FooterBox {
	width: 780px;
	margin: 0 auto;
	padding: 12px 0 0 20px;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

.FooterBox a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 20px;
	margin: 0 5px 0 0;
	display: inline-block;
}

.FooterBox a:hover {
	text-decoration: underline;
}

.nospace {
	margin: 0 0 0 0!important;
}