@charset "utf-8";
/* CSS Document */


/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/imgs_tmplt/gradient.jpg);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#container {
	height: 815px;
	width: 855px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 1px;
}
#header {
	width: 855px;
	text-align: center;
	height: 145px;
}
#navbar {
	height: 25px;
	width: 840px;
	padding-top: 4px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#navbar  img {
	float: left;
}
#navbar  ul {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#navbar  li {
	text-decoration: none;
	display: inline;
}
#navbar     a:link,#navbar    a:visited  {
	text-decoration: none;
	color: #6E8726;
	margin-right: 20px;
	margin-left: 20px;
	display: inline;
	float: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
#navbar  a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	color: #CC0000;
}

#content {
	height: 630px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.red {
	font-weight: bold;
	color: #CC0000;
}
