body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
}
#blurb {
	padding: 0px 5px 0px 5px;
	font-size: 11px;
}
#blurb p {
	padding: 0px;
	text-align: justify;
}
#blurb a:link, #blurb a:visited {
	text-decoration: underline;
	color: #7f7f7f;
}
#blurb a:hover, #blurb a:active {
	text-decoration: none;
	color: #7f7f7f;
}
.logo-div {
	border-right: 3px solid #000000;
}
.red-text {
	color: #FF0000;
	font-weight: bold;
}
#content .left-col {
	float: left; 
	width: 470px;
}
#content .right-col {
	float: right; 
	background-color: #efefef; 
	border: 1px solid #ee2d25; 
	color: #666; 
	width: 250px; 
	margin: 10px;
	text-align: left;
}
#content .right-col h3 {
	background-color: #ee2d25; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 14px; 
	margin: 0px; 
	padding: 5px; 
	padding-bottom: 3px;
}
#content .right-col h4 {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	margin: 0;
}
#content .right-col p {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#content .right-col a:link, #content .right-col a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #666;
}
#content .right-col a:hover, #content .right-col a:active {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
#content h1 {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 2px;
	margin: 2px;
}
#content h2 {
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	margin: 2px;
}
#content p {
	padding: 4px;
	margin: 2px;
	text-align: justify;
}
#content a:link, #content a:visited {
	text-decoration: underline;
	color: #ee2d25;
}
#content a:hover, #content a:active {
	text-decoration: none;
	color: #666;
}
#form-border {
	font-size: 11px;
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #666;
}
select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #666;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #666;
}
div.thumb {
	width: 140px;
	margin: 5px;
	height: 145px;
	float: left;
	text-align: center;
	font-size: 11px;
}
div.spacer {
	clear: both;
}
.img-border {
	border: 1px solid #7f7f7f;
}
#navigation {
	font-size: 12px;
	text-align: right;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	padding-bottom: 5px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	padding: 5px 15px 5px 15px;
	font-weight: bold;
	font-size: 11px;
	color: #ee2d25;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
