html{
	min-height: 100%;
}

body{
	min-height: 100%;
	margin: 0px 0px 0px;
	background-color: #000000;
	font-family: arial, verdana;
}
img{
	border: none;
}
#mainContainer{
	width: 100%;
	min-height: 100%;
	height: 100%;
}
#bodyHeader{
/* 	padding-top: 10px; + 10px margin = 20px from top */
	background-color: #c7c8ca;
	width: 200px;
	float: left;
	min-height: 420px;
	height: 100%;
}
#bodyContainer{
	background-color: #C7C8CA !important;
	width: 900px;
	min-height: 420px;
	height: 100%;
}
#bodyContentWrap{
	width: 700px;
 	float: right;
 	min-height: 430px;
	background-color: #FFFFFF;
}
#bodyContent{
	min-height: 100%;
	clear: none;
	padding: 15px;
	margin-top: -25px;
/* 	overflow: auto; */
}

#ihawkTitle {
	font-size: 36px;
	color: #990000;
	font-family: Georgia;
	font-style: italic;
}
#underBody{
	height: 0px;
	font-size: 0px;
}
#bodyFooter{
	width: 670px;
	height: 110px;
/*	background-color: #5c0a0c;
 	margin-left: -15px; */
}
#footerText{
	color: #F1F1F1;
	font-size: 12px;
	margin-top: 10px;
}
#endBody{
	clear: both;
	font-size: 1px;
}

#navigation {
	float: left;
	margin-left: 35px; /* (200px div) - (130px button) /2 */
	margin-right: 35px;
}


#flexContent{
	margin-top: 20px;
}
/*
#blogBox{
	width: 100%;
	width: 360px;
	text-align: left;
	line-height: 16px;
}
*/



.endCap {
	clear: both;
	font-size: 1px;
}
#recentNews{
	clear: both;
/* 	width: 100%; */
/* 	width: 330px; */
	font-weight: bold;
	font-size: 14px;
	border: 1px solid black;
	padding: 3px;
	overflow: hidden;
}
#ppContainer{
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 100;
	width: 100%;
	display: none;

}
#privacyPolicy{
	position: relative;
	width: 500px;
	height: 500px;
	border: 1px solid brown;
	background-color: #F1F1F1;
}
#ppClose{
	float: right;
	margin: 5px 5px 5px 5px;
	width: 15px;
	height: 15px;
	border: 1px solid brown;
	font-size: 10px;
	cursor: pointer;
}
#ppContent{
	display:none;
	width: 520px;
	height: 440px;
	overflow: auto;
	margin-top: 20px;
}
#pbContent{
	display: none;
	width: 510px;
	height: 440px;
	overflow: auto;
	margin-top: 20px;
}
.faq{
	text-align: left;
	margin: 10px auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}
.mainNav{
/* 	float: left; */
	clear: both;
	margin-top: 4px;
}
.blogPost{
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #000000;
	margin-top: 10px;
}
.blogPostLink{
	text-decoration: none;
	color: #000000;
}
.regTable{
	width: 100%;
	margin-top: 5px;
	background-color: #FFFFFF;
	border: 2px solid black;
	font-size: 10px;
}

.regTxtInp{
	width: 200px;
}

.bodyHeaderItem {
/* 	width: 175px; */
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
.innerBodyHeaderItem{
	margin-left: 20px;
	margin-top: 10px;
}
.bodyFooterItem{
	margin-top: 7px; /* 1/2 of empty space for vertical align */
	float: left;
	width: 33.3%; /* 3 items horizontal align */
	clear: none;
}

#logo{
	float: left;
	margin-top: 20px;
	margin-bottom: 15px;
}

#login {
	margin-top: 15px;
	width: 160px;
	overflow: hidden;
}

a.loginA:link{ color: blue; }
a.loginA:visited { color: blue; }
a.loginA:hover{ color: #6E1213; }
a.loginA:active { color: #6E1213; }

a.footerA:link{ color: white;}
a.footerA:visited { color: white; }
a.footerA:hover{ color: #F1F1F1; }
a.footerA:active { color: #F1F1F1; }

a.riafoxA:link{ color: white; text-decoration: none; }
a.riafoxA:visited { color: white; text-decoration: none; }
a.riafoxA:hover{ color: #F1F1F1; }
a.riafoxA:active { color: #F1F1F1; text-decoration: none; }
