@charset "UTF-8";
body {
	text-align: center;
	background-color: #80848b;
	margin-top: 0px;
	background-image:url(../images/en/home/home_grad-bground.gif);
	background-repeat:repeat-x;
}

#container {
	width: 800px; 
	margin: 0 auto; 
	text-align: left;
}

#topNav{
	width: 800px;
	height: 28px;
	color: #8d8d8d;
	font-style: italic;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	padding-top: 7px;
}


#header{
	width: inherit;
	height: 90px;

}

#mainNav{
	width: inherit;
	height: 25px;
	margin-bottom: 2px;

}

#mainContent{
	width: 760px;
	height: 435px;
	padding: 20px;
	background-color: #F2F2F2;
	
}

#footer{
	width: inherit;
	height: 29px;
	background-color:#d23800;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align:center;
	padding-top: 10px;
	background-image:url(../images/en/home/home_footer_bground.gif);
	background-position: top left;
	background-repeat:no-repeat;
	margin-top: 4px;

}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Text Styles */

p{ font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.orangeHeader{
	color: #FF5A00;
	font-weight: bolder;
	font-size: 14px;

}

li{ font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

li.homeNewsItem{
	margin-bottom: 10px;
	margin-left: -24px;
}

li.homeNewsItem a:link, li.homeNewsItem a:visited, li.homeNewsItem a:active {
	color: #000000;
	text-decoration: none;

}

li.homeNewsItem a:hover {
	color:#000000;
	text-decoration: underline;
}

a:link, a:visited, a:active {
	color: #FF5A00;
}

a:hover {
	color: #000000;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #FFFFFF; 
	text-decoration: none;
}

a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

