html,body {
	background: url(/images/bg.gif) top left repeat;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	}
	
	#innerWrap{
		float: left;
		background: #183056;
		width: 937px;
		padding: 0 26px 0 27px;
		border-left: solid 1px #19325a;
		border-right: solid 1px #19325a;
		border-bottom: solid 1px #19325a;
		/* transparency */
		/* for IE */
		filter:alpha(opacity=80);
		/* CSS3 standard */
		opacity:0.8;
	}
	
	#top{
		float: left;
		width: 937px;
		height: 353px;
	}
	
	#menu{
		float: left;
		background: url(/images/menu_bg.gif) top left repeat-x;
		width: 922px;
		height: 48px;
		padding: 0 0 0 15px;
	}
	
	#breadCrumbs{
		float: left;
		width: 927px;
		height: 15px;
		font-size: 10px;
		padding: 5px 0 0 10px;
		margin: 0 0 10px 0;
		}
	
		#breadCrumbs a:link, #breadCrumbs a:visited {
			color: #5482bb;
			text-decoration: none;
		}
			
		#breadCrumbs a:hover,#breadCrumbs a:active {
			color: #5482bb;
			text-decoration: underline;
		}
	
	#content{
		float: left;
		width: 937px;
		height: auto;
		}
		
		#contentLeft{
			float: left;
			width: 690px;
			height: auto;
			padding: 0 0 0 10px;
			line-height: 18px;
			}
			
			#contentLeft h1{
				font-family: times, serif;
				color: #95b0c4;
				padding-top: 5px;
			}
			
			#contentLeft h2{
				color: #7ab8fc;
				font-size: 12px;
			}
		
		#contentRight{
			float: left;
			width: 237px;
			height: auto;
			}
			
			#contentRight table{
				width: 100%;
				text-align: center;
			}
			
			#contentRight td{
				padding: 10px 0 10px 0;
			}
		
	#footer{
		float: left;
		background: #780020;
		width: 892px;
		height: 100px;
		padding: 10px 0 0 45px;
		}
		
		#footer th{
			width: auto;
			text-align: left;
			padding: 0 28px 0 0;
		}
		
		#footer td{
			font-size: 10px;
			vertical-align: top;
			padding: 0 15px 0 0;
		}
		
		#footer ul{
			padding: 0 0 0 15px;
			margin: 0;
		}
		
		#footer ul li{
			padding: 0;
			margin: 0;
		}
		
		#footer a:link, #footer a:visited {
			color: #fff;
			text-decoration: none;
		}
			
		#footer a:hover,#footer a:active {
			color: #fff;
			text-decoration: underline;
		}
		
	#bottomBar{
		float: left;
		width: 937px;
		height: auto;
		}
		
		.bottomHoverOn{
			background: #7ab9fc;
		}
		
		.bottomHoverOff{
			background: #790021;
		}
				
		#bottomBar a:link, #bottomBar a:visited {
			color: #fff;
			text-decoration: none;
		}
			
		#bottomBar a:hover,#bottomBar a:active {
			color: #fff;
			text-decoration: none;
		}
		
		#bottomBarLeft{
			float: left;
			width: 135px;
			height: 18px;
			text-align: center;
			padding: 2px 0 0 0;
			margin: 42px 0 0 0;
		}
		
		#bottomBarRight{
			float: right;
			width: 135px;
			height: 18px;
			text-align: center;
			padding: 2px 0 0 0;
			margin: 42px 0 0 0;
		}
		
		#revLogo{
			float: left;
			width: 667px;
			height: 60px;
		}
	
	a:link, a:visited {
		color: #95B0C4;
		text-decoration: none;
	}
		
	a:hover,a:active {
		color: #95B0C4;
		text-decoration: underline;
	}
	
img{
	border: none;
}
