body {
	background-image: url(assets/back.jpg);
	background-repeat: repeat-x;
}
.border {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #70AA72;
	margin-top: 3px;
	margin-bottom: 3px;
}
#nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	background-color: #FFFFFF;
	border: 2px dotted #DBDCD3;
	padding: 4px 10px 4px 13px;
	text-align: left;
}
#nav h4{
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #70AA72;
	padding-bottom: 3px;
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
}
#nav a:link{
	color: #606060;
	text-decoration: none;
}
#nav a:visited{
	color: #3F3F3F;
	text-decoration: none;
}
#nav a:hover{
	color: #70AA72;
}
ul { padding: 0px; }
	ul li {
		background: transparent url("assets/arrow.gif") 0px 5px no-repeat;
		list-style-type: none;
		padding: 0px 0px 0px 20px;
		}
ul img {
	border:none;
}
dl, ol, p, ul { margin: 0px 0px 15px; }
#main{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #FFFFFF;
	border: 2px dotted #DBDCD3;
	padding: 0px 10px 4px 13px;
	margin-left: 5px;
	text-align: left;
}
#news{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #FFFFFF;
	border: 2px dotted #DBDCD3;
	padding: 0px 10px 4px 13px;
	margin-left: 5px;
	margin-top: 7px;
}
#bottom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #FFFFFF;
	padding: 10px 10px 4px 13px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: center;
	border-top: 2px solid #70AA72;
	width: 745px;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #70AA72;
	font-variant: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #349C68;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #349C68;
	background-color: #E6E7E2;
	padding: 4px;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	color: #70AA72;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	color: #888888;
}
.small_links {
	font-size: 85%;
	color: #508751;
	margin: 5px;
}
.small_links a:link{
	color: #508751;
}
.small_links a:hover{
	color: #508751;
	text-decoration: none;
}
.small_links a:visited{
	color: #508751;
}
.error {
	background: #FFEFF7;
	border: 1px solid #c69;
	margin: 1em 5% 10px;
	padding: 0 1em 0 1em;
}
