/* CSS Document */
body
{
	background-color:#293028;
	behavior:url("csshover.htc");
	margin:0 auto 0 auto;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
}

div#page
{
	width:1000px;
	border:1px solid black;
	background-image:url(images/contentRepeater.jpg);
	background-repeat:repeat-y;
}
div#header
{
	width:1000px;
	height:70px;
	float:left;
}
div#flashHeader
{
	width:777px;
	float:left;
	height:240px;
	margin-top:-3px;
	float:left;
}
div#phrase
{
	width:1000px;
	margin-top:-1px;
	height:38px;
	border-bottom:1px solid #a9a9a9;
	padding:0px;
	margin:0px;
	float:left;
}
div#content
{
	width:1000px;
	float:left;
	background-image:url(images/contentRepeater.jpg);
	background-repeat:repeat-y;
}
div#contentTemplate
{
	width:925px;
	float:left;
	background-color:white;
	padding-left:45px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
}

div#text
{
	width:377px;
	float:left;
	padding:10px 15px;
}

div#rightSide
{
	width:593px;
	float:left;
	margin-top:-2px;
}

div#footer
{
	width:980px;
	height:40px;
	color:white;
	float:left;
	background-image:url(images/footerRepeater.jpg);
	background-color:#3e6c4b;
	background-repeat:repeat-y;
	padding:10px;
	font-size:10px;
}
div#footer a, div#footer a:visited
{
	color:white;
	font-weight:bold;
	text-decoration:underline;
}
div#footer a:hover, div#footer a:active
{
	text-decoration:none;
}
h1
{
	font-size:25px;
	color:#3e6c4b;
	font-weight:bold;
}
h2
{
	font-size:18px;
	color:black;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
a,a:visited
{
	color:#3e6c4b;
	font-weight:bold;
	text-decoration:underline;
}
a:hover, a:active
{
	text-decoration:none;
}
ul li
{
padding-bottom:5px;
}