@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}


body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #006633;
	background-image: url(images/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

a:link {
	color: #ffffff;
	width: auto;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:active
{
	color: #FF6633;
}

a.content:link {
	color: #000000;
	width: auto;
	text-decoration: underline;
}
a.content:visited {
	color: #000000;
	width: auto;
	text-decoration: underline;
}
a.content:hover {
	color: #FF6633;
	width: auto;
	text-decoration: underline;
}
a.top:link {
	color: #000000;
	width: auto;
	text-decoration: none;
	padding-right: 20px;
}
a.top:visited {
	color: #000000;
	width: auto;
	text-decoration: none;
	padding-right: 20px;
}
a.top:hover {
	color: #FF6633;
	text-decoration: underline;
}
h1 {
	color: #004c26;
	font-weight: bold;
	margin: 0 0 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
}

h2 {
	font-weight: bold;
	font-size: 100%;
	color: #004c26;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
}

#clearboth {
	clear: both;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header {
	height: 162px;
	width: 100%;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

/*#dateformat {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing:0.2em;
	line-height:1.75em;
	background-color: #267A3E;
	width: 170px;
	text-align: left;
	padding-left: 20px;
	float: left;
}*/
	
#menu {
	background-color: #267A3E;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
}

#menu ul {
	background-color: #267A3E;
	list-style-type: none;
	line-height: 1.75em;
	color: #FFFFFF;
	text-align: center;
}

#menu ul li {
	display: inline;
	padding-left: 0px;
	padding-right: 15px;
}
.logobox {
	clear: right;
	float: left;
	height: auto;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#contents {
	margin: 20px;
	padding-top: 20px;
	overflow:hidden;
}
#contents p {
	line-height: 150%;
}

.col1 {
	float: left;
	width: 300px;
	padding: 20px 20px 0 30px;
}

.col2 {
	float: right;
	width: 300px;
	padding: 20px 20px 0 20px;
}

.imagefloatR {
	padding: 2px;
	border: 1px solid #004c26;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imagefloatL {
	padding: 2px;
	border: 1px solid #004c26;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#footer {
	color: #ffffff;
	background-color: #267A3E;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.i {
	font-style: italic;
}

#spacer {
	background-color: #4271D0;
	padding: 2px 0;
	margin-bottom: 22px;
}


.i20 {
	padding-right: 10px;
	padding-left: 20px;
}

.bold {
	font-weight: bold;
}

.verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.center {
	text-align: center;
}
ol {
	margin-right: 20px;
	margin-left: 30px;
}

#textbox {
	margin: 0 auto;
	width: 575px;
}

.title {
    float: left;
}

.company {
	text-align: right;
}

.tab75 {
	padding-left: 75px;
}

.tab50 {
	padding-left: 50px;
}
.titlebox {
	border: 1px solid #267A3E;
	text-align: center;
	height: auto;
	letter-spacing: 0.75em;
	line-height: 30px;
	font-size: 120%;
}

.box {
	margin-left: 0px;
	width: 200px;
}
.rbox {
	margin-left: 0px;
	width: auto;
}

.subrest {
	margin-left: 0px;
	width: 50px;
	font-size: 12px;
}

.label {
	float: left;
	width: 150px;
	margin-left: 50px;
	text-align: right;
	padding-right: 10px;
}
.label2 {
	float: inherit;
	width: 150px;
	margin-left: 20px;
	text-align: right;
	padding-right: 10px;
	display: inline;
}
.radio {
	float: left;
	width: 150px;
	margin-left: 50px;
	text-align: right;
	padding-right: 10px;
}

p:first-letter {
	color: #000000;
	font-size:1.5em;
	line-height: 1.1;
}
.lowercase {
	text-transform: lowercase;
}

