@media screen{
body {
	margin: 0;
	color: #333333;
	text-align: left;
	padding-left: 10px;
	font-family: Helvetica;
	font-size: 100%;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../images/bodybg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* -- links -- */


a:link {
color: #1C3F95;
text-decoration: none;
background: transparent;
}

a:visited {
color: #1C3F95;
text-decoration: none;
background: transparent;
}

a:hover {
color: #FCB034;
text-decoration: underline;
background: transparent;
}

a:active {
color: #FCB034;
text-decoration: none;
background: transparent;
}

/* -- headings -- */

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0;
	background: transparent;
	font-weight: normal;
	color: #666666;
	text-transform: capitalize;
	font-family: Helvetica;
}

h1 {
	margin: 0px 0 10px 0;
	color: #666666;
	font-size: large;
}
}

h2 {
	font-size: 0.95em;
	color: #666666;
	padding-top: 10px;
	line-height: 14px;
}

h3 {
font-size: 1.0em;
}

/* -- container --*/
#news {
	width: 128px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 1px;
	font-family: Helvetica;
	font-size: 0.75em;
	line-height: 1.3em;

}

#container {
	width: 760px;
	height: 100%;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	background: transparent url(../images/navbg.png);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #1C3F95;
	border-right-color: #1C3F95;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1C3F95;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C3F95;
}
#container2 {
	width: 760px;
    height: 100%;
	padding: 0;
	text-align: left;
	background: transparent url(../images/cbg-home.png) no-repeat top left;
}

#containerabout {
	width: 760px;
    height: 100%;
	padding: 0;
	text-align: left;
	background: transparent url(../images/cbg-about.png) no-repeat top left;
}

#containerfaq {
	width: 760px;
    height: 100%;
	padding: 0;
	text-align: left;
	background: transparent url(../images/cbg-faq.png) no-repeat top left;
}

#containerlinks {
	width: 760px;
    height: 100%;
	padding: 0;
	text-align: left;
	background: transparent url(../images/cbg-links.png) no-repeat top left;
}

#containercontact {
	width: 760px;
    height: 100%;
	padding: 0;
	text-align: left;
	background: transparent url(../images/cbg-contact.png) no-repeat top left;
}


#EssetFooter {
	width: 760px;
	text-align: center;
	background: transparent url(../images/EssetFooter.png) no-repeat top left;
	font-family: Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	height:26px;
	padding-top: 2px;
	background-color:#1C3F95;
}


/* -- banner --*/

#banner {
	position: relative;
	width: 580px;
	height: 140px;
	margin: 0 0px;
	padding: 0;
	background: transparent url(../images/header.png) no-repeat 0 0;
	top: 0px;
	float: right;
	z-index: 1500;
}

#banner p {
display: block;
margin: 0;
padding: 0;
text-indent: -100000px;
}

#banner p a {
display: block;
text-decoration: none;
}

/* -- top level nav --*/

#nav-meta {
position: absolute;
top: 5px;
right: 15px;
margin: 0;
padding: 0;
}

#nav-meta ul {
margin: 0;
padding: 0 0 0 3px;
border-left: 1px solid #777;
font-size: 0.75em;
text-align: center;
line-height: 1.2em;
}

#nav-meta li {
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
border-right: 1px solid #777;
}

#nav-meta a {
margin: 0;
padding: 0 3px 0 0;
background: transparent;
color: #777;
text-decoration:none;
}

#nav-meta a:hover {
text-decoration: underline;
}

/* -- nav-main --*/

#nav-toplevel {
	float: left;
	width: 150px;
	left: 0px;
	top: 0px;
	position: relative;
	height: 150%;
	clear: both;

}

#nav-main {
margin: 0;
padding: 0 0 0px 0;
}

#nav-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	text-align: left;
}

#nav-main li {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Helvetica;
	
}

#nav-main a {
	display: block;
	margin: 0 0 1px 0;
	padding: 3px 2px 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/button1.gif);
}

#nav-main a:hover {
	text-decoration: underline;
	background-image: url(../images/button1b.gif);
}

#nav-main a.current {
margin: 0 0 1px 0;
padding: 3px 2px 3px 10px;

}
/* -- section nav --*/

ul#nav-section {
margin: 0 0 1px 0;
padding: 0px 0;
font-size: 0.9em;

}

#nav-section li {
	margin: 0 0 1px 0;
	background-image: url(../images/button1c.png);
}

#nav-section a {
	margin: 0;
	padding: 2px 2px 2px 25px;
	background-image: url(../images/button1a.gif);
	text-decoration: none;
	color: #F48126;
}

#nav-section a:hover {
background-image: url(../images/button1c.png);
}

#nav-section a.youarehere, #nav-section a.youarehere:hover {
margin: 0;
padding: 1px 0;
}
#nav-section a.youarehere:hover {
margin: 0;
padding: 1px 0;
text-decoration: underline;
}

/* -- subs/supp nav --*/

#nav-subs {
	float: right;
	margin: 0;
	padding: 0px 0 0 0;
	background-color: #FFFFFF;
}

#nav-supp {
	width: 150px;
	margin: 0;
	padding: 0 0 0px 0;
	background-color: #FFFFFF;
}

#nav-supp ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	text-align: center;
	background-color: #FFFFFF;
}

#nav-supp a {
	display: block;
	margin: 0;
	padding: 4px 0;
	background-image: url(../images/button1.gif);
	text-decoration:none;
	background-color: #FFFFFF;
}
#nav-supp li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#nav-supp a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}

/* -- content --*/
#side {
	top: 216px;
	width: 150px;
	background: transparent url(../images/logos2.gif) no-repeat 0 0;
	height: 120px;
	left: 176px;
	position: relative;
	
}

#content {
	margin: 0 0px 0 150px;
	padding: 0px 15px 0 15px;
	font-size: 0.75em;
	line-height: 1.3em;
	top: 0px;
	font-family: Helvetica;
}

#content p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 14px;
}

#main {
 float: left; margin: 0px; padding-left: 0px; padding-right: 0px; width:390px;
}

#sub2 {
	margin-left: 585px;
	padding-left: 1px;
	padding-right: 1px;
	border-top-color: #FCB034;
	border-top-style: dashed;
	border-top-width: 0px;
	border-right-color: #FCB034;
	border-right-style: dashed;
	border-right-width: 0px;
	border-bottom-color: #FCB034;
	border-bottom-style: dashed;
	border-bottom-width: 0px;
	border-left-color: #FCB034;
	border-left-style: dashed;
	border-left-width: 0px;
	width: 150px;
	font-family: Helvetica;
	font-size: 0.75em;
	padding-top: 0px;
	padding-bottom: 10px;
}
hr {
width: 80%;
text-align:center;
border: none 0; 
border-top: 1px dashed #CCCCCC;
height: 1px;
}

#sub2 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#sub2 h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
		padding-top: 0px;
	line-height: 14px;
}

#btmlogos {
	margin: 0;
	padding: 0 0 0px 0;
	height: 85px;
}



/* -- footer --*/



div.clear {
	clear: both;
	border-top-color: #49A4C5;
	border-top-style: solid;
	border-top-width: thin;
	background-color: #00FF00;
}
img.floatLeft { float: left; 
margin: 15px; }

img.floatRight { float: right; 
margin: 10px; } 

.ctable {
	border-spacing: 0px;
	border-left: 0px solid #ffffff;
}

.ccell {
background: #EFEFEF;
padding: 10px;
}

.ctitle {
font-family: Helvetica;
color: #990033;
font-weight: bold;
}

td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

.Logo {
	height: 125px;
	width: 150px;
	background: transparent url(../images/header2.png) no-repeat
}
.style1 {
	color: #073A00;
	font-family: Helvetica;
	font-size: 0.75em;
	font-weight: bolder;
	padding-top: 10px;
	line-height: normal;
	padding-bottom: 0px;
}
.style2 {
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 0.67em;
	line-height: normal;

}
.style3 {
	color: #666666;
	font-family: Helvetica;
	font-size: 0.9em;
	line-height: normal;

}
}
