/* CSS Document */

* { /* sets 0 margin and 0 padding on everything */
	margin: 0; 
	padding: 0; 
}

body{
margin:0;
padding:0;
line-height: 1.5em;
background: #071E3E url(images/backimage.jpg) repeat-x left top;
}

img{border:none;}

/* Container for whole page*/
#maincontainer{
width: 940px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border: solid #7A9DB5 thin;
}


/*Header*/
#header{
position:relative;
height:100px; 
background-image:url(images/headerbg.jpg);

}
#header .banner {
	position: absolute;
	top: 22px; right: 5px;}

a{
color:#377BCE;
}

a:hover{
color:#172F4B;
}


#menu{
clear:both;
width:940px;
height:35px;
background-image:url(images/menubg.jpg);
border-top:#3F91CD thin inset;
border-bottom:#3F91CD thin groove;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0px 0 ;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: url(images/divider.gif) no-repeat right ;
	padding: 0px 30px 0 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	
}

#menu a:hover {
	color: #172F4B;
}

/* Container For 3 Middle Columns*/
#contentwrapper{
position:relative;
overflow:auto;
height:1%;
clear:both;
width: 100%;
background: #071E3E url(images/mainbg.jpg) repeat-y left top;
color:#002953;

}

#mainheader{
padding:5px 0 7px 0;
color:#0061C1;
text-align:center;
}


#leftcolumn{
float: left;
width: 170px; 
}

/*Main Middle Column For Content*/
#contentcolumn{
float:left;
margin: 0px auto; 
padding-bottom:8px;
padding-top:8px;
width:595px;
display:inline;
background: #E1F0FC url(images/maincontent.jpg) repeat-x left top;
border-right: solid #97B2C4 thin;
border-left: solid #97B2C4 thin;
}


#rightcolumn{
float: right;
width: 170px; 
text-align:center;

}

#footer{
clear: both;
width: 100%;
background-image:url(images/footerbg.jpg);
text-align: center;
padding: 4px 0;

}

#footer a{
color: #002953;
text-decoration:none;
}

#footer a:hover{
color: #ffffff;
text-decoration:none;
}

.leftinner{
margin: 5px 0px 0 20px; 
display:block;
}

.rightinner{
margin: 5px; 
display:block;
}

.maininner{
margin: 2px auto; 
padding: 2px 4px ;
display:block;
border:  #C1CED8 solid thin;
width:560px;
text-align:left;

}

/* Set the bullets of list inside*/
ul.indentlist{
list-style-position:inside;
}


h3 {color: #002953; font-weight: bold; }
h1 {color: #002953; }

.capital {font:70px/50px Georgia, "Times New Roman", Times, serif;color: #002953;padding: 5px 5px 2px 4px;margin-right: 5px;margin-top: 2px;float: left;}