@charset "utf-8";

* {
margin:0px; 
padding:0px; 
border:0px;}

body, p, ul, div {
margin:0px;
padding:0px;
border:0px;
}

body {
	background-color:#617000;
	}

#wrapper{
	position:relative;
	margin: 0 auto;
	width: 1024px;
	text-align:left;
}


a {
outline:0px;
}

#left_strip {
width:300px;
height:1000px;
background-image:url(images/left_bar.jpg);
float:left;
left:-300px;
position:absolute;
}

#right_strip {
width:300px;
height:1000px;
background-image:url(images/right_bar.jpg);
float:left;
left:1024px;
position: absolute;
}

#main_content {
background-color: #FFFFFF;
width:986px;
float:left;
height:610px;
min-height:610px;
padding-left:19px;
padding-right:19px;
padding-top:10px;
padding-bottom:10px;
}

#top_bar {
width:1024px;
height:158px;
float:left;
background-color:#FFFFFF;
}

#nav_bar {
	height:30px;
	width:986px;
	padding-left:19px;
	padding-right:19px;
	float:left;
	background-image: url(navtemp.gif);
	background-repeat:repeat-x;
	/*background-color:#FFF;*/
}

#foot {
	clear:both;
	width:984px;
	padding-left:20px;
	padding-right:20px;
	height:38px;
	background-color: #FFF;
}

.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#83929f;
}


#hrule {
background-color:#77b6d0;
height:.1em;
width:100%;
}

#slideshow {
	width:840px;
	height:302px;
	z-index:1;
	overflow:hidden;
	float:left;
	margin-left:144px;
	/*padding-left:134px;*/
}

#big_nav_buttons {
	width:240px;
	padding-left:10px;
	height:614px;
	/*padding-bottom:10px;*/
	float:right;
}

#body_bottom {
	width:994px;
	padding-right:10px;
	padding-top:10px;
	float:left;
	/*	padding-left:134px; */
}

.text20 {
font-family:Georgia;
font-size:20px;
}

.text18 {
font-family:Georgia;
font-size:18px;
}


.text16 {
font-family:Georgia;
font-size:16px;
}

.text12 {
font-family:Georgia;
font-size:12px;
}

.grey {
color:#83929f;
}

.blue {
color:#00365b;
}

a:link {color:#00365b; text-decoration:none;}
a:visited {color:#00365b; text-decoration:none;}
a:active {color:#00365b; text-decoration:none;}
a:hover {color:#83929f; text-decoration:none;}