body { margin: 0 auto;}

/* scrollbar*/
html {
scrollbar-arrow-color:#6e787f;
scrollbar-track-color:#6e787f;
scrollbar-face-color:#003f63;
}
/*end  scrollbar*/
#img {
	padding: 5px;
	margin: 2px;
	float: right;
	border: 1px solid #E3E3E3;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #609ec5;
}
a:link {
	color: #609ec5;
	text-decoration: none;
}
.lineft {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003f63;
	text-decoration: none;
	line-height: 14px;
}
#boxes {
	height: 130px;
	width: 290px;
	background-image: url(images/boxs.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}
.hdd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003f63;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	text-transform: none;
	font-style: normal;
}
.hd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66FF66;
	text-decoration: none;
	font-weight: bolder;
	text-transform: capitalize;
	font-variant: normal;
	font-style: normal;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: static;
	display: block;
	width: auto;
	height: auto;
}

#sectionLinks h3{
	padding: 10px 0px 5px 10px;
}

#sectionLinks a {
	display: block;
	width: auto;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #295977;
	font-style: normal;
	height: 21px;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6e787f;
}

#sectionLinks a:hover{
	text-decoration: none;
	color: #333333;
	background-color: #609ec5;
	height: 21px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #295977;
}
.llhdbb2w {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: normal;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 1px;
}
.textover {
	font-size: 12px;
	color: #000000;
	background-color: #ECF5E7;
}
.leftover {
	font-size: 10px;
	color: #9DB7B9;
	background-color: #ECF5E7;
}
.textR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	line-height: 18px;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #757575;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
}
.textboldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #285978;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
}
    /* Mobile browsers only */
@media only screen and (max-device-width: 480px) {      
        .text { -webkit-text-size-adjust:100% } 
		.hdd { -webkit-text-size-adjust:100% }
		.footer { -webkit-text-size-adjust:100% }
}