/*Credits: santosh setty */
/*URL: http://webdesigninfo.wordpress.com */
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background:#ffffff;
	font:12px verdana;
	color:#eeeeee;
}
.clear{
	clear:both;
}
#wrapper{
	width:780px;
	margin:0 auto;
	border: 0px solid #000000;
}
#header{
	width:780px;
	height:109px;
	background:url(img/header_bg.png) repeat-x;
}
.logo{
	width:780px;
	height:50px;
	float:bottom;
	padding: 20px 10px 5px 10px;

}
.logo h2{
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	acolor:#73BADE;
	color:#eeeeee;
	margin:8px 0 5px 0;
	text-align: center;
}
.email{
	width:780px;
	height:33px;
	float:top;
	amargin:8px 13px 0 0;
	padding: 5px 20px 0px 0px;
	text-align: right;

}
.menu{
	position:relative;
	padding:0 0 0 0px;
	margin:0 auto 0 auto;
	height:52px;
	list-style:none;
	width:780px;
	background:#73BADE;
	line-height:42px;
}
.menu li{
	float:left;
	list-style:none;
	margin:0 5px;
}
.menu li a{
	float:left;
	display:block;
	color:#eeeeee;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	height:52px;
	cursor:pointer;
}
.menu li a b{
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:52px;
}
.menu li.current a{
	color:#eeeeee;
	background:url(img/menu_hover_left.png) no-repeat;
	background-position:left;
	height:52px;
}
.menu li.current a b{
	color:#eeeeee;
	background:url(img/menu_hover_right.png) no-repeat;
	background-position:right;
	height:52px;
	line-height:42px;
}
.menu li a:hover{
	color:#eeeeee;
	background:url(img/menu_hover_left.png) no-repeat;
	background-position:left;
	line-height:42px;
	height:52px;
}
.menu li a:hover b{
	color:#eeeeee;
	background:url(img/menu_hover_right.png) no-repeat;
	background-position:right;
	height:52px;
}
#banner{
	width:780px;
}
#container{
	background:#73BADE;
	width:780px;
	height: 280px;
	font:12px verdana;
	color:#00086B
}
.left{
	width:540px;
	float:left;
	padding: 10px 10px 5px 10px;
}
.left h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#00086B;
	margin:8px 0 5px 0;
}
.left p{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00086B;
	line-height:22px;
	margin:10px 0;
}

.left a{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00086B;
	line-height:22px;
	margin:10px 0;
	font-weight: bold;
	text-decoration: none;
}

.left a:hover{
	text-decoration: underline;
}


.divider{
	background:url(img/divider.png) no-repeat center center;
	width:5px;
	height:252px;
	float:left;
}
.right{
	width:215px;
	float:right;
}
.right h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#00086B;
	margin:10px 0 10px 10px;
}
.right p{
	margin:5px 0 5px 14px;
}
#footer{
	width:780px;
	height:40px;
	font-size:10px;
	font-family:Verdana;
	color:#717171;
	text-align: right;
}
#footer a{
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul{
	list-style:none;
	margin:6px auto;
	text-align:center;
}
#footer li{
	display:inline;
	list-style:none;
	font-size:11px;
	font-family:Verdana;
	color:#717171;
}
#footer li a{
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-decoration:none;
	padding:0 10px;
}
#footer li a:hover{
	text-decoration:underline;
}
#footer p{
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-align:center;
	margin:5px 0 0 0;
}

.myBox
{
    margin: 0 auto;
    border: 0px solid #000000;
    color: #0;
    width: 880px;
    padding: 0px;
    background-color: #0;
    border: 0px solid #0;
}