* {
	margin: 0px;
	padding: 0px;
}
body{
	line-height : 180%;
	font-size : 80%;
	color: #666666;
	background-color: #f2f3e6;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#header {
	height: 80px;
	border-bottom: 2px solid #999900;
	background-color: #7baf1a;
}
#headerleft {
	padding: 10px 20px;
	float: left;
	width: 200px;
	height: 60px;
}
#headerright {
	float: right;
	width: 520px;
	text-align: right;
	padding: 20px 20px 0px 0px;
	font-size: 120%;
}
#wrapper {
	background-repeat: repeat-y;
	clear: both;
	background-image: url(images/container_bg.gif);
	float: right;
}
#menu {
	padding: 10px 0px;
	float: left;
	width: 190px;
	background-repeat: repeat-y;
	background-image: url(images/menu_bg.gif);
}
#toppagemain {
	float: right;
	width: 590px;
}
#main {
	float: right;
	width: 555px;
	padding: 20px 20px 20px 14px;
}
#footer {
	text-align: center;
	clear: both;
	padding: 5px 10px;
	border-top: 1px solid #cccccc;
	background-color: #e9e9e9;
}
#toppagemain .padding{
	padding: 20px 20px 20px 14px;
}
.menubar {
	padding-left: 10px;
	color: #336600;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#headerright a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#headerright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#menu ul {
}
#menu ul li {
	text-indent: 15px;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px dotted #cccccc;
	background-color: #FFFFFF;
	font-size: 100%;
}
#menu ul li a {
	color: #336600;
	text-decoration: none;
	font-weight: bold;
}
#menu ul li a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:link {
    color:#003399;
}
a:visited {
    color:#003399;
}
a:hover {
	color:#990000;
}
a:active {
	color:#990000;
}
h1,h2,h3,h4 {
    font-size : 100%;
    font-weight : normal;
    margin-bottom: 0px
}
.entry {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 15px;
	font-size: 100%;
	color: #336600;
	background-image: url(images/entry.jpg);
	line-height: 30px;
}
.subentry {
	margin-top: 5px;
	text-indent: 10px;
	margin-bottom: 5px;
	color: #006600;
	font-weight: bold;
	font-size: 100%;
	background-color: #f4f4f4;
	line-height: 25px;
}
.big {
	font-size: 140%;
}
.red {
	color: #CC0000;
}
.redbold {
	color: #CC0000;
	font-weight: bold;
}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #ebedae;
}
.tableborder td{
	border: 1px solid #ebedae;
	padding: 4px;
}
#menu .box {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 10px;
	background-color: #FFFFFF;
	line-height: 150%;
}
.dottedbox {
	padding: 10px 10px;
	background-color: #FFFFCC;
	border: 1px dotted #006600;
}
.clear {
	clear: both;
}
.imageleft {
	float: left;
	padding: 0px 10px 10px 0px;
}
.imageright {
	float: right;
	padding: 0px 0px 10px 10px;
}
#menu ul li.red {
	border-left: 7px solid #cc3300;
}
#menu ul li.blue {
	border-left: 7px solid #003399;
}
#menu ul li.green {
	border-left: 7px solid #336600;
}
#menu ul li.yellowgreen {
	border-left: 7px solid #99cc66;
}
#menu ul li.pink {
	border-left: 7px solid #ffcccc;
}
#menu ul li.yellow {
	border-left: 7px solid #ffcc66;
}
