/* CSS Document */
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #383838;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	vertical-align:middle;
	width: 773px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #CC0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.credits {
	color: #666666;
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
}
.main_heading {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.normal {
	font-size: 13px
}
.normal_white {
	font-size: 13px;
	color: #FFFFFF;
}
.normal_white_bold {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.script_warn {
	color: #CC6600;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}
.sub_heading {
	font-size: 14px;
	font-weight: bold;
}
.sub_heading_white {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#bio {
	clear: right;
}
#flashcontent {
	position: absolute;
	visibility: visible;
	width: 765px;
	height: 20px;
	z-index: 500;
}
#flashcontent2 {
	z-index: 10;
}
#flashdetect {
	position: absolute;
	visibility: visible;
	z-index: 40;
	text-align: center;
	margin-top: 10%;
	width: 230px;
	margin-left: 110px;
}
#menu {
	z-index: 500;
}
#photo {
	position: relative;
	clear: both;
	float: left;
	padding-right: 6px;
	border: 0;
	padding-top: 3px;
}
#photo2 {
	position: relative;
	clear: both;
	float: right;
	border: 0;
	padding-left: 6px;
	padding-top: 3px;
}
#quicksearch {
	position: absolute;
	visibility: visible;
	width: 100%;
	height: 20px;
	z-index: 50;
	left: 0;
	top: 0;
}
