/* CSS Document */
body{
	margin:0;
	padding:0;
	background:url(../images/background.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:#462A5A;
}

#horizon{
	padding-top:13px;
	background:url(../images/top-x-bg.gif) repeat-x;
}

#pageArea{
	width:990px;
	padding-left:9px;
	background:url(../images/content-bg.jpg) repeat-y center;
}

#pageClose{
	background:url(../images/footer.jpg) no-repeat bottom;
}

#header{
	background:url(../images/header.jpg) no-repeat;
	height:245px;
}

#pageContent{
	float:right;
	width:750px;
	padding:0 50px 0 20px;
	text-align:left;
}

#leftCol{
	float:left;
	width:160px;
	padding-left:9px;
}

#footMenu{
	text-align:left;
	height:35px;
	padding:22px 0 0 86px;
}

#topMenu{
	padding:0 0 0 15px;
	width:949px;
	text-align:left;
	float:left;
}
#flashHeader{
	margin:0;
	padding:0;
	height:200px;
}
a:link {
	font-style: italic;
	font-weight: bolder;
	color: #990000;
}
a:visited {
	font-style: italic;
	font-weight: bolder;
	color: #6633CC;
}
a:active {
	font-style: italic;
	font-weight: bolder;
	color: #6633CC;
}
a:hover {
	font-style: italic;
	font-weight: bolder;
	color: #6633CC;
}
