body { 
	background-image: url("images/bodyBG.jpg");
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
ul {
	margin-top: 5px;
}
/*td {
	vertical-align: top;
}
*/
#main {
	position: relative;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	position: absolute;
	visibility: visible;
	width: 350px;
	height: 99px;
	top: 20px;
	right: 5px;
}
.header {
	background-color: #FFF;
	padding: 8px 0px 8px 0px;
}
.topNav {
	background-color: #FFF;
	font: bold 12px "Times New Roman", Times, serif;
	color: #123e28;
	padding: 12px;
}
.topNav a:link, .topNav a:active, .topNav a:visited {
	text-transform: uppercase;
	font: bold 11px "Times New Roman", Times, serif;
	color: #123e28;
	text-decoration: none;
}
.topNav a:hover {
	text-transform: uppercase;
	font: bold 11px "Times New Roman", Times, serif;
	color: #123e28;
	text-decoration: underline;
}
.subNav {
	background-image: url("images/subNav_BG.jpg");
	font: bold 12px "Times New Roman", Times, serif;
	color: #FFF;
	height: 20px;
	vertical-align: middle;
	padding: 2px 0px 2px 20px;
}
.subNav a:link, .subNav a:active, .subNav a:visited {
	text-transform: uppercase;
	font: bold 10px "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
}
.subNav a:hover {
	text-transform: uppercase;
	font: bold 10px "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: underline;
}

.gap {
	height: 10px;
}

#blah {
	width: 740px;
}

.contentTitle {
	font: bold 14px "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #406471;
	text-align: left;
	margin-bottom: 2cm;
	text-decoration: underline;
} 
.contentBG {
    background-image: url("images/content_BG.jpg");
	width: 740px;
}
.content {
	/*width: 770px;*/
	text-align: left;
	vertical-align: top;
	font: normal 12px "Times New Roman", Times, serif;
	color: #77756b;
	padding: 30px 15px 0px 15px;
}

.content a:link, .content a:active, .content a:visited {
	/*text-transform: uppercase;*/
	font: bold 12px "Times New Roman", Times, serif;
	color: #2020a8;
	text-decoration: none;
}
.content a:hover {
	/*text-transform: uppercase;*/
	font: bold 12px "Times New Roman", Times, serif;
	color: #2020a8;
	text-decoration: underline;
}
.lftCol {
	width: 150px;
	text-align: left;
	vertical-align: top;
	font: normal 12px "Times New Roman", Times, serif;
	color: #77756b;
	padding: 30px 15px 0px 15px;
}

.lftCol a:link, .lftCol a:active, .lftCol a:visited {
	/*text-transform: uppercase;*/
	font: bold 12px "Times New Roman", Times, serif;
	color: #2020a8;
	text-decoration: none;
}
.lftCol a:hover {
	/*text-transform: uppercase;*/
	font: bold 12px "Times New Roman", Times, serif;
	color: #2020a8;
	text-decoration: underline;
}
#gallery td {
	width: 20%;
	text-align: center;
	padding: 2px 0px 10px 0px;
}
.form {
	font: normal 12px "Times New Roman", Times, serif;
	color: #77756b;
	padding: 0px 0px 0px 15px;
	vertical-align: middle;
	text-align: left;
}
.formNum {
	font: bold 12px "Times New Roman", Times, serif;
	color: #000;
}
.formField {
	background: url(images/formBg.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #5D2066;
	padding: 2px 2px 3px 4px;
	/*width: 110px;
	height: 20px;*/
}
.bNav {
    /*background-image: url("images/navBG.jpg");*/
	background-color: #000;
	height: 20px;
	color: #FFF;
	font: bold 12px "Times New Roman", Times, serif;
	text-align: center;
	/*vertical-align: middle;*/
	padding: 3px 0px 0px 0px;
}
 
.bNav a:link, .bNav a:active, .bNav a:visited {
     font: bold 10px "Times New Roman", Times, serif;
	 color: #f2f3e9;
	 text-decoration: none;
}
.bNav a:hover {
	font: bold 10px "Times New Roman", Times, serif;
	color: #f2f3e9;
	text-decoration: underline;
}

.copyright {
	/*background-image: url("images/copyright_BG.jpg");*/
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	padding: 6px 0px 0px 0px;
}

.copyright a:link, .copyright a:visited {
     font: normal 9px Arial, Helvetica, sans-serif;
	 color: #FFF;
	 text-decoration: none;
}
.copyright a:active, .copyright a:hover {
     font: normal 9px Arial, Helvetica, sans-serif;
	 color: #FFF;
	 text-decoration: underline;
}
#flashcontent {
	text-align: center;
}