body { font-family: "Times New Roman", Times, serif;
	background:#000000 url(assets/images/bg.jpg) top left repeat-x;
	margin:0;}

p { font-size: 14px;
	line-height: 20px;}

h1 { font-size: 24px;
	 font-weight: normal;
	 letter-spacing:1px;
	 color:#746E58;}

h2 { font-size: 18px;
	 font-weight: normal;
	 letter-spacing:1px;
	 color:#4B4877;}

h3 { font-size: 16px;
	 font-weight: normal;
	 letter-spacing:1px;
	 color:#00347C;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color:#0E2163;}

a:hover { text-decoration: none;
	color:#4171B8;}

li { font-size: 14px;
	 line-height: 16px;
	 padding-bottom:5px;}

.imgborder { BORDER: #96ABCA 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
hr {color:#4B4877;
	background:#4B4877;
	height:1px;
	border:0;}
	
.title {font-size:24px;
	color:#FFFFFF;
	letter-spacing:1px;
	padding-bottom:2px;
	padding-left:10px;
	}
	
.margin p {margin:0;}
	
/* Template */
.address {background:url(assets/images/address2.jpg) top no-repeat;
	color:#000000;
	}
.body_repeat {background:url(assets/images/repeat2.jpg) top repeat-y;}
.body_bottom {background:url(assets/images/bottom2.jpg) bottom no-repeat;}
.body_top {background:url(assets/images/body2.jpg) yop no-repeat;}

.nav_top {background:url(assets/images/nav.jpg) top no-repeat;}

#nav {width:150px;
	margin:0;
	padding:0;
	margin-top:5px;
	}
#nav ul {margin:0;
	padding:0;
	}
#nav li { list-style:none;
	margin:0;
	line-height:26px;
	text-align:center;
	}
#nav a{ font-size:13px;
	color:#4B4877;
	font-weight:bold;
	text-decoration:none;
	line-height:26px;
	display:block;
	}
#nav a:hover { font-size:13px;
	color:#4B4877;
	font-weight:bold;
	text-decoration:none;
	line-height:26px;
	display:block;
	background:url(assets/images/nav_over.jpg) top no-repeat;
	}

.staff h3 {font-size:18px;
	font-weight:normal;
	margin:0;
	color:#000000;
	letter-spacing:1px;
	}	
.staff p {font-size:12px;
	line-height:16px;
	}
	
.staff a {color:#596D26;
	text-decoration:none;
	font-weight:normal;
	}
.staff a:hover {color:#596D26;
	text-decoration: underline;
	font-weight:normal;
	}

.bottomlinks p {font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E0D9C9;
	}
.bottomlinks a {font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#96AACD;
	font-weight:bold;
	text-decoration:none;
	}
.bottomlinks a:hover {font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#486799;
	font-weight:bold;
	text-decoration:none;
	}


/* End Template */

/* Splash */
.splashnav_top {background: url(assets/splash/nav_top.jpg) top no-repeat;}
.splashbody_repeat {background:url(assets/splash/repeat.jpg) repeat-y;}
.splashbottom {background:url(assets/splash/bottom.jpg) bottom no-repeat;}


/* End SPlash */
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00347C;
	border: #00347C 1px solid;
	background-color: #DCE3ED;
}
 input.submit
{
	border: 1px solid #000000;
	padding: 0.25em;
	background-color: #0045A4;
	color: #DCE3ED;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	padding: 0.25em;
	background-color: #DCE3ED;
	color: #0045A4;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */
/*Drop down menu*/

#dropmenudiv{
position:absolute;
background-color: #C9D5E3;
border:1px solid black;
border-bottom-width: 0;
font-family:"Times New Roman", Times, serif;
color:#4B4877;
font-size:13px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
color:#4B4877;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #4B4877;
color:#C9D5E3;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

.leftbox {
	width: 200px;
	max-width: 200px;
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 4px;
	border-style: solid;
	float: left;
}

#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
	color: white;
}


