@charset "utf-8";
body
{
	background-image:url(images/bgPatterns.gif);
	background-repeat:repeat;
	background-color:#4891C8;
	text-align:center;
	vertical-align:middle;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#horizon {
	text-align: left;
	width: 760px;
	height: 420px;
	margin: 90px auto 10px auto;
	padding: 0px 0px 0px 0px;	
	}

#content
{
	width: 760px;
	height: 420px;
	visibility: visible;
	overflow: hidden;
	}


#flashContent
{
	float:right;
	width:597px;
	height:420px;
	display:block;
	color:#000;
	text-align:left;
	background-color: #FFFFFF;
}

#nav
{
	background-color:#fff;
	float:left;
	width:163px;
	height:420px;
	display:block;
	color:#000;
	text-align:left;
}

#copyright
{
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
	width: 760px;
	height: 20px;
	visibility: visible;
	text-align:right;
	color:#66C0DF;
}

p
{
color: #000000; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	color: #509D2D; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}

a:link { text-decoration: none; color: #509D2D; list-style-type:none; }
a:visited { text-decoration: none; color: #509D2D;list-style-type:none; }
a:hover { text-decoration: underline; color: #71CB49; list-style-type:none;}
a:active { text-decoration: underline; color: #509D2D; list-style-type:none; }
