body { font-family: Arial, Helvetica, sans-serif;}

p { font-size: 12px;
	line-height: 20px;
	color:#053141;
	padding-left:10px;
	padding-right:10px;}

h1 { font-size: 22px;
	 font-weight: bold;
	 margin:0;
	 color:#084A62;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-style:italic;
	 padding-left:10px;
	 padding-right:10px;}

h2 { font-size: 18px;
	 font-weight: bold;
	 padding-left:10px;
	 padding-right:10px;
	 color:#377083;}

h3 { font-size: 14px;
	 font-weight: bold;
	 padding-left:10px;
	 padding-right:10px;
	 color:#572107;}

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

a { font-weight: bold;
	text-decoration: none;
	color:#1C5D71;}

a:hover { text-decoration: underline;}

li { font-size: 12px;
	 line-height: 18px;
	 padding-bottom:5px;
	 color:#053141;}

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

.smalltext { font-size: 11px;
	         line-height: 16px;}
			  
hr {color:#572107;
	background:#572107;
	height:1px;
	border:0;
	width:95%;}
	
/* Template Features */

.nav {color:#366881;
	  margin:0;
	  font-size:15px;
	  font-weight:bold;
	  text-decoration:none;}
	  
.nav a {color:#366881;
	  margin:0;
	  font-size:15px;
	  font-weight:bold;
	  text-decoration:none;}

.nav a:hover {color:#572107;
	  margin:0;
	  font-size:15px;
	  font-weight:bold;
	  text-decoration:none;}

.address {color:#014961;
	  	  font-size:13px;
		  font-weight:bold;
		  line-height:22px;}

.bottomlinks {color:#572107;
	   		  font-size:11px;
			  line-height:20px;
			  text-decoration:none;
			  font-weight:normal;}

.bottomlinks a {color:#572107;
	   		  font-size:11px;
			  line-height:20px;
			  text-decoration:none;
			  font-weight:bold;}

.bottomlinks a:hover {color:#084A62;
	   		  font-size:11px;
			  line-height:20px;
			  text-decoration:none;
			  font-weight:bold;}

/* End Template Features */

/* Splash */

.bg {background:#FFFFFF url(assets/images/bg.jpg) top left repeat-x;
	margin:0;
	margin-top:50px;}


/* 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 */