body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #666666;
}

td {
	font-size: 12px;
}

h1 {
	font-size: 16px;
}

a {
	text-decoration: none;
	font-weight:bold;
	color: #ff9900;
}

a:hover {
	text-decoration: underline;
	color: #ff9900;	
}

input {
	border: 1px solid #999999;
	color: #666666;
	background-color: #f0f0f0;
}

select {
	border: 1px solid #999999;
	color: #666666;
	background-color: #f0f0f0;
}

textarea {
	border: 1px solid #999999;
	color: #666666;
	background-color: #f0f0f0;
}

.content {
	padding: 10px;
}

.contentbg {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;	
	background-color: #f0f0f0;
}

.nav {
	padding-left: 10px;
	color: #ffffff;
}

.nav a {
	text-decoration: none;
	color: #ffffff;
}

.nav a:hover {
	text-decoration: underline;
	color: #ffffff;	
}

.topimg {
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #d39444;
	border-bottom: 1px solid #d39444;	
}

.footer {
	font-size: 10px;
	padding-top:10px;
}

.hlink a {
	text-decoration: underline;
	color: #ff9900;
}

.hlink a:hover {
	text-decoration: none;
	color: #ff9900;	
}

.biggertext {
	font-size:14px;
}

.smallertext {
	font-size:11px;
}

.toptext {
	font-weight: bold;	
}

.headingtext {
	font-weight: bold;
	font-size:14px;
	color:#a06436;	
}

.browntext {
	color:#a06436;	
}

.bigtext {
	font-size: 18px;
	font-weight: bold;	
}

.bigbrowntext {
	font-size: 20px;
	font-weight: bold;
	color:#a06436;	
}

.biggerbrowntext {
	font-size: 14px;
	color:#a06436;
}

.italictext {
	font-style:italic;
}

.italicgreentext {
	font-style:italic;
	color:#006633;
}

.italicredtext {
	font-style:italic;
	font-weight:bold;
	color:#990000;
}

.biggeritalicredtext {
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	color:#990000;
}

.italicredtext {
	font-style:italic;
	font-size:14px;
	color:#990000;
}

.welcomelist {	
	margin: 5px;
}

.welcomelistitem {
	padding-bottom: 12px;
}

.leftvl {
	border-left: 1px solid #cccaca;
}

.leftvl-padding {
	border-left: 1px solid #cccaca;
	padding:10px;
}

.greybox {
	background-color: #dfdfdf;
	border: 1px solid #999999;
	padding:10px;
}

.greenbox {
	background-color:#F3FAF1;
	border: 1px solid #999999;
	padding:10px;
}

.dpstyle{
width: 99%;
font-weight: bold;
}

.dpstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.dpstyle ul{
width: 100%;
padding: 2px 0;
margin: 0;
}

.dpstyle ul li{
display: inline;
}

.dpstyle ul li a{
padding: 2px 3px;
margin: 0;
text-decoration: none;
}

.dpstyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
background-color: #a67e59;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #a67e48;
}