/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;	
}

.left_image{

background-image: url(bg_background_left.gif);
background-position:top right;
background-repeat:repeat-y;

}

.left_image_holder{

background-image: url(bg_left.jpg);
background-position:top right;
background-repeat:no-repeat;

}

.left_water{
background-image: url(bg_water_left.gif);
background-position:top right;
background-repeat:no-repeat;
}

.right_image_holder{

background-image: url(bg_right.jpg);
background-position:top left;
background-repeat:no-repeat;

}

.right_image{

background-image: url(bg_background_right.gif);
background-position:top left;
background-repeat:repeat-y;
}

.right_water{
background-image: url(bg_water_right.gif);
background-position:top left;
background-repeat:no-repeat;
}




.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}

.body_text a{

	color: #2C1F1A;
}

.body_text a:hover{

	background-color: #A18B83;
	color:#FFFFFF;
}




.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
}

.footer_text a{
	color: #DA654A;
}
.footer_text a:hover{
	background-color: #FFD9D0;
}

.drop_down_menu{
font-size:16px;
}

.news_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
}

.news_body a{
	color: #F6B23A;
}

.news_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F6B23A;
	font-weight: bold;
}

.news_headline a{
	color: #F6B23A;	
	text-decoration: none;
}


.util a{font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #DA654A; 
font-weight: bold; 
text-decoration: none;
}

.util a:hover{
	background-color: #FFD9D0;
}

.border_grey {
	border: 1px solid #191919;
	margin: 7px;
	padding: 3px;
	background-color:#5A5656;
}

.border_grey_small {
	border: 1px solid #191919;
	
	padding: 3px;
	background-color:#5A5656;
}



.block_blue {

background-color: #5E6875;
}

.bg_pink{

background-image: url(bg_pink.gif);
background-position:top right;
background-repeat:no-repeat;
background-color:#786862;

}
.pink_linetop{

background-image: url(pink_linetop.gif);
background-position:top left;
background-repeat:no-repeat;
}

.inner_pink{
background-color:#887B76;
}

.blue_linetop{
background-image: url(blue_linetop.gif);
background-position:top left;
background-repeat:no-repeat;
}

.grey_linetop{
background-image: url(grey_linetop.gif);
background-position:top left;
background-repeat:no-repeat;
}

.headline_white {font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #FFFFFF; 
font-weight: bold; }

.headline_yellow {font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
color: #FFCC33; 
font-weight: bold; }

.news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #868E98;
}

.news_item_on {

	background-color: #737F8E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #868E98;
}

.news_item_main_on {
cursor:pointer;
	background-color: #2B2B2B;
	
}

.block_grey {

background-color: #484848;
}


/* NAVIGATION BUTTONS */
			
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(sub_menu_on.gif) no-repeat;
						width: 170px;
						height: 31px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 170px;
						height: 31px;
						display: block;
						float: left;
						color: #FFFFFF; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #FFFFFF;
			}
			

			.cssnav img {width: 170px; height: 31px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 15px;top: 9px;
					    text-align: left;
					    width: 170px;
					    cursor: pointer;
					     
			}
			/* END OF NAVIGATION */
			.cover {
visibility:hidden;
display:none;
}
