/* CSS Document */

*{
	font-size:100%;
	margin: 0;
	padding: 0;
}


body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align:center;
	background: #CCC;
	color: #006;
	margin: 10px 0 0 0;
}

#header {
	color: #CCC;
	height: 118px;
	background: url(../images/V3/HeadBG.gif) repeat-x;
}

	#logoWrap {
		float: left;
	}

	#titleWrap {
		float: right;
	}
	
	#nav {
		float:right;
		display: inline;
		background: url(../images/V3/MenuBG.jpg) no-repeat top right;
		height: 43px;
		color: #FFF;
	}
	
.hidden-navigation{
	display: none;
}

#wrap {
	background: url(../images/V3/bg_faux.jpg) repeat-y;
	width:750px;
	margin:0 auto;
	text-align:left;
}

#main-content {
	width:545px;
	padding: 5px 5px 5px 15px;
	float:left;
	color: #006;
}

#sub-content {
	float:right;
	width:144px;
	min-height: 400px;
	]height: 400px;
	color: #CCC;
	line-height: 12px;
	background-color: #333;
	text-align: right;
	padding: 0 3px;
}

	#sub-content h1 {
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
		margin: 10px 0;
	}
	
	#sub-content p {
		font-size: 11px;
		margin: 5px 0;
	}
	
	#sub-content a, #sub-content a:link, #sub-content a:visited {
		text-decoration: underline;
		color: #CCF;
	}
	
	#sub-content a:hover {
		color: #F90;
	}
	
#foot {
	clear:both;
	height: 40px;
	color: #CCC;
	background-color: #600;
}

	#footL {
		float: left;
		width: 14px;
	}

	#footC {
		float: left;
		width: 696px;
		text-align: center;
		margin: 2px 0 0 0;
		color: #CCC;
		font-size: 11px;
		line-height: 10px;
	}
	
		#footC a, #footC a:link, #footC a:visited {
			color: #CCC;
			text-decoration: none;
			font-weight: normal;
		}
		
		#footC a:hover {
			color: #CC6;
		}
	
	#footR {
		float:right;
		width: 15px;
	}