html, body, ul, ol, li, p, blockquote, q, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {
	margin: 0;
	padding: 0;
	border: 0;
	}
body {
	background-color : #2b66e4;
	color : #2649a7;
	font-family : helvetica, arial, verdana, sans-serif;
	font-size : 0.75em;
	margin : 0em;
			
}

img {
	border: 0em;
}

h1 {
	font-size: 0.9em;
	margin-bottom : 8px;
}

h2 {
	font-size: 1em;
	margin : 0px;
}

h3 {
	font-size: 0.75em;
}
.c {
	clear:both;
}
hr {
	color: #cccccc;
	height: 1px;
	}

table {
	font-size: 0.9em;
	margin: 8px 0 8px 0;
}
#skip-link span {
	display:none;
		}		
/* layout DIVs */

/* Top Header Holder */
#topHeader {
	height : 100px;
	min-width : 800px;
	width: expression((body.clientWidth <= 800) ? "800px" : "auto");
	padding : 0px;	
	margin: -15px 0 0 0;
	border-top: solid 2px #ffCC00;
	float:left;
}

/* Top Banner */
#topBannerHolder {
	text-align : center;
	height: 100px;
	background-color: #fff;
	padding : 0px;
	margin : 0px;
	border : 0px;
	float: left;
	border-bottom : solid 2px #FFCC00;
}

#logoHolder {
	height : 100px;
	width: 610px;
	background-color : #fff;
	background-image : url(/images/BAN3_new.jpg);
	background-repeat: no-repeat;
	margin : 0px;
	border : 0px;
	float : left;
}

#topBanner {
	height : 100px;
	width : 171px;
	background-color : #fff;
	margin : 0px;
	border : 0px;
	float : right;
}

/* Top Navigation */
#newtop {
	height: 35px;
	width: 100%;
	background-color: #2b66e4;
	background-image: url(/images/top_menu_back.jpg);
	text-align: right;
	}
#topback	{
	height: 50px;
	width: 100%;
	background-color: #2b66e4;
	background-image: url(/images/top_menu_back2.jpg);
	background-repeat: no-repeat;
	background-position : bottom left;
	text-align: right;
	}
#topblue	{	
	color: #fff;
	display : inline;
	border-left : solid 1px #62A6E6;
	border-right : solid 1px #000033;
}

#topblue a {
	color: #fff;
	font-size : 0.9em;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
	height: 50px;
	padding : 8px 7px 4px 7px;
	border-left : solid 1px #000033;
	border-right : solid 1px #62A6E6;
	margin-top : 0px;
	margin-bottom : 0px;
	
}

#topblue a:hover {
	background-color: #ff9900;
	border-top : solid 0px;
}

#topblue ul {
	margin : 0px;
	display : block;
	padding : 0px 0px 0px 0px;
}

#topblue li {
	display : inline;
	margin-right : -4px;
}

#topNavHolder {
	font-family : helvetica, arial, verdana, sans-serif;
	height : 50px;
	width : 100%;
	background-color : #2b66e4;
	background-image : url(../images/top_menu_back2.jpg);
	background-repeat : no-repeat;
	background-position : bottom left;
	float : left;
	text-align : right;
	padding-right : 0px;
	border-top : solid 3px #FF6600;
}


#topNav {
	color: #fff;
	display : inline;
	border-right : solid 1px #000033;
	border-left : solid 1px #62A6E6;
}

#topNav a {
	color: #fff;
	font-size : 1em;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
	/*background-color: #003366;*/
	height : 50px;
	padding : auto 7px auto 7px;
	/*border-top : solid 5px #003366;*/
	border-left : solid 1px #000033;
	border-right : solid 1px #62A6E6;
	margin-top : 0px;
	margin-bottom : 0px;
	
}

#topNav a:hover {
	background-color: #ff9900;
	border-top : solid 0px;
}

#topNav .select {
	color: #003399;
	text-align : center;
	background-color: #D8D8D8;
	height : 3.5em;
	padding : 4px 11px 4px 11px;
	border-left: solid 1px #fff;
	border-right: solid 1px #ccc;
	margin-top : -4px;
	margin-bottom : -16px;
}

.go a {
	color : #fff;
	font-size : 0.85em;
	font-weight : bold;
	text-decoration : none;
	background-color : #669900;
	padding : 2px 5px 2px 6px;
	border : solid 1px #336600;
}

.go a:hover {
	color : #336600;
	text-decoration : none;
	background-color: #CCFF66;
	border : solid 1px #336600;
}

#topNav ul {
	margin : 0px;
	display : block;
	padding : 0px 0px 0px 0px;
}

#topNav li {
	display : inline;
	margin-right : -3px;
}

/* Left Navigation */
#columnContainer {
	float : left;
	width:160px;
	margin : 0em;
	background-color : #2b66e4;
	background-image : url(../images/menu_back2.jpg);
	background-repeat : repeat-y;
	background-position : top left;
}
#leftColumnHolder {
	font-family : helvetica, arial, verdana, sans-serif;
	/*background-color : #003366;*/
	float : left;
	width : 160px;
	border-top : solid 1px #00284F;
	border-bottom : solid 1px #62A6E6;
	padding : 0px;
	margin-top : 28px;
}

#leftMenuHolder {
	width: 160px;
	float : left;
	margin : 0px;
}
#leftMenu {
	width: 160px;
	float:left;
	}
#leftMenu ul {
	margin : 0px;
	list-style: none;
}

#leftMenu .selected a {
	color: #669900;
}

#leftMenu li a {
	color: #fff;
	font-size : 1em;
	font-weight: bold;
	text-decoration: none;
	height : 32px;
	border-top : solid 1px #62A6E6;
	border-bottom : solid 1px #00284F;
	padding : 4px 7px 4px 8px;
	display: block;
}

#leftMenu li a:hover {
	background-color : #FF9900;
}

/* Right Column */

#pageHolder {
	background-color : #fff;
	background-image : url(../images/corner_tab.gif);
	background-repeat : no-repeat;
	background-position : top left;
/*	height : expression(document.body.clientHeight-162 + "px");*/
	width:78%;
	float : left;
	padding : 10px 10px 18px 8px;
}

#flashcontainer {
	float:left;
	width:479px;
	margin: 5px 0 15px 5px;
	font-size: 0.8em;
	}	
#rightside {
	font-size: 0.8em;
	color: #2649a7;
	text-decoration: none;
	margin: 20px 0px 0px 10px;
	position:relative;
	float: left;
	padding: 0 0 0 20px;
	
}	
.maincontent {
	font-size: 0.8em;
	color: #2649a7;
	text-decoration: none;
	margin: 20px 0px 0px 10px;
	}
.maincontent ul {
	margin : 0px;
	list-style: none;
}

.maincontent .selected a {
	color: #2649a7;
}

.maincontent table:li a {
	color: #2649a7;
	line-height: 0.9em;
	text-decoration: none;
	display: block;
}	
.maincontent li a:hover {
	color: #ffcc00;
	text-decoration: none;
	display: block;
}	

#contentHolder {
	float : left;
	font-family : helvetica, arial, verdana, sans-serif;
	font-size : small;
	width:100%;
}
		
#contentHolder h1 {
	color : #2649a7;
	font-family : helvetica, arial, verdana, sans-serif;
	width : 95%;
	padding-top : 5px;
	padding-bottom : 8px;
	border-bottom : solid 1px #ccc;
}

#contentHolder h2 {
	color : #2649a7;
	padding-top : 0px;
	padding-bottom : 3px;
	margin : 0px;
}

#contentHolderxxxxxxxxx p {
	margin : 0px;
	padding-top : 5px;
	padding-bottom : 24px;
	padding-right : 10px;
}

#contentHolder ul {
	display: inline;
	list-style : url(/images/bullet.gif);
	vertical-align: middle;
	
}

#contentHolder li  {
	padding-top : 0.1em;
	padding-bottom : 0.2em;
	margin-left: 10px;
	margin-right: 0.5em;
	padding-top : 2px;
	padding-bottom : 8px;
}

#contentHolder li img {
	float : right;
	border : solid 1px #036;
	margin-right : 0px;
}

#contentHolder .button
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #003366;
	BORDER-RIGHT: LightSteelBlue 0.1mm solid;
    BORDER-TOP: LightSteelBlue 0.1mm solid;
    BACKGROUND: #eef7fc; /*#EAEAEA;*/
    BORDER-LEFT: LightSteelBlue 0.1mm solid;
    border-bottom: LightSteelBlue 0.1mm solid;
}

#contentHolder .fixedButton 
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #ff6600;
	BORDER-RIGHT: LightSteelBlue 0.1mm solid;
    BORDER-TOP: LightSteelBlue 0.1mm solid;
    BACKGROUND: #eef7fc; /*#EAEAEA;*/
    BORDER-LEFT: LightSteelBlue 0.1mm solid;
    border-bottom: LightSteelBlue 0.1mm solid;
    width : 435px;
}
.type {
	height : 10.5em;
	font-size:0.9em;
	width: 65%;
	background-color : #fef0cf;
	background-image : url(../images/apt.jpg);
	background-repeat : no-repeat;
	background-position : top left;
	padding : 3px 8px 0px 8px;
	color: #fff;
	float : left;
	margin : 8px;
	overflow : hidden;
	border-bottom: 0px solid white;
}
.typetext {
	color: #003366;
	padding : 0px 8px 0px 168px;
	float : left;
	margin : 0px;
	}
/* -------------------- Homepage Hotspots ---------------------- */

#hotspotHolder {
	font-size : 0.7em;
	font-family : helvetica, arial, verdana, sans-serif;
	/*width: expression(document.body.clientWidth-200 + "px");*/
	background-color : #fff;
	clear : all;
}

#hotspotHolder h3 {
	font-size : 1.2em;
	margin-top : 0.2em;
	margin-bottom : 0.2em;
}

#hotspotHolder p {
	margin-top : 0.2em;
	margin-bottom : 0.2em;
}

#hotspotHolder a {
	color : #003366;
	text-decoration : none
}

#hotspotHolder a:hover {
	color : #f60;
	text-decoration : none;
}


#hotspot1 {
	height : 10.6em;
	width: 300px;
	background-color : #fef0cf;
	background-image : url(../images/features01.jpg);
	background-repeat : no-repeat;
	background-position : top left;
	padding : 8px 8px 8px 148px;
	float : left;
	margin-right : 8px;
	margin-bottom : 8px;
	overflow : hidden;
}

#hotspot2 {
	height: 10.6em;
	width: 300px;
	background-color : #D9EBF5;
	background-image : url(../images/features06.jpg);
	background-repeat : no-repeat;
	background-position : top right;
	padding : 8px 148px 8px 8px;
	margin-bottom : 8px;
	float : left;
	overflow :hidden;
}

#hotspot3 {
	height : 10.6em;
	width: 300px;
	background-color : #D9EBF5;
	background-image : url(../images/features03.jpg);
	background-repeat : no-repeat;
	background-position : top left;
	padding : 8px 8px 8px 148px;
	float : left;
	margin-right : 8px;
	margin-bottom : 8px;
	overflow : hidden;
}

#hotspot4 {
	height : 10.6em;
	width: 300px;
	background-color : #fef0cf;
	background-image : url(../images/features02.jpg);
	background-repeat : no-repeat;
	background-position : top right;
	padding : 8px 148px 8px 8px;
	margin-bottom : 8px;
	float : left;
	overflow : hidden;
}

#hotspot5 {
	height : 10.6em;
	width: 300px;
	background-color : #fef0cf;
	background-image : url(../images/features05.jpg);
	background-repeat : no-repeat;
	background-position : top left;
	padding : 8px 8px 8px 148px;
	float : left;
	margin-right : 8px;
	margin-bottom : 8px;
	overflow : hidden;
}

#hotspot6 {
	height : 10.6em;
	width: 300px;
	background-color : #D9EBF5;
	background-image : url(../images/features04.jpg);
	background-repeat : no-repeat;
	background-position : top right;
	padding : 8px 148px 8px 8px;
	margin-bottom : 8px;
	float : left;
	overflow : hidden;
}

#moreL a {
	position : absolute;
	right : 8px;
	bottom : 4px;
}

#moreR a {
	position : absolute;
	right : 148px;
	bottom : 4px;
}
/* Footer Details */
#footer {
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	width:100%;
	height: 26px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	padding-top: 5px;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	background-color: #2b66e4;
	text-align: center;
}
#leftfooter	{
	padding-left:5px;
	float:left;
	color:#fff;
	font-weight: bold;
	}
#miscfooternav {
	padding-left: 20%;
	float:left;
	color:#fff;
	font-weight: bold;
}
#miscfooternav a {
	text-decoration:none;
	font-weight: bold;
}				
#miscfooternav a:link {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#miscfooternav a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#miscfooternav a:hover {
	color: #fc0;	
	font-weight: bold;
}		
#dbstatusnav {
	text-align:right;
	float:right;
	width: 170px;
	color:#fff;
	padding-right:5px;
	font-weight: bold;
}
#dbstatusnav a:link {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#dbstatusnav a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#dbstatusnav a:hover {
	color: #fc0;	
	font-weight: bold;
}		
#skip {
	display: none;
	}
div.row {
	clear: both;
	padding-top: 5px;		}
div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right:15px;
	}
div.row span.formw {
	float: left;
	width: 300px;
	text-align: left;
	}
#conformancewrapper	{
	width:100%;
	margin:0 auto;
	background-color: #fff;
	text-align:left;
	}
#madewithcss	{
	float:left;
	width:88px;
	padding:5px;
		}
#triple-a	{
	float:left;
	width:88px;
	padding: 5px 5px 5px 15px;
	font-size: xx-small;
	font-weight: normal;
	color: #666;
		}
#validxhtml	{
	float:left;
	width:88px;
	padding:5px;
	font-size: xx-small;
	font-weight: normal;
	color: #666;
		}
#validcss	{
	float:left;
	width:88px;
	padding:5px;
	font-size: xx-small;
	font-weight: normal;
	color: #666;
		}	

/*------------------------------------------- Events ---------------------------------------*/
