@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:0px;
	padding:15px 0px 15px 0px;
	background: #99CC99;
}

div.bodyBorder {
	width:965px;
}
div.nav {
	float:left; width:169px; text-align:center; font-size:10px;
}
	div.nav ul {
		margin:0px; padding:20px 0px 0px 0px; list-style:none; float:left; width:249px; text-align:right; color:#999999; font-size:1.4em; font-family:Georgia, "Times New Roman", Times, serif;
	}
	div.nav ul li {
		float:left; width:225px; padding:0px 0px 16px 0px;
	}
div.flashHolder {
	float:left;
	width:778px;
	padding:0px;
	text-align: left;
	}
div.content {
	float:left;
	width:770px;
	padding:9px;
	background:#CCCCFF;
	text-align:right;
	line-height:1.4em;
	border:2px solid #663366;
}
	div.content div.leftCol {
	float:left;
	width:237px;
	padding:0px 15px 0px 6px;
	text-align:justify;
	}
	div.content div.rightCol {
	float:left;
	width:487px;
	border-left:1px solid #999;
	padding:0px 6px 0px 15px;
	text-align:justify;
	}
	div.content div.fullCol {
	float:left;
	width:750px;
	padding:0px 15px 0px 15px;
	text-align:left;
	}
	div.content div.imgCol {
	float:left;
	width:300px;
	border-left:1px solid #999;
	padding:0px 6px 0px 15px;
	text-align:center;
	}
	div.content div.lowerleftCol {
	float:left;
	width:425px;
	padding:0px 6px 0px 15px;
	}
	div.content div.lowerleftCol img{
	}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif; font-size:1.3em; font-weight:normal; margin:0px; padding:0px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif; font-size:1.2em; font-weight:normal; margin:0px; padding:0px;
}
a, a:visited, a:active {
	color: #663366; text-decoration: none;
}
a:hover {
	color: #663366; text-decoration:underline;
}
