* {
	padding: 0;
	margin: 0;
}

html { height: 100%; margin-bottom: 1px; }

body {
	margin:2px 0px;
	background:#BEC3C6 url(../images/bglight.gif) repeat-x;
}

div, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, p, form, img, textarea, body, label, fieldset, table, tr, td, blockquote	
{margin: 0; padding: 0; border: 0; text-decoration: none;} 

}
a, a:link, a:visited {
    color: #566047;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:active, a:focus {
    color: #566047;
}  


/* homepage */
#homecontainer {
	margin:auto;
	width:840px;
	position:relative;
	border:2px #009999 double;
	padding:0px;
	background-color:#fff;
}

#header {
	width:840px;
	height:140px;
	background-image:url(../images/frontiersheader.jpg);
	margin-bottom:2px;
	border-bottom: 3px #0c3 solid;
}

#content {
	width:820px;
	padding:10px;
	margin:auto;
	background: #FBFBE5 url(../images/contentbg.gif)repeat;
}

#content a:link {
	color:#083dc3;
	text-decoration:none;
}

#content a:visited {
	color:#083dc3;
	text-decoration:none;
}

#content a:active {
	color:#083dc3;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

h2 {
	color:#A84300;
	line-height:25px;
	font-size:16px bold;  
	margin-bottom:6px; 
	padding-top:10px; 
	padding-left:3px;
}

img {
	border:0px;
}

#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#255b7d;
    font-style:normal;
	margin-bottom:10px;
	line-height:2em;
	text-indent:0;
	text-align:left;
	letter-spacing:1px;
 }
    
#content ul, #content ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#255b7d;
    font-style:normal;
	letter-spacing:1px;
	line-height:2em;
	margin:12px 0 0 30px;
	}

dl dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#255b7d;
    font-style:normal;
	letter-spacing:2px;
	line-height:1em;
	margin:10px 0 10px 10px;
	}

#content td {
	padding:5px;
	margin:2px;
	}
	
.b1 {
	color:#255c7e;
	font-size:15px; 
	line-height:20px; 
	font-weight:bold; 
	padding-bottom:8px; 
	}
	



.footer {
	background-color:#366;
	color:#fff;
	font-size:11px;
	margin:0px;
	padding:0px;
	line-height:2em;
	text-indent:0;
	text-align:center;
	letter-spacing:2px;
	height:30px;
	}
    
.footer2 {
	color:#000;margin:10px 0px;
	background-color:#fff;
	border:1px thick #eded09;
	padding:3px 0px;
	}
	
/* list box style*/

.listbox{
background-color: #c2ecd5;
width: 800px;
padding: 8px;
}

.listboxfooter{
background: url(../images/arrowb.gif) 10px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 1em;
}