body { font-family: "Trebuchet MS", Arial, Helvetica;}

p { font-size: 13px;
	line-height: 20px;
	color:#FFFFFF;
	}

h1 { font-size: 26px;
	 font-weight: normal;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 color:#9FA188;
	 font-style:italic;
	 margin-top:5px;
	 margin-bottom:5px;
	 }

h2 { font-size: 18px;
	 font-weight: bold;
	 color:#DDD9A9;}

h3 { font-size: 15px;
	 font-weight: bold;
	 color:#898563;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color:#9FA188;}

a:hover { text-decoration: none;
	color:#DDD9A9;
	}

li { font-size: 12px;
	 line-height: 16px;
	 padding-bottom:5px;
	 color:#FFFFFF;
	 margin-left:-10px;}

.imgborder { BORDER: #DDD9A9 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
hr {color:#626455;
	background:#626455;
	height:1px;
	border:0;}
	
/* Template */
.bg {background:#605E5E url(assets/images/bg.jpg) top left repeat-x;
	margin:0;
	}
	
.address{font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	}
	
#nav {width:163px;
	margin:0px;
	padding:0px;
	}
#nav ul { width:153px;
	margin:0px;
	padding:0px;
	margin-left:10px;
	}
#nav li{list-style:none;
	line-height:20px;
	margin:0;
	}
#nav a{font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:#9FA188;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	display:block;
	}
#nav a:hover{font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:#D1D2C4;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	display:block;
	background:url(assets/images/bullet.gif) left no-repeat;
	}


/* End Template */

/* Splash */
#splash {width:180px;
	margin:0px;
	padding:0px;
	}
#splash ul { width:153px;
	margin:0px;
	padding:0px;
	margin-left:10px;
	}
#splash li{list-style:none;
	line-height:20px;
	margin:0;
	}
#splash a{font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:#9FA188;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	display:block;
	}
#splash a:hover{font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:#D1D2C4;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	display:block;
	background:url(assets/images/bullet.gif) left no-repeat;
	}


/* End Splash */
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color: #CCCCCC;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */