body {
	background-color: #003232;
	background-image: url(../images/bkgdMain.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 5px;
	overflow: -moz-scrollbars-vertical;
}
body, h3 {
	padding: 0px;
	margin: 0px;
}
#content {
	padding-left: 7px;
	padding-right: 5px;
}
#container {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
	background-color: #5E0143;
}
.border  {
	border-style: dashed;
	color: #CCCCCC;
}
.bodyText {
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bodyTextLg {
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.loadText {
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h3 {
	padding: 4px;
	font: 11px Georgia, Tahoma, Arial, Helvetica, sans-serif bold;
	color: #000000;
	background: #F7C5E8;
	cursor: pointer;
}
h3 a:hover {
	color: #CC0000;
	text-decoration: none;
}
h3 a:hover, h3 a:active {
	color: #222;
}
h3 a:link, h3 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}
h3.content2, h3.content4, h3.content6, h3.content8 {
	background: #CC99CC;
}
.smText {
	font: 11px Georgia, Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.bodyLink {
	font: 11px Georgia, Tahoma, Arial, Helvetica, sans-serif;
}
.bodyLinkLg {
	font: 12px Georgia, Tahoma, Arial, Helvetica, sans-serif;
}
a {  
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {  
    color: #EEEEEE;
	text-decoration: none;
}
.header {
	font: 14px Georgia, Tahoma, Arial, Helvetica, sans-serif bold; 
	color: #000000;
}
.menubutton {
	font: 11px Georgia, Tahoma, Arial, Helvetica, sans-serif bold;
	color: #EEEEEE;
	text-decoration: none;
	text-align: center;
	padding: 12px 16px 12px 16px;
	border-left: 1px solid #5A5A5A;
	border-right: 1px solid #5A5A5A;
	height: 35px;
}
a.menubutton:hover {
	font: 11px Georgia, Tahoma, Arial, Helvetica, sans-serif bold;
	color: #EEEEEE;
	text-decoration: none;
	text-align: center;
	background-color: #CC0000;
	padding: 12px 16px 12px 16px;
	border-left: 1px solid #5A5A5A;
	min-height: 35px;
}
.linkBottom {
	font: 10px Georgia, Tahoma, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	text-decoration: underline;
}
a.linkBottom:hover {  
    font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.bodyBottom {
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EEEEEE;
}
.form {
    border: 1px #666666 solid;
	font: 11px Georgia, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}
.button {
	font: 11px Georgia, Tahoma, Arial, Helvetica, sans-serif bold;
	border: 1px #000000 solid;
	padding: 2px;
	background-color: #CCCCCC;
	color: #333333;
	text-decoration: none;
}
a.button:hover {
	font: 11px Georgia, Tahoma, Arial, Helvetica, sans-serif bold;
	border: 1px #000000 solid;
	padding: 2px;
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
.imgBorder {
	border: 4px #CCCCCC solid;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px 10px 0 10px;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	cursor: default;
	cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: 11px Georgia, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	color: #FFFFFF;
	padding: 5px 0;
	text-align: right;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #FFFFFF;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}
#leftColumn {
	background-color: #FFFFFF;
}
#rightColumn {
	background-color: #FFFFFF;
}
#vidSpace {
	background-color: #FFFFFF;
}