@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	background-color: #1B6634;
	margin: 0px;
	background-image: url(images/web_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFCC00;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	float: none;
	height: 30px;
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.footer a {
	color: #FFCC00;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFF99;
	text-decoration: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.column {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	background-color: #FFFFFF;
	vertical-align: top;
	margin: 20px;
	padding: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-repeat: repeat;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFCC00;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
	text-align: right;
	vertical-align: middle;
	word-spacing: 1.2em;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	margin: 20px;
	padding: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat;
	text-transform: none;
}
#quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	text-transform: none;
	color: #CCCCCC;
	background-color: #9b9b9b;
	background-image: url(images/quote_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 20px;
	vertical-align: top;
	margin: 0px;
	padding: 5px 10px 10px 25px;
	border: thin solid #999999;
}
.menu a {
	color: #ffcc00;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.latest {
	font-size: medium;
	font-weight: bolder;
	color: #333333;
	text-align: left;
}
.latest_table {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	vertical-align: top;
}
.more {
	font-size: medium;
	font-weight: bolder;
	color: #333333;
	text-align: right;
}
.column .more a:hover {
	color: #999999;
	text-decoration: none;
}
.column .latest_table a:hover {
	color: #999999;
}
.latest_table img {
	border: thin none #000000;
}
.content .head {
	background-image: url(images/headbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 25pt;
	padding: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bolder;
	color: #000000;
	font-style: italic;
}
.alignleft  {
	padding-right: 15px;
	padding-bottom: 5px;
	float: left;
}
.alignright {
	padding-bottom: 5px;
	float: right;
	padding-left: 15px;
}
