body {
	font-family: georgia, times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #333399;
}
td {
	font-family: tahoma;
	font-size: 15px;
	color: #000000;
}
#left-col {
	background: #333399 url(./images/left-shadow.gif) top right repeat-y;
}
#right-col {
	background: #333399 url(./images/right-shadow.gif) top left repeat-y;
}
#main-nav {
	background: #ececd5 url(./images/nav-bkgrnd.jpg) top left repeat-x;
	height: 55px;
	padding-left: 40px;
}
#content {
	background-color: #ffffe7;
	padding-left: 40px;
}
#content-end {
	background-color: #ffffe7;
	height: 70px;
}
#footer-bar {
	background: #ececd5 url(./images/foot-bkgrnd.gif) top left repeat-x;
	height: 31px;
}
#footer-left-col {
	background: #333399 url(./images/left-shadow-corner.gif) top right no-repeat;
}
#footer-right-col {
	background: #333399 url(./images/right-shadow-corner.gif) top left no-repeat;
}
#footer-shadow {
	background: #333399 url(./images/bottom-shadow.gif) top left repeat-x;
	height: 60px;	
}
#copyright {
	float: left;
	margin: 10px 0 0 15px;
	height: 60px;	
}
#site-by {
	float: right;
	margin: 10px 15px 0 0;
	height: 60px;	
}
#content-left {
	float: left;
	width: 266px;
	margin: 10px 10px 10px 0;	
}
#content-right {
	float: right;
	width: 275px;
	margin: 10px 10px 10px 10px;	
}
#content-wide {
	float: left;
	width: 541px;
	margin: 10px 10px 10px 0;	
}

.main-nav {
	color: #686355;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 19px;
}
td.main-nav a, td.footer-nav a{
	color: #686355;
	text-decoration: none;
}
td.footer-nav {
	padding-top: 7px;
	padding-left: 40px;
}
td.main-nav a:active,a:visited, td.footer-nav a:active,a:visited{
	color: #8b8574;
	text-decoration: none;
}
td.main-nav a:hover, td.footer-nav a:hover{
	color: #e86339;
	text-decoration: none;
}
.footer-nav {
	color: #686355;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-text {
	color: #9291c6;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}
a, a:active, a:visited{
	color: #9291c6;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	color: #484993;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}
h2 {
	color: #000000;
	font-family: georgia, times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}
h3 {
	color: #484993;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0px;
}
p {
	font-family: georgia, times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-align:left;
}
p.med-text {
	font-family: georgia, times, serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	text-align:left;
	margin-top: 2px;
}
p.lrg-text {
	font-family: georgia, times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	text-align:left;
	margin-top: 2px;
}
p a, p a:active, p a:visited{
	color: #686355;
	text-decoration: none;
}
p a:hover{
	color: #e86339;
	text-decoration: none;
}
.formText {
	font-family: georgia, times, serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	text-align:right;
}



