/* CSS Document */

* /*Set's border, padding and margin to 0 for all values*/ {
	border: 0;
	margin: 0;
	padding: 0;
}

body, html {
	background-color: #91B2A1;
	color: #000; 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	padding-bottom: 10px;
	text-align: center; /*** Centers the design in old IE versions ***/
}

.clear  { clear:both;}

#container {
	margin: 0 auto; /*** Centers the design ***/
	width: 900px;
}

/*********************************
HEADER
*********************************/
#top_nav {
	background-image: url(images/top_nav.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 900px;
}

#header {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 900px;
}

#menu {
	padding: 10px 10px 0px 0px;
	margin-left: 15px;
	text-align: left;
}

/**********************************
BODY
**********************************/
#mainContent {
	background-color: #FFF;
	height: auto;
	min-height: 610px;
	width: 900px;
}

#mainContent_thank_you {
	background-color: #FFF;
	height: auto;
	min-height: 200px;
	width: 900px;
}

/********** LEFT COLUMN **********/
#left_column {
	background-color: #FFF;
	float: left;
	height: auto;
	min-height: 510px;
	width: 510px;
	_width: 490px;
}

#left_column_thank_you {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 510px;
}

#left_column_header {
	background-color: #FFF;
	background-image: url(images/left_column_header.gif);
	background-repeat: no-repeat;
	height: 22px;
	margin-left: 110px;
	*margin-left: 105px;
	_margin-left: 80px;
	margin-top: 18px;
	position: relative;
	width: 408px;
}

#left_column_title {
	height: auto;
	margin: 25px 0px 0px 20px;
	text-align: left;
}

#left_column_title h1 {
	color: #014B35;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
}

#title_underline {
	background: url(images/title_underline.gif) no-repeat;
	height: 5px;
	margin: 3px 0px 0px 12px;
	*margin: 3px 0px 0px -75px;
	padding: 0px 0px 0px 0px;
	width: 408px;
}

#left_column_title_thank_you {
	font-size: large;
	height: auto;
	margin-left: 15px;
	margin-top: 25px;
	padding-bottom: 10px;
	text-align: left;
	width: 600px;
}

#content {
	height: auto;
	text-align: left;
	width: 510px;
}

#content_thank_you {
	height: auto;
	text-align: left;
	width: 620px;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 8px 25px;
}

#content ul {
	padding: 0.5em 0em 0.5em 0em;
}

#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px 0px 0px 80px;
}

#content li a, #content a { color: #0000FF; }
#content li a:hover, #content a:hover { color: #B35900; }
#content li a:visited { color: #3D0079; }
#content li a:visited:hover { color: #CC6600; }
#content_thank_you p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 8px 25px;
}

/********** RIGHT COLUMN *********/
#right_column {
	background-color: #FFF;
	float: right;
	height: auto;
	width: 390px;
}

#right_column_header {
	background-image: url(images/form_header.jpg);
	background-repeat: no-repeat;
	height: 45px;
	margin-left: 51px;
	width: 339px;
}

#form {
	background-color: #FFF;
	background-image: url(images/form_background.jpg);
	background-repeat: no-repeat;
	height: 461px;
	width: 390px;
}

/**********************************
FOOTER
**********************************/
#footer {
	background-image: url(images/footer.gif);
	background-repeat: none;
	clear: both;
	height: 45px;
	width: 900px;
}