/* Basic Styles */


html {
	font-size: 100%;
	}
	
body {
	background: #112562 url('cssimages/background.jpg') repeat-x;
	margin: 0;
	font-family: "Times New Roman", serif;
    color: #112562;
	font-size: 100%;
	}
	
/*Div and Block Level Styles*/

#wrapper {
	border: 1px solid #9a9a9a;
	margin: 0 auto;
	width: 750px;
	}

#topbar {
	background: url('cssimages/tile-back.gif');
	display: block;
	width: 100%;
	height: 35px;
	}
	
	#topbar a {
		position: relative;
		left: -9px;
		top: 9px;
		margin-left: 20px;
		font-weight: bold;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		text-decoration: none;
		color: #fff;
		}
	
	#topbar a:hover {
		color: #ff0000;
		}
		
		#topbar .search-form {
			top: -10px;
			width: 175px;
			position: relative;
			left: 587px;
			}
		
#img-header {
	margin-bottom: -3px;
	}

#content {
	background: #fff url('cssimages/content-bg.jpg') repeat-x;
	width: 730px;
	padding: 0 10px;
	}
	
	#sidebar {
		background: url('cssimages/sidebar-bg.jpg') no-repeat;
		display: block;
		float: left;
		width: 250px;
		height: 700px;
		}
		
	#main-content {
		display: block;
		float: left;
		width: 470px;
		margin-bottom: 20px;
		}		
		
	#footer {
		background: url('cssimages/footer-bg.jpg') no-repeat top center;
		padding-top: 30px;
		text-align: center;
		display: block;
		clear: both;
		height: 100px;
		width: 100%
		}
		
	#footer p {
		color: #aaa;
		font-size: .853em;
		}
	
	
/*Body Typography*/

h1 { 
	letter-spacing: -1px;
	font-size:1.8em; 
	margin: .5em 0;
	} 

h2 { 
	font-size: 1.35em;  
	margin: .5em 0;	
	}

h3 { 
	font-size: 1.25em; 
	margin: .5em 0;
	}

h4 { font-size:1.5em; }

p { 
	font-size: 1em;
	line-height: 1.5em;
	}
	
.italic {
	font-style: italic;
	}

/*Navigation Styles*/

ul#navigation {
	margin-top: 20px;
	}
	
	ul#navigation li {
		display: block;
		margin: 10px;
		line-height: 1.5em;
		}
	
		ul#navigation li a {
			color: #112562;
			padding: 0 70px 0 0px;
			text-decoration: none;
			font-size: 1.25em;
			}
	
		ul#navigation li a:hover {
			text-decoration: underline;
			color: #ff6805;
			}
			
	ul#navigation li a.current {
		color: #ff6805;
		padding: 0 70px 0 0px;
		text-decoration: none;
		font-size: 1.75em;
		}
