body {
	margin: 0;
	padding: 0;
	background-color: #D4CFBC;
	text-align:center;
}

#wrapper {text-align:left; margin:auto; padding:0;width:97%;}

a {
	color: #FF3300;
	text-decoration: none;
}

a:link {
	color: #FF3300;
	text-decoration : none;
}
a:visited {
	color: #FF3300;
	text-decoration : none;
}
a:hover {
	color: #FF3300;
	text-decoration : underline;
}
a:active {
	color: #FF3300;
	text-decoration : none;
}

.copytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #333333;
	line-height: 140%;
}

.keywords {
	font-family: Verdana, Arial, sans-serif;
	font-size:70%;
	color:#FFFFFF;
	padding:10px;
	background-color:transparent
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	color: #FF6600;
	background-color: #DEB887;
	border-bottom: solid 1px #FF6600;
	width: 100%;
}

.content{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px; 
	/*background-color: #FFEEC3;*/
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #FF6600;
	background-color: transparent;
	border-bottom: solid 1px #FF6600;
	width: 100%;
	padding: 2px 0px 5px 0px;
	margin-bottom: -5px;
}

p  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 160%;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 160%;
	list-style: disc;
}

input, textarea {
	border: #333333 1px solid;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	padding: 2px 5px 2px 5px;
	background-color: #FFFFFF;
}

.forminput {
	width: 250px;
}

.formradiobt {
	background-color: #FFEEC3;
	border: none;
}


.nav {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
}

.nav a {
	width: 185px;
	display: block;
	letter-spacing: 1px;
	padding-top: 5px;
	/*padding-right:10px;*/ 
	/*padding-left: 20px;*/
	padding-bottom: 5px;
	text-decoration: none;
}

.nav a:link {
	color: #333333;
	text-decoration: none;
}

.nav a:visited {
	color: #333333;
	text-decoration: none;
}

.nav a:hover {
	color: #333333;
	background-color: #FFEEC3;
	text-decoration: none;
}

.nav a:active {
	color: #333333;
	text-decoration: none;
}


.navOn {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF8E6;
	background-image: url(images/leftnav_on.gif);
	font-size: 12px;
	width: 185px;
	display: block;
	letter-spacing: 1px;
	padding-top: 5px;
	/*padding-right:10px; 
	padding-left: 20px;*/
	padding-bottom: 5px;
	text-decoration: none;
}

.navOn a {
	color: #333333;
	text-decoration: none;
}

.navOn a:link {
	color: #333333;
	text-decoration: none;
}

.navOn a:visited {
	color: #333333;
	text-decoration: none;
}

.navOn a:hover {
	color: #333333;
	text-decoration: none;
}

.navOn a:active {
	color: #333333;
	text-decoration: none;
}

.subnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	letter-spacing: 1px;
	padding: 2px 0px 2px 0px
}

.subnav a:link {
	color: #333333;
	text-decoration: none;
}

.subnav a:visited {
	color: #333333;
	text-decoration: none;
}

.subnav a:hover {
	color: #FF6600;
	text-decoration: none;

}

.subnav a:active {
	color: #FF6600;
	text-decoration: none;
}


/* Layout styles */
#top {
	padding-left: 20px;		
	width: 100%;
	height: 100px;
	background-color: #EFCA76;
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
}

#navidiv {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 100%;
	float: left;
	clear: left;
	background-color: #EBDA9E;
	background-image: url(images/left_bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#line {
	width: 185px;
	background-color: #FFEEC3
}
