body,html{
	margin:0;
	padding:0;
	height:100%;
	background-color:#00344c;
	color:#FFF6D7;
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:14px;
}

#siteWrapper{
	margin:auto;
	width:964px;
}

.introBgTop{
	width:964px;
	height:579px;
	background-image:url(../Images/intro_bg_top.jpg);
	background-repeat:no-repeat;
	padding-top:0px;
}
.siteBgTop{
	width:964px;
	height:644px;
	background-image:url(../Images/site_bg_top.jpg);
	background-repeat:no-repeat;
	padding-top:0px;
}
.siteBgLoop{
	width:964px;
	background-image:url(../Images/site_bg_loop.jpg);
	background-repeat:repeat-y;
}
.siteBgFooter{
	width:964px;
	padding-top:8px;
	background-image:url(../Images/site_bg_footer.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	color:#809592;
}
.siteBgFooter a{
	color:#809592;
	text-decoration:none;
}
.siteBgFooter a:hover{
	color:#FFF6D7;
}

#siteFrame{
	padding-top:0px;
	padding-left:40px;
	padding-right:40px;
	width:884px;
	height:554px;
}
#enterFrame{
	padding-top:40px;
	padding-left:40px;
	padding-right:40px;
	width:884px;
	height:539px;
	text-align:center;
}
.centerContentFrame{
	width:884px; 
	height:474px;
	text-align:center;
}


a img {
	border:none;
}
a{
	color:#FFF6D7;
	text-decoration:underline;
}
a.home{
	color:#FFF6D7;
	text-decoration:none;
}
a:hover{
	color:#809592;
}
.red{
	color:Red;
}
.clearBoth{
	clear: both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
p { 
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	line-height:26px;
}
ol{
	margin-top:10px;
	margin-bottom:0;
}
ul{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	padding-left:0;
}
li{
	padding-bottom:5px;
}
.bold{
	font-weight:bold;
}
hr{
	border-bottom:1px solid;
	border-top:0;
	color:#000000;
	height:1px;
}
.smallerText{
	font-size:11px;
}