/* CSS Document */
body
{
	background-color:#666666;
	margin:0 auto 0 auto;
	font-family:"Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size:12px;
	behavior:url(csshover.htc);
}

div#page
{
	width:1157px;
	margin:0 auto 0 auto;
	margin-top:15px;
	background-image:url(images/contentRepeater.jpg);
	background-repeat:repeat-y;
}

div#header
{
	width:1157px;
	height:89px;
	float:left;
}
div#navBarContainer
{
	width:1157px;
	height:33px;
	float:left;
	background-color:white;
	margin-top:-5px;
	padding:0px;
}
div#graphicContainer
{
	width:1157px;
	float:left;
}


div#left
{
	width:260px;
	height:205px;
	float:left;
	color:white;
	background-image:url(images/leftSide2.jpg);
	background-repeat:no-repeat;
	padding-top:164px;
	padding-left:11px;
	padding-right:315px;
	line-height:15px;
}
div#leftTemplate
{
	width:431px;
	float:left;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}
div#rightTemplate
{
	width:650px;
	padding-left:25px;
	float:left;
	margin-top:25px;
	margin-right:25px;
}
div#rightTemplateProp
{
	width:850px;
	padding-left:25px;
	float:left;
	margin-left:20px;
	margin-top:25px;
	padding-bottom:30px;
	margin-right:25px;
}
div#flash
{
	width:555px;
	float:left;
	height:365px;
	margin-left:10px;
}

div#counter
{
	width:1157px;
	height:20px;
	float:left;
	margin:0px;
	padding:0px;
	padding-top:20px;
	background-color:#666666;
	text-align:center;
}

div#bottomContainer
{
	width:1157px;
	height:140px;
	float:left;
	margin:0px;
	padding:0px;
}
div#bottomLeft
{
	width:410px;
	float:left;
	background-color:#a2a0a1;
	height:135px;
	color:black;
	font-size:11px;
	padding:0px 10px;
}
div#bottomRight
{
	width:727px;
	float:left;
	height:135px;
	background-image:url(images/bottomRight.jpg);
	background-repeat:no-repeat;
}

div#bottomLeft a, a:visited
{
	color:black;
	text-decoration:underline;
	font-weight:bold;
}

div#bottomLeft a:hover, a:active
{
	text-decoration:none;
}
h3
{
	font-size:18px;
	font-weight:bold;
	color:#660000;
	margin:0px;
	padding:0px;
	letter-spacing:1px;
}
h1
{
	font-size:25px;
	font-weight:bold;
	color:#660000;
	letter-spacing:1px;
}

h2
{
	font-size:16px;
	font-weight:bold;
	color:black;
	letter-spacing:1px;
}
.largeText
{
	color:white;
	font-size:16px;
	line-height:16px;
}

a, a:visited
{
	color:black;
	text-decoration:underline;
	font-weight:bold;
}

 a:hover, a:active
{
	text-decoration:none;
}

/*--- CSS Document --------------------------------------------------------------------------
	File Name: holyhack.css
	Date: 6-22-06
	Description: Holy Hack for keeping divs from collapsing when they hold no content (floated divs) 
	Note: This is a hack for Internet Explorer 6 (This may not work for Internet Explorer 7)
-------------------------------------------------------------------------------------------*/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for ie on a mac */
.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
*html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* End hide from IE-mac */