*{
	margin:0;
	padding:0;
}
body{
	font-size:1em;
	font-family:Verdana, sans-serif;
}
#site{
	border:6px solid #e9dba8;
	width:983px;
	margin:10px auto;
	overflow: auto;
}

#header{
	background:url(../images/banner.jpg) no-repeat;
	height:202px;
}

#tranbutton {
	border: none;
}

	.imglink {
		position: relative;
		top: 21px;
		left: 11px;
		display: block;
		height: 80px;
		width: 255px;
	}

	#siteNav{
		width:150px;
		font-size:.65em;
		padding: 2em 0 0;
		float:left;
		margin-bottom: 2em;
	}
	
		#siteNav hr{
			height:1px;
			border-style:none;
			width:90%;
			margin:1em auto;
			background:#b2a599;
		}
		#siteNav ul{
			list-style-type:none;
			margin-left:1em;
		}
		#siteNav h2{
			font-family: verdana;
			font-size: 1.1em;
			font-weight: bold;
			color: #331900;
			border-bottom: 1px solid #c89d2a;
			width: 90%;
			margin: .6em 0 .2em .7em;
			padding-bottom: 0;
		}
		#siteNav h2 a {
			color: #331900;
		}
		#siteNav h2 a:hover {
			color: #eadca6;
		}
		
		#siteNav a{
			color:#ffffff;
			text-decoration:none;
			display:block;
			padding:.2em;
		}
		
		#siteNav ul ul a{
			color:#fff;
		}
		
		#siteNav a:hover{
			color:#7892a9;	
		}
	#page{
		background:url(../images/page_bg.jpg) repeat-y;
		overflow:auto;
	}
	#content{ /* FOR BROWSERS WITH JAVASCRIPT DISABLED */
		float:left;
		width: 630px;
		margin: 20px;
		color: #232323;
		font-family: verdana;
		font-size: .7em;
		line-height: 1.5em;
		min-height: 750px;
	}
	html.js #content{ /* FOR BROWSERS WITH JAVASCRIPT ENABLED */
		float:left;
		width: 630px;
		margin: 20px;
		color: #232323;
		font-family: verdana;
		font-size: .7em;
		line-height: 1.5em;
		min-height: 550px;
	}				
		#content h1{
			font-family: trebuchet ms, verdana;
			font-size: 1.7em;
			color: #aa0000;
			margin-bottom: 10px;
		}
		#content h2{
			font-family: trebuchet ms, verdana;
			font-size: 1.5em;
			font-weight: bold;
			color: #21266B;
			margin: 20px 0 5px 0;
		}
		#content h3{
			font-family: tahoma, verdana;
			font-size: 1.25em;
			font-weight: bold;
			margin: 20px 0 5px 0;
			border-bottom: 1px solid #E9DBA8;
			color: #331902;
		}
		#content h4{
			font-family: tahoma, verdana;
			font-size: 1.1em;
			font-weight: bold;
			margin-top: 15px;
		}
		#content h5{
			font-family: tahoma, verdana;
			font-size: 1em;
			font-weight: bold;
			margin-top: 15px;
		}
		#content h6{
			font-family: tahoma, verdana;
			font-size: 1em;
			font-weight: normal;
			font-style: italic;
			margin-top: 10px;
		}
		#content p{
			margin: 2px 0 5px 0;
		}
		#content a{
			color: #0000ff;
			text-decoration: none;
		}
		#content a:hover{
			color: #aa0000;
			text-decoration: underline;
		}
		#content ul{
			margin-left: 30px;
			margin-bottom: 10px;
		}
		#content ol{
			margin-left: 30px;
			margin-bottom: 10px;
		}
		#content table {
			padding: 2px;
		}
		#content table tr td {
			padding: 3px 3px;
		}
		#tdpad {
			margin-left: -3px;
		}
			#tdpad td {
				padding: 3px;
			}
			/* following commands control the new navigation table in the top of the content area */
			#connav {
				margin: -20px 0 20px -17px;
			}
				#connav a {
					color: #eadca6;
				}
				#connav a:hover {
					color: #9a9a9a;
				}
		#content>ul.dept {
			margin-left: 44px;
		}
		#content a.green {
			color: #196325;
		}
		#content a.green:hover{
			color: #9a9a9a;
		}
		#content .redtext {
			color: #ff0000;
		}
		#content a.securelog {
			display:block;
			width:200px;
			height:40px;
			background: url(../images/secure1.gif) no-repeat;
		}
		#content a.securelog:hover {
			display:block;
			width:200px;
			height:40px;
			background: url(../images/secure2.gif) no-repeat;
		}
	
	#mainNav{
		float:left;
		width:160px;
		
	}
		#mainNav hr{
			height:1px;
			border-style:none;
			width:90%;
			margin:.5em auto;
			background:#b2a599;
		}
		#mainNav h2{
			font-size: .7em;
			color: #ffffff;
			margin-top: 15px;
		}
		#mainNav>a{
			font-family: verdana;
			font-size: .6em;
			color: #ffffff;
			text-decoration: none;
			display: block;
			text-align: right;
			margin: 0 .5em -1.5em 0;
		}
		#mainNav>a:hover {
		color: #eadca6;
		}
	
	#bottomcap{
		background-color: #331700;
		width: 981px;
		border: 1px solid #ffffff;
		height: 9px;
		float: left;
	}
	
#footer{
	width: 600px;
	margin: 0 auto;
	font-size: .6em;
	color: #000000;
	text-align: center;
}
	#footer a{
		color: #0000ff;
		text-decoration: none;
	}
	#footer a:hover{
		color: #9a9a9a;
		text-decoration: none;
	}
	






