@charset "utf-8";

body {background-color: #FFFFFF;
      background-image: url(images/top_gradient.png);
	  background-repeat: repeat-x;
}

p {text-align: left;
   line-height: 14pt;
}

h1 {
	font-family: arial;
	color: white;
	font-weight: normal;
	font-size: 35px;  
    text-decoration: none;	
	padding: none;
	border: none;
}

h2 {
	font-family: arial;
	color: black;
	font-weight: normal;
	font-size: 20px;  
    text-decoration: none;
	text-align: left;
}


.main_body {
	width: 800px;
	text-align: center;
}

.header_div {
	width: 500px;
	height: 75px;
	background-image: url(images/header_background_image2.gif);
	background-repeat: no-repeat;
	text-align: center;
}

.saparator_top {
	width: 800px;
	height: 7px;
	background:url(images/saparator_top.gif);
	background-repeat: repeat-x;
}

.saparator_bottom {
    width: 800px;
	height: 7px;
	background:url(images/saparator_bottom.gif);
	background-repeat: repeat-x;
}

.menu_index {
    width: 184px;
	height: 18px;
	background-image: url(images/index_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
}

.menu_cell {
	float: right;
}

.menu_spacer {
	height: 4px;
	float: none;
	clear: both; 
}

.menulink_current {
display: block;
width: 160px;
height: 18px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:17px;
color: #FFFFFF;
border: none;
background-color: #0ebdd7;
}

A.menulink {
display: block;
width: 160px;
height: 18px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:17px;
color: #343434;
border: none;
}

A.menulink:hover {
border: none;
background-color: #fcee21;
}

.title1 {
	font-family: arial;
	color: black;
	font-weight: normal;
	font-size: 20px;  
    text-decoration: none;
}
	
.text1 {
   	font-family: Verdana, Geneva, sans-serif;
	color: #575757;
	font-weight: normal;
	font-size: 13px;  
    text-decoration: none; 
}

.text2 {
   	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 13px;  
    text-decoration: none; 
}

.text3 {
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	font-weight: normal;
	font-size: 12px;  
    text-decoration: none;
}

.bottom_logo {
   	font-family: arial;
	color: #000000;
	font-weight: bold;
	font-size: 14px;  
    text-decoration: none; 
}	

.bottom_title {
   	font-family: arial;
	color: #0ebdd7;
	font-weight: bold;
	font-size: 14px;  
    text-decoration: none; 
}	


.bottom_text {
	font-family: arial;
	color: #616161;
	font-weight: normal;
	font-size: 11px;  
    text-decoration: none; 
}

.bottom_info_div {
	text-align: left;
}

