@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #F36523;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#holder {
	width: 980px;
	background: #F36523;
	text-align: left;
	margin: 0 auto 0 auto;
}

#header {
	width: 980px;
	height:inherit;
	background: #F36523;
}

#insideholder {
	width: 980px;
	background: #F36523;
	text-align: left;
}
#insideheader{
	width: 390px;
	height:inherit;
	background: #F36523;
	float:left;
}
#headerleft {
	width: 920px;
	background: #F36523;
	text-align: left;
	padding: 0px 0px 20px 0px;
	float:left;
}
#headerright {
	width: 40px;
	background: #F36523;
	text-align: left;
	padding: 0px 0px 20px 0px;
	float:right;
}


#nav {
	width: 980px;
	background: #F36523;
	height:inherit;
	}

#leftnav {
	float:left;
	width: 350px;
	background: #F36523;
	font-size:210%;
	color: #FFFFFF;
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	padding: 0px 0px 15px 40px;
	line-height: 150%;
	}
	
#rightnav {
	float:right;
	width: 540px;
	background: #F36523;
	font-size:75%;
	color: #FFFFFF;
	text-align: right;
	padding: 0px 40px 15px 0px;
	}
	
#colorbar {
	width: 920px;
	float: left;
	background:#f36523;
}

#contenttop {
	float:left;
	width: 910px;
	background: #F36523;
	font-size:225%;
	color: #FFFFFF;
text-align: left;
	font-family:"Times New Roman", Times, serif;
	padding: 0px 0px 15px 40px;
	}
	
#content {
	width: 910px;
	float: left;
	padding: 15px 30px 15px 40px;
	font-size:75%;
	line-height: 175%;
	background:#F36523;
	color:	#FFFFFF;
}
#contentleft {
	width: 420px;
	float: left;
	padding: 15px 30px 15px 40px;
	font-size:75%;
	line-height: 175%;
	background:#F36523;
	color:	#FFFFFF;
}

#contentright {
	width: 420px;
	float:right;
	padding: 15px 30px 15px 40px;
	font-size:75%;
	line-height: 175%;
	background:#F36523;
	color:	#FFFFFF;
}

#content1{
	width: 200px;
	float: left;
	padding: 15px 30px 15px 40px;
	font-size:75%;
	line-height: 175%;
	background:#F36523;
	color:	#FFFFFF;
}

#content2 {
	width: 290px;
	float:left;
	padding: 15px 30px 15px 30px;
	font-size:75%;
	line-height: 175%;
	background:#F36523;
	color:	#FFFFFF;
}

#content3 {
	width: 290px;
	float:right;
	padding: 15px 30px 15px 30px;
	font-size:75%;
	line-height: 175%;
	background:#F36523;
	color:	#FFFFFF;
}



#topcontent {
	text-align: center;
	font-size: 65%;
	padding:5px 5px;
	}



#footer {
	text-align: center;
	font-size: 65%;
	padding:5px 30px;
	background:#F36523;
	}

.imgleft {
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
.imgright {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	}

a:link {color: #FFFFFF; text-decoration:none;}
a:active {color: #FFFFFF; text-decoration:none;}
a:visited {color: #FFFFFF; text-decoration: none;}
a:hover {color: #FFFFFF; text-decoration:underline;}

a.brown:link {color: #5F4021; text-decoration:none;}
a.brown:active {color: #5F4021; text-decoration:none;}
a.brown:visited {color: #5F4021; text-decoration: none;}
a.brown:hover {color: #5F4021; text-decoration:underline;}
