html {
	background-color:#ffffff;
	}

body {
	width: 955px;
	margin: auto;
	padding: 0;
	position:relative;
	min-height:100%;
	}

.spacer {
	clear:both;
	height:2px;
	font-size:0.000001em;
	width:10px;
	border:0px;
	margin:0px;
	padding:0px;
	}

#header_box {
	width: 955px;
	height: 141px;
	display: block;
	background:url(images/logo_hover.jpg) 0 0 no-repeat;
	}

#header_logo {
	float: left;
	width: 335px;
	height: 141px;
	background:url(images/logo.jpg) 0 0 no-repeat;
	text-decoration:none;
	}

#header_logo:hover {
	background:none;
	text-decoration:none;
	cursor:pointer;
	}

#header_image {
	float:right;
	width: 620px;
	height:141px;
	background:url(images/header.jpg) 0 0 no-repeat;
	}

#title_line {
	width: 635px;
	height: 37px;
	background:url(images/title.jpg) 0 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	padding-left: 320px;
	line-height: 37px;
	font-weight:bold;
	}

#page {
	width: 955px;
	background:url(images/page_bg.jpg) 0 0 repeat-y;
	_height:100%;
	min-height: 100%;
	}

#column_left {
	float: left;
	width: 202px;
	}

#menu_box {
	width: 142px;
	margin-left:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-align:left;
	}

.column_box {
	border:1px solid white;
	background-color:#ccffcc;
	width: 162px;
	margin-top: 20px;
	margin-left: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #336633;
	text-align:center;
	}

.column_title {
	background-color:#336633;
	width: 162px;
	height:20px;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align: center;
	font-weight:bold;
	}

#content {
	float: left;
	width: 640px;
	margin-top:20px;
	margin-left: 20px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	}

#content a{
	text-decoration: none;
	color:#333300;
	}

#content a:hover{
	text-decoration: underline;
	color:#336633;
	}

#footer {
	width: 955px;
	height: 40px;
	background:url(images/footer.jpg) 0 0 no-repeat;
	}

#copyright {
	float: right;
	width: 748px;
	margin-right: 5px;
	height: 31px;
	margin-bottom:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #336633;
	line-height:31px;
	text-align:center;
	}

#copyright a{
	text-decoration: none;
	color: #336633;
	}

#copyright a:hover{
	text-decoration: none;
	color: #669966;
	}

.inputs {
	width: 130px;
	border:1px solid #018201;
	background-color:#FFFFFF;
	padding-left:5px;
	}

.btns {
	width: 60px;
	border:1px solid #018201;
	background-color:#FFFFFF;
	}