body {
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:80%;
	font-family: "Trebuchet MS",verdana,helvetica,sans-serif;
	text-align:center;
	background-image: url(images/newbodybk.jpg);
	background-repeat: repeat-x;
	background-color: #083974;
	

}
h1, h2, h3, h4 {
	margin: 0;
	margin-left: 4px;
}


h1 {
	font-size: 22px;
	font-weight: bold;
	color: #0C295A;
	line-height: 35px;
	padding-left: 0px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6C2AD;
	width: 90%;
}



h2 {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding-left: 24px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C295A;
	width: 85%;
	margin-left: 12px;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	margin-top: 12px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #0C295A;
	padding-left: 20px;
	line-height: 22px;
	width:70%;
	background-image: url(images/h3.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-left: 20px;
	margin-top: 12px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #003D79;
	text-indent: 12px;
	line-height: 40px;
	font-style: italic;
	background-color: #F8F4F1;
	width: 50%;
	margin-bottom: 12px;
	margin-top: 12px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 780px;
	margin-bottom: 12px;
	
}
p{
	margin-left: 8px;
	margin-right: 8px;
	text-align: justify;
}
#contentbkmiddle{
	width: 780px;
	background-image: url(images/wrapperbkmiddle.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	min-height: 100%;
}
#contentbktop{
	background-image: url(images/wrapperbktop.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 780px;
}
#contentbkbottom{
	height: 52px;
	background-image: url(images/wrapperbkbottom.jpg);
	margin-top: -15px;
	width: 780px;
	clear: both;
}
#righttop{
	background-image: url(images/righttop.jpg);
	background-repeat: no-repeat;
	height: 26px;
	background-position: center center;
}
#rightmiddle{
	background-image: url(images/rightmiddle.jpg);
	background-repeat: repeat-y;
	margin-top: -12px;
}
#rightbottom{
	background-image: url(images/rightbottom.jpg);
	height: 18px;
	margin-top: -14px;
}
#header {
	height: 400px;
	margin-bottom: 235px;
}
	.navcontainer
{
	margin: 0;
	padding: 0;
	height: 41px;
	width: 780px;
	margin-top: 2px;
	background-image: url(images/greenline.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	width: 780px;
}

.navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	
}

.navcontainer ul li a
{
	width: 125px;
	height: 25px;
	color: #068349;
	text-decoration: none;
	display: block;
	text-align: center;
	font: 0.9em tahoma, lucida, sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	background-image: url(images/menubk2.jpg);
	background-repeat: no-repeat;
	line-height: 25px;
}

.navcontainer ul li a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.navcontainer a:active
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.navcontainer li#active a
{
	color: #0F387A;
	font-weight: bold;
	text-decoration: underline;

}

#side-a {
	width: 780px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: right 43px;
	text-align: justify;
}
#side-ahome {
	width: 780px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: right 43px;
	text-align: justify;
	float:left;
	
}

#side-b {
	margin: 0;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-top: -16px;
	width: 200px;
	float: right;
	margin-right: 15px;
}

#footer {
	clear: both;
	height: 61px;
	padding-top: 24px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 24px;
}
/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(icon_popup.gif) no-repeat center right;
}


a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(icon_external.gif) no-repeat center right;
}
/* all A tags whose HREF attribute starts with #top */
a[href ^="#top"] {
	padding-right: 18px;
    background: transparent url(icon_top.gif) no-repeat center right;
   
}
#index .index, #gallery .gallery, #webcam .webcam, #location .location, #about .about, #contact .contact, #requirements .requirements, #resources .resources, #services .services, #policies .policies

{
	color: #FFFFFF;
	background: transparent;
	border-bottom-color: #DCB86D;
	font-weight: bold;
	background-position: 0 .2em;
	text-decoration: underline;
	font-style: italic;
	background-image: url(images/menubk2.jpg);
	background-repeat: no-repeat;
}
.clear{clear:both;}
.rightcontent{
	margin-left: 12px;
	margin-right: 12px;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.floatright{float:right;}
.floatleft{
	float:left;
	margin-left: 8px;
}
hr{
	width:90%;
	margin-left: 12px;
}
.rightcontentpic{
	margin-left: 8px;
}
#footerMenu {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
#footerMenu a {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
#helpfulhints{background-color:#E0E0E0;
float:right;
margin-left:5px;
margin-right:0px;
text-align:left;
width:250px;

}
#helpfulhints p{
text-align:left;
color:#000;

}
#helpfulhints h5{
font-size: 14px;
	font-weight: bold;
	color: #003D79;
	text-indent: 4px;
	line-height: 20px;
	font-style: italic;
	background-color: #083974;
	width: 98%;
	margin-bottom: 4px;
	margin-top: 4px;
	color:#fff;
	margin-left:1%;
}
.question{color:#000;
font-size:11px;
}



