html
{

}
*
{
	padding:0;
	margin:0;
	border:0;

}
.clearing 
{
	height: 0;
	clear: both;
}
body
{
	background-color:#4B6A8E;
	margin-left: auto; 
	margin-right: auto; 
	text-align:center;  
	margin-top: 0;
	margin-bottom: 0;
}
a
{
	color:#074787;	
}
a:hover 
{
	color: #106AB5;
}
p 
{
	
	text-align:justify;
	font-family:arial;
	font-size:smaller;
	margin-top:15px;
	margin-bottom:15px;
	color:#555555;
}
h1
{
	font-size:16pt;
	text-align:left;
	font-family:arial;
	margin-top: 15px;
	margin-bottom:15px;
	color:#4B6A8E;
}
h2
{
	font-size:14pt;
	text-align:left;
	font-family:arial;
	margin-top:4px;
	margin-bottom:4px;
	color:#4B6A8E;
}
h3
{
	font-size:12pt;
	text-align:left;
	font-family:arial;
	margin-top:4px;
	margin-bottom:4px;
	color:#4B6A8E;
}
ul 
{
	color:#555555;
	font-family: Verdana;
	padding-left: 40px;
	padding-right: 20px;
	font-style: none;
	font-weight: none;
	text-decoration: none;
}
ol
{
	text-align:justify;
	font-family:arial;
	font-size:smaller;
	margin-top:15px;
	margin-bottom:15px;
	color:#555555;	
}
li
{
	text-align:justify;
	font-family:arial;
	font-size:smaller;;
	margin-top:15px;
	margin-bottom:15px;
	color:#555555;
}
table
{
	text-align:justify;
	font-family:arial;
	font-size:smaller;
	margin-left: 0px; 
	margin-right: 0px;  
}
.nomargins
{
	margin:0;
}
.bbmargin
{
	padding-bottom:200px;
}
.last {
	margin-bottom: 0;
}
.center_content
{
	padding-left:0px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:0px;
}
.spacergrey {
	height:4px;
	background-color:#CCCCCC;
	overflow: hidden; /* needed for min 18px IE6 bug */
}
.spacerdarkgrey {
	height:1px;
	background-color:#777777;
	overflow: hidden; /* needed for min 18px IE6 bug */
}
.spacerwhite {
	height:20px;
	background-color:#FFFFFF;
	overflow: hidden; /* needed for min 18px IE6 bug */
}
#header_topbar 
{
	position:absolute;
	right:0px;
	text-align:right;
	border-color: #ffffff;
	width:100px;
}

/*************************************************************************************/

#displayer_outter_outer_wrapper 
{ 
	width: 100%;	
	height:200px;
}
#displayer_outer_wrapper 
{ 
	width: 100%;
	height:200px;
	background: url(images/backgrounds/bg-header.jpg) no-repeat center #000000;
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
}
#displayer_wrapper 
{
	width: 900px;
	height:200px;
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
}
#displayer_container 
{
	height:200px;
	width: 100%;
	float: left;
	margin-right:-0px;
}
#displayer_content 
{
	height:200px;
	margin-right: 0px;
}
#displayer_left 
{
	width: 0px;
	float: left;
}
#displayer_center 
{
	width: 900px;
	height:200px;
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	margin-left: 0px;
}
#displayer_right 
{
	width: 0px;
	float: right;
}

/*************************************************************************************/

#menu_outer_wrapper 
{ 
	width:100%;
	height:32px;
	background: url(images/filler.bmp) repeat-x left #000000;
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
}
#menu_wrapper 
{
	height:32px;
	background: url(images/filler.bmp) repeat-x left;
}
#menu_container 
{
	height:32px;
	width: 100%;
	float: left;
	margin-right: -0px;
	background: url(images/filler.bmp) repeat-x left;
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
}
#menu_content 
{
	height:32px;
	margin-right: 0px;
	background: url(images/filler.bmp) repeat-x left;
}
#menu_left 
{
	height:32px;
	width: 0px;
	float: left;
	background: url(images/filler.bmp) repeat-x left;
}
#menu_center 
{
	width:900px;
	height:32px;
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	background: url(images/filler.bmp) repeat-x left #000000;
}
#menu_right 
{
	width: 0px;
	float: right;
	height:32px;
	float: right;
	background: url(images/filler.bmp) repeat-x left transparent;
}

/*************************************************************************************/

#main_outer_outer_wrapper 
{
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	background: url(images/backgrounds/bg-body2.jpg) top repeat-x transparent;
	width:100%;
}
#main_outer_wrapper 
{ 
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	background: url(images/backgrounds/bg-body1.jpg) top center no-repeat transparent;
	width:100%;
	border-style:none;
}
#main_wrapper 
{
	width: 950px;
	background: url(images/backgrounds/bg-main.png) center repeat-y transparent;
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
}
#main_container 
{
	width: 950px;
	float: left;
	margin-right:-270px;
}
#main_content 
{
	margin-right: 0px;
}
#main_left 
{
	width: 0px;
	float: left;
}
#main_center 
{
	width: 666px;
	margin-left:-0px;
	float: left;
}
#main_center table
{
	margin-left:auto;
	margin-right:auto;
}
#main_right 
{
	width: 270px;
	float: left;
}
#main_right p
{

}
#main_right a
{
	color:#074787;
	font-weight:normal;
}
#main_center a
{
	color:#074787;
	font-weight:normal;
}
#main_center a:hover
{
	color:#106AB5;
	font-weight:normal;
}

/*************************************************************************************/

#main_bottom_outer_wrapper{
	width:100%;
	height:34px;
}
#main_bottom_wrapper{
	background: url(images/backgrounds/bg-main-bottom.png) center no-repeat transparent;
	width:100%;
	height:25px;
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
}

/*************************************************************************************/

#footer_outer_wrapper 
{ 
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	background: url(images/backgrounds/bg-footer.png) center no-repeat transparent;
	color: #FFFFFF;
	background-position:bottom;
	width:100%;
	height:125px;
	border-style:none;
}
#footer_wrapper 
{
	width:950px;
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
}
#footer_container 
{
	float: left;
	margin-right: -0px;
}
#footer_content 
{
	margin-top: 0px;
	margin-right: 0px;
}
#footer_left 
{
	width: 0px;
	float: left;
}
#footer_center 
{
	width:220px;
	margin-left: -0px;
}
#footer_right 
{
	width: 728px;
	float: left;
	padding-top: 35px;
}
#footer_right p
{
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	font-size:12pt;
	margin-top:4px;
	margin-bottom:4px;
}
#footer_right a
{
	color:#FFFFFF;
	font-weight:normal;
	font-size:11pt;
	text-decoration:none;
}
#footer_right a:hover
{
	background-color:#FFFFFF;
	color:#4B6A8E;
	text-decoration:none;
}




/* navigation menu */
/* block element for the heading */
.nav_heading
{	
	float:left;
	overflow:hidden;
	width:200px;
	height:30px;
	margin-left:7px;
	margin-top:5px;
	margin-bottom:2px;
}		
/* a link for an item */
.nav_heading a
{
	margin:0px;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	font-family:arial;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:5px;
	text-align:left;
	text-decoration:none;
	background-color: #a23538;  
}
/* block element for an item */
.nav_item
{	
	float:left;
	overflow:hidden;
	width:200px;
	height:30px;
	margin-left:7px;
	margin-top:0px;
	margin-bottom:0px;
/*	background:url(images/sidemenu.jpg) no-repeat; */
}		
/* a link for an item */
.nav_item a
{
	margin:0px;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	font-family:arial;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:5px;
	text-align:left;
	text-decoration:none;
	background:url(images/sidemenu.jpg) no-repeat;
}
/* a link hover for an item */
.nav_item a:hover
{
	margin:0px;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	font-family:arial;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:5px;
	text-align:left;
	text-decoration:none;
	background:url(images/sidemenu_hover.jpg) no-repeat;
}
.logo_protect img
{
	margin-top:30px;
}

#div1,#div2,#div3,#div4,#div5,#div6,#div7,#div8,#div9
{
	font-size: 15px;
}
