@charset "iso-8859-1";
/* CSS Document */

body {
	margin: 20px 0;
	background:#10AC4F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

img {border-color: #10AC4F;}

h1, h2, h3 {
	font-weight: normal;
	color: #10AC4F;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #10AC4F;
}


p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	color: #10AC4F;
}

a:hover {
	text-decoration: none;
	color: #10AC4F;
}

a:visited { text-decoration: underline;
	color: #10AC4F
}
#header {
	width: 955px;
	height: 130px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#banner {
	width: 955px;
	height: 143px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo {
	float: left;
	width: 955px;
	padding-right:0px;
	height: 130px;
	background-image:url(images/logo.gif); background-repeat:no-repeat;
}

#menu {
	width: 955px;
	height: 45px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; background:url(images/menu.gif); background-repeat:no-repeat;


}

#menu a:visited{ text-decoration: none; 
font-weight: bold;  
float: left;
 padding: 0 20px; 
 line-height: 35px; 
 text-transform: uppercase; 
 font-size: 14px; color: #fff; m
 argin-left:15px;  
 margin-top:3px ; 
 display:block ;
 border-left:solid 1px #cccccc }
 
#menu a:link {text-decoration: none; 
font-weight: bold;  
float: left; 
padding: 0 20px; 
line-height: 35px; 
text-transform: uppercase; 
font-size: 14px; 
color: #fff; 
margin-left:15px ; 
margin-top:3px; 
display:block ; 
border-left:solid 1px #cccccc}

#menu a:first-child {border-left: none; padding-left: 30px;}

#menu a:hover { color:#FFCC00;}



#page {
	width: 955px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background:url(images/page_bg.gif); background-repeat:repeat-y;
	border: solid 5px #FFFFFF;

}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: right;
	width: 905px;
	padding: 20px;
	
}

#flash{
	float:none;
	width: 600px;
	padding: 5px;
	margin-left:200px;
	margin-top:0px;
	
}


#content ol, #content ul {
	margin-left: 3em;
}


#footer {
	clear: both;
	width: 955px;
	height: 45px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image:url(images/footer.gif); background-repeat:no-repeat;

	
}

#footer p {
	margin-top:10px;
	padding-top: 5px;
	line-height: normal;
	font-size: 100%;
	text-align:center;

}

form label {float: left; display: block; width: 60px; line-height: 22px;}
form .input {border: 1px solid #10AC4F; padding: 3px; margin-bottom: 3px; width: 150px;}
form textarea {margin-left: 60px; font: inherit; height: 100px;}
form select {border: 1px solid #10AC4F; background: #fff; padding: 2px; margin: 0 0 2px 60px; width: 158px;}
form .button {margin-left: 60px; border: 1px solid #10AC4F; width: 158px}


