body {
	margin: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	white-space: normal;
}

a:link {
        font-weight: bold;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 11px;
        color: #FFFFFF;
}

a:visited {
        font-weight: bold;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 11px;
        color: #C3DAFF;
}

a:hover {
        font-weight: bold;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        color: #C3DAFF;
}

#wrapper {
	border: 0;
	width: 800px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -400px; 
	top: 20px;
}

#content {
	background-color: #5071A5;
	height: 400px;
}

#home_img {
	border: 0;
	height: 580px;
	width: 800px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -400px; 
	top: 50%;
	margin-top: -290px; 
}

#menu {
	width: 240px;
	float: left;
}


div.menu_button {
	width: 240px;
	height: 32px;
	color: white;
	text-align: left;
	background: url('images/button_header.png');
}


a.left_menu:link {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

a.left_menu:visited {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.left_menu:hover {
	font-family: verdana;
	font-size: 10px;
	color: #C3DAFF;
	text-decoration: none;
}


a.white_link:link {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.white_link:visited {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.white_link:hover {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #C3DAFF;
	text-decoration: none;
}



div.footer_menu { 
	font-weight: normal;
	font-size: 9px;
	text-align: center;
	position: relative;
	color: black;
}



a.footer_menu:link {
	color: #6088C7;
	font-weight: bold; 
	font-size: 9px;
}

a.footer_menu:visited {
	color: #476492; 
	font-weight: bold; 
	font-size: 9px;
}

a.footer_menu:hover {
	color: #476492; 
	font-weight: bold; 
	font-size: 9px;
}






.title {
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
}

.tip {
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	border: solid 1px #666666;
	width: 220px;
	padding: 1px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	color: #476492;
	top: 20px;
	left:90px;
	background-color: #C3DAFF;
	layer-background-color: #ffffcc;
}
                  
.form_text {
	font-size: 11px;
	font-family: verdana,arial,helvetica;
}
