html { margin:0px;}
body

{

	margin: 0px;
	
	background-image: url('/images/h_gra.jpg');
	
	background-repeat: repeat-x;
 color:#000000;
	background-color:  white;
	font-family:Arial, Helvetica, sans-serif;

}

.content h1
{
font-weight: bold;
font-size: 16pt;
color: #32368c;
font-family: Arial;
}

.content h2
{
font-weight: bold;
font-size: 14pt;
color: #32368c;
font-family: Arial;
}

.content h3
{
font-weight: bold;
font-style:italic;
font-size: 13pt;
color: #32368c;
font-family: Arial;
}

.content h4
{
font-weight: bold;
font-size: 13pt;
color: #000000;
font-family: Arial;
}

.content a
{
font-size: 9pt;
color: #000000;
font-family: Arial;
}



.wrapper

{


	margin: 0 auto;

	width: 1037px;

}

.header
{
	height: 316px;
	width: 100%;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
}

.menu
{
	padding-top: 56px;
	padding-left: 80px;
	height: 47px;
	width:927px;
	background-image: url('/images/menu_back.jpg');
	background-repeat: repeat-x;
}

.menu ul { padding:0px; margin:0px;}

.menu ul li { display:inline; list-style-type:none; padding-left: 30px;}

.menu ul li a { color:#32368c; text-decoration:none; font-style:italic; font-weight:bold; }
.menu ul li a:hover { color:#619518;}
.menu ul li a.selected {color:#619518;}

.yellow_line

{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 5px;
	background-color: #eeb913;
}



.content

{

	background-image: url('/images/v_gra.jpg');
	
	padding:1px 180px 20px 110px;

	min-height: 500px;

}



.footer

{

	padding-top: 185px;

	padding-left: 0px;

	font-size: 11px;

	text-align: center;

	color:#000000;

	width: 1025px;

	height: 50px;

	background-image: url("/images/footer.jpg");
	
	background-repeat: no-repeat;
	

}
.footer a { color:#000000;}
.footer_center { margin-left:200px; width: 500px;}
.footer_buttons {margin-right:180px; margin-top: -60px; height=170px; float:right;}
.footer ul { padding:0px; margin:0px 0px 10px 0px;}

.footer ul li { display:inline; list-style-type:none; }

.footer ul li a { color:#000000; text-decoration:none; font-weight:bold; }
.footer ul li a:hover { text-decoration:underline;}
.footer ul li a.selected {text-decoration:underline;}


