/***********************************************/
/* HTML tag styles                             */
/***********************************************/
:focus { -moz-outline-style: none; }
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height:21px;
	color: #7e7e7e;
}
p {
	padding-bottom: 12px;
}
a:link {
	color: #668547;
}
a:visited {
	color: #668547;
}
a:hover {
	color: #4A5F32;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330000;
	font-size: 16px;
	font-variant:small-caps;
	margin-top:0px;
	padding-bottom: 10px;
}
h2 {
	font-size: 16px;
}
/***********************************************/
/* Class styles                                */
/***********************************************/
.subnav {
	font-size: 12px;
	font-weight: bold;
}
.footertext {
	font-size: 14px;
}
.countDown {
	font-size: 20px;
	color: #942824;
}
.smallText {
	font-size: 11px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#outerwrap {
	
}
#container {
	width: 960px;
	background-image:url(home-images/background.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header{
	height: 143px;
		width: 960px;
	vertical-align:top;
	display:block;
}
#leftnav{
	float:left;
	width:207px;
	padding-left:8px;
		height:100%;
	background-color:#cfdec4;}
	
#rightnav{
	width:170px;
	float:right;
	background-color:#f7f7f7;
	min-height: 300px;
overflow: auto;

	}
#pagecontent{
	float:left;
	background-color:#FFF;
	width:511px;
	padding-left:32px;
	padding-right:32px;
	height:100%;
	padding-bottom:25px;
}
#footer{height:92px;
clear:both;
background-color:#f0efee}

#footertext{
	padding-top: 25px;
	padding-left: 32px;
	padding-bottom: 15px;
	padding-right: 90px;
	width:623px;
	float:left;
}
#homeflash{width:960px;
background-image:url(home-images/animated-bg.gif);
height:355px;
}
