body {  
	margin: 40px;
	padding: 0;
	border: none;
	background: #cf432a;
 }
#content {
	background-color: #fff;
	margin: auto;
}
.redborder{
	border:solid 1px #000000;
	background-color:white;
}
.whiteborder{
	border:solid 1px white;
	}
td {
	vertical-align: top;
}
img	{
	border: none;
	align: center;
}
.red	{
	border: solid #cf432a 2px;
	text-align: left;
}		
.red_center		{
	border: solid #cf432a 2px;
	float: left;
}
a:link {
	color: #5a95ce; 
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
a:active {
	color: #5a95ce; 
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
a:visited {
	color: #5a95ce; 
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
a:hover {
	color: #cf432a; 
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
a.white:link {
	color: #ffffff; 
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
a.white:active {
	color: #ffffff; 
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
a.white:visited {
	color: #ffffff; 
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
a.white:hover {
	color: #ffffff; 
	text-decoration: underline;
	font-family: Tahoma, Verdana, Arial, sans serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

p {
	font-family: Times, Georgia, serif;
	font-size: 16px;
	font-style: normal;
	text-align: left;
	color: black;
}
h1 {
	font-family: Tahoma, Verdana, Arial, sans serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #cf432a;
	margin-bottom: -15px;
}
h2 {
	font-family: Tahoma, Verdana, Arial, sans serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #cf432a;
	margin-bottom: -10px;
}
b {
	font-family: Tahoma, Verdana, Arial, sans serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-bottom: -10px;
}
.welcome {
	font-family: Times, Georgia, serif;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: black;
}
.footer {
	font-family: Tahoma, Verdana, Arial, sans serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: black;
}
.footerbold {
	font-family: Tahoma, Verdana, Arial, sans serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: black;
}
.footerwhite {
	font-family: Tahoma, Verdana, Arial, sans serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: white;
}
ul {
	list-style-type: circle;
	font-family: Times, Georgia, serif;
	font-size: 16px;
	font-style: normal;
	color: black;
}
ol {
	font-family: Times, Georgia, serif;
	font-size: 16px;
	font-style: normal;
	color: black;
}


.thumbnail {
	float: left;
	margin-right: 25px;
}

.thumbnailg img {
	margin: 0px 5px 5px 0px;
}

.thumbnailg:hover {
	background-color: transparent;
}

.thumbnailr {
	position: relative;
	z-index: 0;
	float: right;
	margin-left: 25px;
}

.thumbnailgb:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: -500px;
	left: 0px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

#lightbox{
	background-color: white;
	padding: 10px;
	border: 1px solid black;
	}
	
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
	
#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 

#overlay img{ border: none; }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	