/* CSS Document */

BODY {
	background-color: #000000;
	color: #c0c0cc0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Tahoma, sans-serif;
	text-align: center;
}

#content {
	width: 780px; 
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #000000;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 780px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 750px;
}

html>body #content {
	width: 750px; /* ie5win fudge ends */
}


P {
	color: #D0D0D0;
	font-size: 10pt;
	text-align: left;
	line-height: 140%;
	margin: 0px 0px 10px 0px;
}


DIV {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.error {
	font-size : 10pt;
	font-weight : bold;
	font-family : sans-serif;
	line-height : 16px;
	margin : 5px 5px 5px 5px;
	top: 10px;
	color: White;
	border: 4px ridge Silver;
	background-color: #820000;
	padding: 5px 5px 5px 25px;
}

.response {
	font-size : 10pt;
	font-weight : bold;
	font-family : sans-serif;
	line-height : 16px;
	margin : 5px 5px 5px 5px;
	top: 10px;
	color: Black;
	border: 6px ridge #9F9FFF;
	background-color: #F0F0FF;
	padding: 5px 5px 5px 25px;
}

.debug {
	font-size : 10pt;
	font-weight : bold;
	font-family : courier-new, monospace;
	line-height : 16px;
	margin : 5px 5px 5px 5px;
	top: 10px;
	color: #C0C0C0;
	border: 6px ridge #808080;
	background-color: #404040;
	padding: 5px 10px 5px 10px;
}

li.messages {
	padding-bottom: 5px;
}

.footer {
	color: #BB1020;
	font-size: 7pt;
	text-align: center;
	margin: 15px 0px 0px 0px;
	padding: 5px 5px 5px 5px;	
	
	border-top: 1px solid #BB1020;
}

.footer a:link, .footer a:visited {
	color: #999999;
	text-decoration:none;
}
.footer a:hover, .footer a:active{
	color: #FFFFFF;
	text-decoration:none;
}

.navigation {
	margin: 20px 0px 5px 0px;
}
.navigation a {
	font-size: 14px;
	padding: 0px 12px 0px 12px;
}
.navigation a:link, .navigation a:visited {
	color: #BB1020;
	text-decoration: none;
}
.navigation a:hover, .navigation a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#bio {
	background-color: #000000;
	border: 0px;
	text-align: justify;
	font-size: 16px;
	letter-spacing: 150%;
	font-family: "Eras Medium ITC", "Century Gothic", Verdana, sans-serif;
	color: #FFFFFF;
}

.instructions {
	text-align: center;
	font-size: 16px;
	font-family: "Eras Medium ITC", "Century Gothic", Verdana, sans-serif;
	color: #FFFFFF;
	margin-bottom: 30px;
}

table.testimonial {
	margin: 20px 20px 20px 20px;
}

p.title {
	color: #991020;
	font-size: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

p.quote {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

a.video_link {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
a.video_link:link, a.video_link:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.video_link:hover, a.video_link:active {
	color: #FFFF66;
	text-decoration:none;
}

input, textarea {
	border: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
}

td {
	color: #FFFFFF;
	font-size: 9pt;
}

.instructions a:link, .instructions a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.instructions a:hover, .instructions a:active {
	color: #FFFF66;
	text-decoration: none;
}

img.gallery_image {
	border: 1px solid #992010;
	margin: 10px 0px 10px 0px;
}
img.gallery_thumbnail {
	margin: 10px 10px 10px 10px;
}

a.gallery:link img, a.gallery:visited img {
	border: 1px solid #992010;
}
a.gallery:hover img, a.gallery:active img{
	border: 1px solid White;
}

