@charset "utf-8";
html {

	height: 100%;
	margin-bottom:1px;

}

body {

	background-image:url(../img/layout/img_top_background.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#b5d3e2;
	padding-top:12px;
	font-family:Arial, Helvetica, sans-serif;


}

#wrap {
	width: 958px;
	position: relative;
	visibility: visible;
	margin-left: auto;
	margin-right: auto;
}

/*HEADER*/

#header {
	background-image: url(../img/layout/img_header.gif);
	background-repeat: no-repeat;
	background-position: top;
	height:144px;
	color: #153e57;
}

#headerText {
	text-align:right;
	font-size: 8pt;
	font-weight:bold;
	color: #153e57;
	height: 20px;
	width: 300px;
	margin-top: 5px;
	margin-left: 630px;
	padding-top:10px;
}

#headerText a, a:link, a:visited {

	font-weight:bold;
	font-size:8pt;
	color:#153e57;
	display:inline;
	text-decoration:none;
	
}
#headerText a:hover {

	font-weight:bold;
	font-size:8pt;
	color: #153e57;
	text-decoration: underline;
}



/*CONTENT AREA*/

#content {
	background-image: url(../img/layout/img_content_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#FFFFFF;
	width: 958px;
	padding-top:30px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	
}


#leftNav {

	width: 200px;
	float:left;
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	color: #153e57;
	
}

#navOP a, a:link, a:visited {

	font-weight:bold;
	font-size:8pt;
	color:#153e57;
	text-decoration:none;
	display:block;
	margin-bottom:5px;
	
}
#navOP a:hover {

	font-weight:bold;
	font-size:8pt;
	color: #153e57;
	text-decoration: underline;
}

#navOP {
	background-image: url(../img/layout/img_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left:40px;
	padding-bottom: 7px;
	font-weight:bold;
	font-size:8pt;
	color: #153e57;
}
#navImg {
	
	text-align:right;
	margin-top:30px;
}

#navUP {

	font-size: 8pt;
	font-weight: bold;
	color: #225690;
	padding-left:10px;

}

#navUP a, a:link, a:visited {

	font-weight:bold;
	font-size:8pt;
	color:#225690;
	text-decoration:none;
	display:block;
	
}

#navUP a:hover {

	font-weight:bold;
	font-size:8pt;
	color: #225690;
	text-decoration: underline;
}

#main {
	width: 740px;
	float:right;
	background-color:#FFFFFF;
	/*font-size:0.9em;*/
	font-size:9pt;
	/*color: #153e57;*/
	color: #000000;
	padding-right:5px;
	margin-right:10px;
}

#main a {


	display:inline;
	
}

#main p {

	/*font-size:9pt;*/

}

#main h1 {
	
	color: #d40e1c;
	font-size: 12pt;
	margin-top:1px;
	text-align:center;
	
}

#main h2 {
	
	color: #153e57;
	font-size: 11pt;
	margin-top:1px;
	text-align:left;
	
}

#clear {
	background-image:url(../img/layout/img_content_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:11px;
	clear:both;
	
}

/* FOOTER*/

#footer {

	height:50px;
	width:958px;
	clear:both;
	text-align:center;
	font-size:8pt;
	padding-top:20px;
	color:#153e57;
	

}
