/* Final Main CSS Document */
/* notes: order: top right bottom left */
/*  */

/* ***** Standard ***** */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	text-align:center;
	background-color:#5F5F5F;
}

strong {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

em {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 09px;
	font-style: normal;
	font-weight: bold;
	color: #4c657b;
}

p {
	font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

h1 {
}

h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4d667b;
}

img {
	border: 0px;
} 

/* ***** Standard End ***** */

/* ***** Main frames ***** */

#frame {
	width:760px;
	min-height:900px;
	max-height:1500px;
	margin-right:auto;
	margin-left:auto;
	padding: 0 0 0 0;
	text-align:left;
	background-color:#ffffff;
}

/* ***** Main frames end ***** */

#logo {
	width:200px;
	height:87px;
	float:left;
}

#banner {
	width:460px;
	height:87px;
	float:right;
	text-align:center;
}

#menu_left {
	margin-top:5px;
	float:right;
	text-align:left;
}

#menu_right {
	margin-top:5px;
	float:right;
	text-align:right;
}

ul#menu{float:right;width:100%}

ul#menu,ul#menu li{list-style-type:none;margin:0;padding:0}

ul#menu li{float:left;margin-right:1em}
ul#menu a{float:left;padding:5px 0 4px 18px;
    text-decoration:none;font-weight:bold;color:#6CACF5}
	
ul#menu a:hover{border-bottom: 3px solid #83D5FF;color:#333}

ul#menu li.current a,ul#menu li.current a:hover{color:#FF37BB;border-bottom: 1px solid #6CACF5}


