/*CSS Document */
html, body {
	background-color: #003300;
	margin-top: 10px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFcc;
	
}
#header {
	background: url("../images/header.gif") top left;
	height: 150px;
	width: 1000px;
	border-left: #996600 thin solid;
	border-right: #996600 thin solid;

}
 #navigation {
	height: 30px;
	width: 1000px;
	line-height: 30px;
	background: #003300;
	border-top: #996600 thin solid;
	border-bottom: #996600 thin solid;
border-left: #996600 thin solid;
	border-right: #996600 thin solid;	
	float: left;
}
#navigation ul {
    margin:0;
    padding:0px 10px 0;
    list-style:none;
    }
#navigation li {
    float:left;
    margin:0;
    padding:0;
				margin-left: 2px;
    }
#navigation a {
    display:block;
    padding:5px 15px 3px;
				font-family: "Georgia";
				text-decoration: none;
				color: #ffffcc;
    }
#navigation a:hover {
				text-decoration: underline;
				}
#navigation #current {
    background:url("../images/link_on.gif") top center no-repeat;
    }
#navigation #current a {
    background:url("../images/nav_on.gif") top center no-repeat;
				padding-bottom:5px;
				color: #ffffcc;
				text-decoration: none;
    }
#text {
	width: 369px;
	padding: 15px;
	margin-top: 0px;
margin-left: -1px;
	float: left;
	border-left: #996600 thin solid;
border-right: #996600 thin solid; 
background: url("../images/textbg.gif") repeat-x #ffffcc;
overflow: auto;
}
#text_links {
	width: 972px;
	padding: 15px;
	margin-top: 0px;
margin-left: -1px;
	float: left;
	border-left: #996600 thin solid;
border-right: #996600 thin solid; 
background: url("../images/textbg.gif") repeat-x #ffffcc;
overflow: auto;
}
#news {
height: auto;
width: 269px;
padding: 15px;
padding-left: 5px;
padding-top: 0px;
margin-top: 15px;
margin-left: -5px;
float: left;
cleat: left;
	background-color: #FFFFcc;

}

#flash {
	width: 569px;
	padding: 15px;
margin: 0px;	
float: left;
text-align: left;
	background: url("../images/textbg.gif") repeat-x #FFFFcc;
	border-right: #996600 thin solid;

}
#flash li{
margin-left: 15px;
}
#footer {
	clear: both; /*This clears any floats, so the footer appears on a different line*/
	background: #003300;
	width:1000px;
	height:40px;
	line-height: 40px; /*Remember, line height same as height of the DIV vertically centers text */
	text-align: left;
	border-top: 1px solid #000;
}

#footer a {
	text-decoration: none;
	font-family: Times New Roman;
	color: #ffffcc;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffcc;
	
}
#footer ul {
	padding: 0px;
	margin: 0 auto;
}
#footer li {
	padding: 0px;
	float: left;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	z-index: 2;
	margin-right: 20px;
	margin-top: 3px;
	float: right;
}
#copyright a {
margin-left: -5px;
text-decoration: underline;
}
#news p{
	font-size: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
h1 {
	font-family: Times New Roman;
	font-size: 30px;
	color: #003300;
}
h1 a{
	font-size: 14px;
	text-decoration: underline;
}
h1 a:hover {
	text-decoration: none;
}
h2 {
	font-family: Times New Roman;
	font-size: 24px;
	color: #003300;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #339933;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	
}
#text h2 {
	font-size: 20px;
}
img {
	float: left;
	margin: 3px;
	margin-right: 5px;
	
}