.header
{
	width:800px;
	height:118px;
	background:#000 url(../images/logo.png) no-repeat top left;
	border-left:1px solid #28445A;
	border-right:1px solid #4F669C;
}

.content
{
	font-family: Verdana;
	font-size: 11px;
	padding:5px;
	text-align:left;
	background:#fff;
	width:798px;	
	border-left:1px solid #28445A;
	border-right:1px solid #4F669C;	
}

.footer
{
	font-family: Verdana;
	font-size: 10px;	
	text-align:center;
	width:800px;
	height:45px;	
	background:#134881;
	border-left:1px solid #28445A;
	border-right:1px solid #4F669C;
}

/*********************************/

.stdText
{
	font-family: Verdana;
	font-size: 11px;
}

.lblText
{
	font-family: Verdana;
	font-size: 11px;
	padding:5px;
	border-left:1px solid #0C3458;
	border-right:1px solid #1E2B3B;		
	border-bottom:1px solid #1E2B3B;
}

.services
{
	color:White; 
	font-family:Bauhaus 93; 
	font-size:20px; 
	padding-left:60px;
}

.contactus
{
	width:324px;
	height:384px;
	background:#fff url(../images/contactusBG.png) no-repeat top left;	
}

.contactusText
{
	position:relative;
	left:70px;
	font-family:Comic Sans MS;
	font-size:12px;
	margin-left:0 70px;
	width:100%;
	color:#28445A;
}

.button
{
	background:#fff;
	width:70px;
	font-family:Verdana;
	font-size:10px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:2px solid #666;
	border-right:2px solid #666;
	cursor:hand;
}
	
.frmLabel
{
	font-family: Verdana;
	font-size: 11px;
	text-align:left;
	color:#28445A;
}

.frmTextBox
{
	text-align:right;
	border:1px solid #CCC;
	width:100%;
}

.txtBox
{
	border:1px solid #FFF;
	/*background:#F5F5F5;*/
	font-family: Verdana;
	font-size: 11px;
	width:92%;	
}
	
.link
{
	text-decoration:none;
	color:#28445A;
}

.link:hover
{
	text-decoration:none;
	color:#E46518;
}

.link2
{
	text-decoration:none;
	color:#fff;
}

.link2:hover
{
	text-decoration:none;
	color:#E46518;
}

.cmsLogin
{
	font-family: Verdana;
	font-size: 11px;
	padding:5px;
	text-align:left;
	background:#fff;
	width:798px;	
	border-left:1px solid #28445A;
	border-right:1px solid #4F669C;	
}
/*********************************/
.menu
{
	font-family: Verdana;
	font-size: 11px;
	padding:5px;
	text-align:left;
	background:#fff;
	width:798px;	
	border-left:1px solid #28445A;
	border-right:1px solid #4F669C;	
}

#menuDiv
{
	width:100%;
	height:40px;	
	background:#fff url(../images/menubg.png) repeat-x top left;
	text-align:left;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuDiv ul li
{
	position: relative;
	display: inline;
	float: left;
	font-size:12px;
	font-weight:bold;
	color:#28445A;
	left:-24px;
}

#menuDiv ul li a
{
	display: block;
	text-decoration: none;
	color:#28445A;
	width:100px;
	padding: 1px 8px;
}

#menuDiv ul li a b
{
	position:absolute;
	top:12px;
	text-decoration: none;
	color:#28445A;
}

#menuDiv ul li a:hover
{
	text-decoration: none;
	/*background:url(../images/menu_hover.png) no-repeat top left;*/
	height:40px;
	width:100px;
	cursor:hand;
}

#menuDiv ul li a:hover b
{
	position:absolute;
	top:12px;
	text-decoration: none;
	color:#E46518;
}

h1
{
	color:#003366;
	font-size:16px;
	margin:0px;
	padding:5px;
	
}