/* CSS Document */

html{
	height:100%;
}

body{
	height:100%;
	background-image:url(./assets/siteBG.png);
	background-repeat:repeat-x;1:50 PM 10/13/2011
	background-color:#C5B798;
	margin:0;
	padding:0;
	table-align:center;
	font-size:11pt;
}

#content h2, #content h3{
	padding:10px 0 0 10px;
	margin:0;
}

#content p{
	padding:10px;
	padding-bottom:0;	
	margin:0;
	line-height:18pt;
}

#wrap{
	margin:0 auto;
	width:776px;
	background-image:url(../assets/contentBG.png);
	/*height:100%;*/
}

/* apply png transparancy fix */
#wrap, #footer {
	behavior: url(./includes/iepngfix.htc);
}

#nav{
	margin:0 auto;
	width:760px;
}

#historyFlyout{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	position:relative;
	width:120px;
	margin-left:358px;
	margin-top:-163px;
	height:163px;
}

#historyFlyout ul{
	padding:0;
	margin:0;
	list-style:none;
	background-color:#C5B798;
	border: 1px solid #53462B;
}

#historyFlyout ul a{
	display:block;
	width:96px;
	padding:2px 10px 4px 10px;
	margin:0;
	border:1px solid #C5B798;
	color:#53462B;
}

#historyFlyout ul a:hover{background-color:#8F1230; color:white;}

#header{
	margin:0 auto;
	width:760px;
}

#content{
	padding-bottom:10px;
	margin:0 auto;
	width:760px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer{
	background-image:url(../assets/footer.png);
	background-repeat:no-repeat;
	height:80px;
	text-align:center;
	margin:0 auto;
	width:776px;
	padding-top:14px;
}

#footer p {font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; padding:0; margin:0;}

a {color:#7B1028;}

.cleaner {
	font-size:1px;
	margin:-1px;
	clear:both;
}
