* {
	margin: 0px;
	padding: 0px;
}
body{
	line-height : 160%;
	font-size : 90%;
	color: #333333;
}
#container {
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header {
	float: left;
	width: 380px;
	padding: 10px 0px 10px 0px;
}
#headerright {
	float: right;
	width: 400px;
	padding: 10px 0px 10px 0px;
}
#menu {
	height: 35px;
	clear:both;
}
#main {
	padding: 20px 0px 10px 0px;
}
#footer {
	text-align: center;
	padding: 8px 0px;
}
#menu ul {
}
#menu ul li {
	float: left;
	width: 109px;
	text-align: center;
	background-color: #006633;
	list-style: none;
	font-weight: bold;
	font-size: 95%;
	height: 35px;
	line-height: 35px;
	border-top: 1px solid #99cc00;
	border-bottom: 1px solid #006633;
	border-left: 1px solid #333333;
	border-right: 1px solid #339933;
}
#menu ul li a{
	text-decoration: none;
	display: block;
	width: 100%;
    color: #ffffff;
}
#menu a:hover {
    background-color: #00CC00;
}
#menu .select {
    background-color: #00CC00;
}
a:link {
    color:#000099;
}
a:visited {
    color:#000099;
}
a:hover {
	color:#FF0000;
}
a:active {
	color:#FF0000;
}
h1,h2,h3,h4 {
    font-size : 100%;
    font-weight : normal;
    margin-bottom: 0px
}
.entry {
	font-weight: bold;
	margin-top: 5px;
	border-bottom: 1px solid #006633;
	text-indent: 8px;
	margin-bottom: 8px;
	font-size: 120%;
	color: #006633;
}
.entry2 {
	font-weight: bold;
	color: #333333;
	background-image: url(entry.jpg);
	background-repeat: no-repeat;
	line-height: 28px;
	text-indent: 20px;
	font-size: 100%;
	margin-bottom: 10px;
}
.subentry {
	font-weight: bold;
	margin-top: 5px;
	border-left: 3px solid #cc6600;
	text-indent: 8px;
	margin-bottom: 5px;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.redbig {
	color: #FF0000;
	font-weight: bold;
	font-size: 150%;
}
.companyinfo {
	background-color: #CCFFFF;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #cccccc;
}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.tableborder td{
	border: 1px solid #cccccc;
	padding: 4px;
}

