/* for horizontal shift issue in Firefox and Gecko Based browsers 
html {overflow: -moz-scrollbars-vertical !important;}*/

/* alternative */
html { min-height: 100%; margin-bottom: 1px; }

/* Standard tags */

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family:  Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bg-check.gif);
	background-color:#2C375A;
	}
	
P , TD {
font-size: 11px;
line-height: 23px;
color: #061648;
margin: 10px 0px;
}

H1 {
font-size: 12px;
line-height: 15px;
color: #A36334;
font-weight: bold;
}

H2 {
font-size: 13px;
line-height: 15px;
color: #A36334;
font-weight: bold;}

H3 {
font-size: 13px;
line-height: 15px;
color: #A36334;
font-weight: bold;
margin-bottom: 10px;
margin-top: 25px;}

H4 {
font-size: 13px;
line-height: 15px;
color: #A36334;
font-weight: bold;
margin-bottom: 10px;
margin-top: 25px;}

H5 {
font-size: 13px;
line-height: 15px;
color: #A36334;
font-weight: bold;
margin-bottom: 10px;
margin-top: 25px;}

LI {margin-top: 4px;}

A {color:#001a7b;}

Strong {color:#A36334;}

.heading {
color:#A36334;
font-weight:bold;
font-size:12px;
}

/* navbar items */
#mainnav {
	background-image:url(images/bg-mainnav.gif);
	background-repeat:no-repeat;
}

#subnav {
	background-image: url(images/left-col-bg-sub.gif);
	background-repeat: repeat-y;
}

/* left column homepage */
.leftcoltxt {
font-size:11px;
line-height: 23px;
padding: 65px 45px 20px 45px;}

/* left column sub */
.caption {
	font-size: 10px;
	line-height: 14px;
 	color: #A36334;
	margin: 0px 19px 0px 55px;
}

.caption2 {
	font-size: 10px;
	line-height: 12px;
 	color: #A36334;
	}


/* main image for subpages */
#submain {
background-image:url(images/bg-sub-main.gif);
background-repeat:no-repeat;}

/* footer items */
#footer {
font-size: 11px;
line-height: 18px;
text-align:center;
color: #80889F;
padding: 10px 0px 15px 0px;}

#footer A {
font-size: 11px;
margin: 0px 5px 2px 5px;
color: #80889F;}


/* margin */
.margintop2 {margin-top: 2px;}
.margintop5 {margin-top: 5px;}
.margintop8 {margin-top: 8px;}
.marginrt4 {margin-right: 4px;}
.size12 {font-size: 12px;)

