﻿/* CSS layout */
#masthead {
	background: url('images/header_home.jpg');
	width: 720px;
	height: 100px;
}

#container {
	position: relative;
	width: 720px;
}

#page_content {
	margin-right: 190px;
	background-image: url('images/px_bg.jpg');
	padding-left: 20px;
	text-align: center;
	margin-bottom: 0px;
	font-size: medium;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 12px;
	height: 900px;
	color: #333333;
}
#page_content_2 {
	margin-right: 190px;
	background-image: url('images/px_bg.jpg');
	padding-left: 20px;
	text-align: left;
	margin-bottom: 0px;
	font-size: medium;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	height: 900px;
	color: #333333;
}

#right_col {
	left: 529px;
	width: 190px;
	position: absolute;
	background: #EEF8E0 url('images/right_bar.gif') repeat-y right;
	height: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer {
	background: url('images/bottom_background.jpg') no-repeat left;
	height: 60px;
	width: 722px;
}

a {
	text-decoration: none;
	color: #008B00;
}
a:hover{
	
	text-decoration: underline;
	
}

#a:hover{text-decoration:none;}
body {
	background-color: #89CB33;
	padding: 10;
	margin: 10;
}
.text_main_home {
	margin-left: 21px;
	margin-right: 31px;
	line-height: 20px;
}
.link_main_copy {
	color: #F25501;
	text-decoration: underline;
	font-weight: bold;
}
.FormTitle {
	color: #F25501;
	font-size: 21px;

}
.nav_sign_center {
	text-align: center;
}
.text_main_copy {
	margin-left: 21px;
	margin-right: 31px;
	text-align: left;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
}
#masthead_pages {
	background: url('images/header_pages.jpg');
	width: 720px;
	height: 100px;
}
.text_main_small {
	margin-left: 21px;
	margin-right: 31px;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
}
