/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

img {
	border-width:0px;
}

a {color:black;}

a:hover {color:maroon;}

body {
	background-color: #ababab;
	font:12px/14px Arial, Helvetica, sans-serif;
}

p, ul, ol {
	padding-bottom:14px;
}

li {
	padding-bottom:7px;
}

h1 {
	font-size:18px;
	color:#323b72;
	padding-bottom:14px;
}	

#site {
	width:800px;
	margin:auto;
	border-left:3px solid #898989;
	border-right:3px solid #898989;
}

	#siteTop {
		height:113px;
		width:800px;
		background:url(images/siteTopBg.gif) no-repeat top center;
		position:relative;
	}
	
		#topNav {
			display:inline;
			position:absolute;
			top:61px;
			right:0px;
		}
		
		.topNav {
			display:block;
			padding:3px 10px 0px 14px;
			height:25px;
			line-height:28px;
			text-transform:uppercase;
			text-align:center;
			text-decoration:none;
			color:white;
			background:url(images/topNavBar.gif) no-repeat top left;
			float:left;
			font-weight:bold;
		}
		
		.topNav:hover {color:#999999;}
	
	#siteMid {
		background-color:white;
		padding:10px;
	}
	
		.leftSide {
			float:left;
			width:200px;
			padding-right:10px;
		}
		
		.rightSide {
			float:right;
			width:565px;
		}
	
	#siteBtm {
		background-color:white;
		text-align:center;
		padding:10px;
		border-bottom:3px solid #898989;
		font-size:11px;
	}
	
	#siteBtm img {
		padding-bottom:7px;
	}
		
		
