/* CSS Document */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #006600;
}
#form_title {
	background-color: #006600;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.bot_link:link {
	color: #000000;
	text-decoration: underline;
}
a.bot_link:visited {
	text-decoration: underline;
	color: #000000;
}
#line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
}
a.bot_link:hover {
	text-decoration: underline;
	color: #009900;
}
a.bot_link:active {
	text-decoration: underline;
	color: #006600;
}

a.content_link:link {
	color: #000000;
	text-decoration: underline;
}
a.content_link:visited {
	text-decoration: underline;
	color: #000000;
}
a.content_link:hover {
	text-decoration: underline;
	color: #009900;
}
a.content_link:active {
	text-decoration: underline;
	color: #006600;
}



body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


#container {
margin:0 auto;
text-align:center;
width:738px;

}

#header {
width:738px;
height:109px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;

}


#body {
	width:738px;
	background-color:#FFFFFF;
	background-image: url(images/body_bg.gif);
	background-repeat: no-repeat;
}


#right_bar {
	float:right;
	width:140px;
	background-color:#FFFFFF;
	text-align: right;
	color: #006600;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;

}

#sidebar {
width:174px;
background-image:url(images/sidebar.jpg);
background-repeat:no-repeat;
height:300px;
float:left;

}

#links {
	background-color:#9C8246;
	width: 122px;
	margin-top: 70px;
	border: 2px solid #000000;
	margin-left: 30px;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}




#footer {
	clear:both;
	background-color:#FFFFFF;
	width:738px;
	height:25px;
	font-size: 10px;



}
#bot_links {
	clear:both;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-right: 150px;
	margin-left: 150px;
	font-size: 10px;
	line-height: 22px;
}

#contact {
	font-size: 14px;
	color: #006600;
	line-height: 18px;
	font-weight: bold;
	margin-top: 20px;

}

#container2 {

width:742px;
margin:0 auto;
text-align:center;
}

#header2 {
background-image:url(images/header2.jpg);
background-repeat:no-repeat;
width:742px;
height:126px;

}

#content2 {
	background-color:#FFFFFF;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.title {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	padding-left: 150px;
	padding-top: 70px;
	text-align: left;
	height: 60px;
	text-transform: uppercase;

}

.subtitle {
	font-size: 16px;
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 10px;

}
.heading {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#number {
	width:30px;
	height:35px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.table_head {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
}


.required {
	color: #006600;
	font-weight: bold;
	font-size: 10px;
}
.non_required {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
