/* CSS Document */

html, body, #wrap {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #wrap {
	height: auto;
}

body {
			margin:6px 0 0 0;
			padding:0;
			font:12px/18px Verdana, Arial, Helvetica, sans-serif;
			color: #333;
			text-align:center;
			background-color: #fff;
		}

		p { margin:0; }

		#wrap {
			width:745px;
			\width:765px;
			w\idth:745px;
			margin-left:auto;
			margin-right:auto;
			text-align:left;
			margin-top: 0;
		}

/* ********** masthead ********** */

		#masthead {
		margin: 0;
		background: url(images/top.jpg) center no-repeat;
		border-bottom:1px solid #fff;
		height: 95px;
		}
		
		#masthead h1 {
 			text-indent: -9999px;
  			font: 8px Verdana, Arial, Helvetica, sans-serif;
   			color: #ccc;
			background-color: #fff;
		}
		
				/* ********** nav ********** */
		
		#bar {
 		height:19px;
 		color: #fff;
		margin: 0;
 		padding: 2px 0;
		font: bold 13px Verdana, Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		border-bottom: 1px solid #989A9A;
		background-color:#4E46B8;
		 }		
	
	#bar ul {
		list-style: none;
 		padding: 0;
		margin: 0;
		background-color: #4E46B8;
} 

#bar li {
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 0.85em;
		background-color: #4E46B8;
		color: #fff;
		width: 148px;
} 

#bar li a {
		background-color: #4E46B8;
		height: 17px;
		display: block;
		color: #fff;
		border: 1px solid #fff;
		text-decoration: none;
		text-align: center;
		line-height: 17px;
		margin: 0 1px;
}

#bar li a:hover {
		background-color: #9892E0;
		border: 1px solid #dcdce9;
}

#bar li a#current {
		background-color: #9892E0;
		height: 17px;
		display: block;
		color: #4E46B8;
		text-decoration: none;
		text-align: center;
		line-height: 17px;
		cursor: default;
	}
	
	/* Commented backslash hack hides rule from IE5-Mac \*/
	#bar li a
	{
	float: none
	}
/* End IE5-Mac hack */

/* ********** main body ********** */
	#main {
			border-right:1px solid #989A9A;
			border-left:1px solid #989A9A;
			margin: 0;
			}
		
		/* ********** left ********** */

		#sundries {
			float:left;
			width:490px;
			\width:500px;
			w\idth:490px;
			margin:0;
			margin-right:0;
			padding:10px;
			height: auto;
		}
		
		#sundries h1 {
		font: bold 12pt Verdana, Arial, Helvetica, sans-serif;
		color: #4E46B8;
		margin-top: 19px;
		}
		
		#sundries a:link, #sundries a:visited {
		color: #0C01A0;
		text-decoration: underline;
		}
		
		#sundries a:hover, #sundries a:active {
		color: #330066;
		text-decoration: underline;
		}
		#sundries .res1{
	font: bold 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #4E46B8;
	margin-top: 19px;
		}		
				
			/* ********** right ********** */

		#content {
			padding: 10px 5px 5px 5px;
			margin-left:500px;
			height: auto;
			}
		
		
		#content h1 {
			font: bold 12px Verdana, Arial, Helvetica, sans-serif;
			color: #7d6967;
			padding: 21px 0 0 0;
			margin: 0 0 15px 0;
			border-bottom: 1px dotted #7d6967;
			}
		
		#content h2 {
		display: inline;
		font: bold 1em Verdana, Arial, Helvetica, sans-serif;
		color:#999;
		}
		
		#content h3 {
		display: inline;
		font: normal 1em Verdana, Arial, Helvetica, sans-serif;
		color:#7d6967;
		}
		
		
		/* ********** footer ********** */

		#footer {
			bottom: 0;
			clear:both;
			padding: 3px 10px 0 10px;
			margin-top:0;
			background: #fff url(images/footer.gif) center no-repeat;
			height: 46px;
			width:725px;
			\width:745px;
			w\idth:725px;
			font:bold 11px Verdana, Arial, Helvetica, sans-serif;
			color: #4E46B8;
		}
		
		#footer h2 {
			font: bold 11px Verdana, Arial, Helvetica, sans-serif;
			color: #9892E0;
			display: inline;
			}
			
		#footer h2 a:link, #footer h2 a:visited{
			color: #fff;
			display: inline;
			text-decoration: none;
			}
			
		#footer h2 a:hover, #footer h2 a:active {
		color: #9892E0;
		display: inline;
		text-decoration: none;
			}
		
		#footer h3 {
			font: bold 11px Verdana, Arial, Helvetica, sans-serif;
			color: #4E46B8;
			display: inline;
			}
			
		#footer h3 a:link, #footer h3 a:visited{
			color: #666;
			display: inline;
			text-decoration: none;
			}
			
		#footer h3 a:hover, #footer h3 a:active {
		color: #9892E0;
		display: inline;
		text-decoration: none;
			}
			
		.copyright a, .copyright a:visited{
			text-decoration:none;
			color:#4E46B8;
			}
			
			.copyright a:hover, .copyright a:active{
			text-decoration:none;
			color:#4E46B8;
			}
			
			/* ********** floats ********** */

 div.float_right {	
	float: right;
}
	
div.float_left {
	float: left;
}

.imageleft {
 	float: left;
 	margin: 0 9px 6px 0;
}

.imageright {
 	float: right;
 	margin: 0 9px 6px 0;
}

#outline {
	border: 1px solid #4E46B8;
	padding: 6px;
	}

.jump {
	margin: 3px 0;
	font-size: 10px;
	}
	

 	

