body 
{ 	background-color: #012847;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:left;
}

#container 
{	font-family:Arial, Helvetica, sans-serif; 
	width: 1000px; 
	text-align: left; 
	background-color:#FFFFFF;
}

#header 
{	background-image:url(image/header.jpg);
	 width:1000px; 
	 height:220px;
}


/*================================================= Top Menu ======================================================*/
#navbar
{	width:1000px; 
	height:49px; 
	float:left; 
	background-image:url(image/center.jpg);
	background-color:#fff; 
	padding-top:0px;
	font-size:15px;
}

#navbar ul
{	margin-top:5px; 
	padding:10px;
}

#navbar ul li
{	display:inline; 
	float:left; 
	list-style:none; 
	margin-left:50px; 
	position:relative; 
	height:49px;
}

#navbar li a
{	color: #CCCCCC;
	text-decoration:none;
}

#navbar li a:hover
{	color:#fff; 
	text-decoration:none;
}

#navbar li ul
{	margin:0px; 
	padding:0px; 
	display:none; 
	position:absolute; 
 	left:-13px; 
	top:30px; 
	background-color:#c11700; 
 	border-left:4px solid #7c9dff;
	border-right:4px solid #7c9dff;
	border-bottom:4px solid #7c9dff;
}

#navbar li:hover ul
{	display:block;
	width:203px;
}

#navbar li li
{	list-style:none; 
	display:block;
}

#navbar ul li ul li
{	margin:0px; 
	height:25px; 
	padding-left:4px; 
	padding-bottom:4px; 
	padding-right:4px;
}

#navbar li li a
{	display: block;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-size:13px;
	margin-top:0px;
	width:192px;
	padding-left:3px; 
	padding-top:4px; 
	border-bottom:1px dotted #999999; 
	height:20px;
}
#navbar li li a:hover
{	color:#000; 
	text-decoration:none; 
	background-color:#CCCCCC;
}

.left
{ 	width:38px; 
	height:49px; 
	float:left; 
	background-color:#fff; 
	background-image:url(image/left.jpg); 
}
.right
{ 	width:38px; 
	height:49px; 
	float:right; 
	background-color:#fff; 
	background-image:url(image/right.jpg);
}



/*========================================= Content Area =============================================================*/
#content-area 
{	width:928px; 
	margin-left:38px; 
	padding-bottom:7px;
}
#background
{	width:928px; 
	background:#FFFFFF;
}
.image
{	background-image:url(image/image.jpg); 
	width:416px;
	height:260px; 
	margin-left:48px;
}
#content
{	width:508px; 
	float:left; 
	background-color: #ececec; 
	padding:15px; 
	margin-bottom:5px;
}


/*============================================ Left Menu =============================================================*/
.menu-left 
{ 	margin-top: 0px; 
	float:left; 
	width:180px; 
	margin-right:15px;
}
.menu-left ul 
{ 	margin: 0; 
	padding:0; 
	list-style: none; 
}
.menu-left li 
{ 	display: block; }
.menu-left a 
{	display: block;
	width: 172px;
	padding-left:5px;
	color: #406bff;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-size:10pt;
	margin-bottom:10px;
	margin-top:5px;
	line-height:32px;
}
.menu-left a:hover 
{ 	background-color: #ececec;
	text-decoration: none;
	font-weight: bold;
	color: #900902;
	width: 175px;
	line-height:32px;
}


/*=============================================== Heading ============================================================*/
.title 
{	font-family: Arial, Helvetica, sans-serif;
	color: #663333;
	font-size: 11pt;
	text-align: left;
	border-bottom:2px #000 solid;
	margin-bottom:0px;
	height:20px;
}

.title1 
{	font-family: Arial, Helvetica, sans-serif;
	color: #406bff;
	font-size: 11pt;
	text-align: left;
	border-bottom:2px #d00a00 solid;
	margin-bottom:0px;
	height:20px;
	width:538px;float:left;
}


/*============================================== Right Menu ==========================================================*/
.menu-right 
{ 	margin-top: 0px; 
	float:right; 
	width:180px;
	margin-right:0px;
}
.menu-right ul 
{ 	margin: 0; 
	padding:0; 
	list-style: none; 
}
.menu-right li 
{ 	display: block;
	border-bottom:1px #f5f5f5 solid; 
}
.menu-right a 
{	display: block;
	width: 172px;
	padding-left:5px;
	color: #406bff;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-size:10pt;
	margin-bottom:10px;
	margin-top:5px;
	line-height:25px;
}
.menu-right a:hover 
{ 	text-decoration: none;
	font-weight: bold;
	color: #900902;
}


/*====================================== Footer =====================================================================*/
#footer
{	clear: both;
	text-align: center;
	border-top: 1px #d00a00 solid;	
	color: #fff;
	font-size:11px; 
	background-image:url(image/footer-bg.jpg); 
	height:28px; 
	padding:5px; 
	border-top:3px solid #7c9dff;
}
#footer a
{	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-size: 11px; margin: 5px;
}
#footer a:hover
{	text-decoration: underline; 
	color:#fff;
}



