@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333;
	text-align: center;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #3C3C3C;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1 {
	font-size: 24px;
	color: #3C3C3C;
	text-align: left;
}
h2 {
	font-size: 18px;
	color: #3C3C3C;
	text-align: left;
}
body {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat;
	margin-top: 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {S
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #000;
}

#left {
	float: left;
	width: 575px;
	padding: 0 15 15 15;
}

#right {
	float: right;
	width: 375px;
	padding: 15 0 0 0;
}
#proright {
	float: right;
	width: 575px;
	padding: 15 15 15 0;
}

#proleft {
	float: left;
	width: 375px;
	padding: 15 0 15 15;
}
#leftalt {
	float: left;
	width: 350px;
	padding: 15 0 0 0;
}

#rightalt {
	float: right;
	width: 600px;
	padding: 0 15 15 15;
}
MAIN NAV
