/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#C0C0C0;
	margin:0px;
	padding:0px;
}
#root {
 	width:780px;
	margin:auto;
	background-color:#010149;
	overflow:hidden;
	
}
#header {
	width:768px;
	overflow:hidden;
	padding:0px
	}
#main {
	width:768px;
	margin-left:6px;
	margin-right:6px;
	overflow:hidden;
	background-color:#7AAAF6;
}
	
#headerleft {
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	float:left;
	width:555px;
	height:175px;
	border-top:#010149 solid 9px;
	background-position:right top;
	overflow:hidden;
}
#headerright {
	float:left;
	overflow:hidden;
	width:213px;
	/*height:170px;*/
	
	overflow:hidden;
	
}
#contentcontainer {
	width:768px;
	padding-bottom:20px;
	overflow:hidden;
	padding-left:30px;
	background-color:#7AAAF6;
}

/*Menu Start*/
.menu ul { 
	padding:0px;
	margin:0px;
	list-style-type:none;
	text-align:center;
	height:30px;
	}
.menu li {
	float:left;
	list-style-type:none;
	text-align:center;
	}
.menu li a { font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	text-decoration:none;
	line-height:30px;
}
.menu li a:hover { 
	color:#ffffff;
	text-decoration:underline;
}
.border {
	height:52px;
	background-image:url(images/line2.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
 /*Menu Ends*/




/*Footer Starts*/
div#mainleftfooter {
	background-image:url(images/footerbg.gif);
	height:63px;
	background-repeat:repeat-x;
	color:#ffffff;
	border-bottom:#2663DC solid 1px;
	border-left:#2663DC solid 1px;
	overflow:hidden;
	/*padding-left:15px;*/
}
div#mainleftfooter a{
	color:#ffffff;
	font-size:10px;
	font-family:Tahoma;
	text-decoration:none;
	line-height:63px;
	padding-left:6px;
	padding-right:6px;
}
div#mainleftfooter a:hover {
	text-decoration:underline;
	color:#fff;
}
/*Footer Ends*/

.rightmenutext {
	color:#FFFFFF;
	font-size:9px;
	line-height:15px;
	padding-top:5px;
	padding-bottom:5px;	
	text-decoration:none;
}
.rightmenutext a {
	padding-left:8px;
	font-weight:bold;
	background-image:url(images/whiteline.gif);
	background-repeat:no-repeat;
	background-position:center left;
	color:#FFFFFF;
	font-size:9px;
	line-height:15px;
	padding-top:5px;
	padding-bottom:5px;	
	text-decoration:none;
}
.rightmenutext a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
.rightmenutext1 {
	color:#A0C5FD;
	font-size:9px;
	font-weight:bold;
	line-height:15px;
	padding-top:10px;
	padding-bottom:5px;	
	text-decoration:none;
}
.rightmenutext1 a {
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:center left;
	color:#FFFFFF;
	font-size:9px;
	line-height:15px;
	padding-top:5px;
	padding-bottom:5px;	
	text-decoration:none;
}
.rightmenutext1 a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
