/* CSS Document */

html, body, #main {
	min-height: 100%;
	height: 100%;
	position:relative;
	}  /* hack for IE5+/Win.*/

img {
	border:0;
}
	
html>body, html>body #main {height: auto;}
/* Without this, Moz1.0 adds a vertical scrollbar */


body {
	margin:0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-size:13px;
	line-height:16px;
	color:#000;
	background-color: #FFFFFF;
	background-image: url(images/banner.gif);
	background-repeat: repeat-x;

}

td, input, textarea, p{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	line-height:16px;
	color:#000;
}

p {margin:0;
	padding:0;
	}

a, a:visited { color:#FF8C33}

a:hover, a:active, a:visited:hover {text-decoration:none;}



h1 {
	color:#6EBE64;
	font-size:16px;
	margin-bottom:0;
	padding-bottom:0;
}

h2 {
	font-size:12px;
	margin-bottom:0;
	padding-bottom:0;
}

ul {margin:0; padding:0; list-style:none;}

li {list-style-image: url(images/bullet-orange.gif); }

/* header styles */

#header_top {
	width: 100%;
	text-align:center;
    margin-left:auto;
	margin-right:auto;
	height:204px;
	border:0;
	padding-top: 14px;
	background:url(images/banner.gif) repeat-x top left;
  }

#header_bottom 	{
	background:#6EBE64;
	height: 135px;
	width:100%;
	margin:auto;
	text-align:center;
}

.header_bottom {
	text-align:center;
	padding:7px 20px 0 20px;
}

.border {border-bottom:1px #ccc solid;}

#sub_header_bottom 	{
	background:#6EBE64;
	height: 7px;
	width:100%;
	margin:auto;
	text-align:center;
	border-bottom:2px solid #fff;
}
#centertext {
	padding-left: 200px;
	padding-right:175px;
}
#orange_stripe {
	background-color:#FF8C33;
	height:3px;
	width:100%;
}
#menu {
	COLOR: #383838;	text-align: center; PADDING: 20px 0 20px 0; 
}
.menu li {
	PADDING-LEFT: 40px; PADDING-RIGHT: 40px;  DISPLAY: inline; font-size: 18px; LIST-STYLE-IMAGE: none
}
.menu A:link {
	COLOR: #383838; TEXT-DECORATION: none
}
.menu A:hover {
	COLOR: #383838; background-color: #ccddbb;
}
.menu A:visited {
	COLOR: #383838; TEXT-DECORATION: none
}

.clearer {
	PADDING-BOTTOM: 0px; LINE-HEIGHT: 0px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: auto; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 0px; CLEAR: both; FONT-SIZE: 0px; PADDING-TOP: 0px
}
#content li {background:url(images/bullet-orange.gif) 3px 8px no-repeat; margin: 0px; padding:0px 0px 0px 12px; line-height:18px}
/* end headers */

/* main content styles */
table td { 	padding:15px 25px 15px 0; }
.main_image {text-align:center;}

/* end main content styles */
.bottom_bg { background:#CCCCCC; height:1px} /*border above copyright */
.hidden { display: none; }
.unhidden { display: block; }

/* copyright styles */

#c_text {
	font-size:12px;
	color:#666;
	width:500px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid  #666;
	margin-left:25%;
	margin-right:25%;
}

#c_text a, #c_text a:visited {
	color:#6EBE64;
	text-decoration:underline;
}

#c_text a:hover, #c_text a:active, #c_text a:visited:hover {
	color:#FF8C33;
}

/* endcopyright */

.bottom { width:766px; height:73px; margin:auto;}

.main { width:766px; height:303px; margin: auto;}

.ad {background-color:#cedfbd;
	padding-left:20px;
}

.ad a, .a a:visited {
	color:#292829;
}

#select {
	background-color:#e3e0d3;
	border:1px solid #222421;
	color:#222421;
	padding:10px 20px;
	width:155px;
	text-align:left;
}

#select p {
text-align:left;
}

#select h2 {
	font-size:14px;
	color:#222421;
	font-weight:bold;
}

/* sub page styles */

#sub  {
	width:900px;
	text-align:center;
}
#sub .column1 {
	float:left;
	vertical-align:top;
	width:170px;
	padding-top:5px;
	text-align:left;
	padding:5px 10px 10px 20px;
}

#sub ul {margin:0; padding:0; list-style:none;padding-top:10px;}

#sub li {background:url(images/bullet-orange.gif) 3px 8px no-repeat; margin: 0px; padding:0px 0px 0px 12px; line-height:18px}


#sub .column2 {
	float:left;
	width:360px;
	padding-top:5px;
	text-align:left;
	padding:5px 10px 10px 10px;
}

#sub .column3 {
	float:right;
	width:300px;
	padding-top:5px;
	text-align:left;
	padding:5px 10px 10px 10px;
}

#sub .column3 img {
	margin-bottom:15px;
}


