@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #000000;
}

p {
	margin: 20px;
	padding: 0;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

#container {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #222222;
} 
#header {
	padding: 0px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	visibility: hidden;
	display: none;
}
#sidebar1 ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#sidebar1 li {
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 6px;
}
#sidebar1 li h2 {
	color: #999999;
	font-size: 14px;
	line-height: 16px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar1 .select {
	color: #FFCC33;
}


.link1 a#link1, 
.link2 a#link2, 
.link3 a#link3, 
.link4 a#link4,
.link5 a#link5,
.link6 a#link6,
.link7 a#link7,
.link8 a#link8,
.link9 a#link9,
.link10 a#link10,
.link11 a#link11
{
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
}

.white {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.white:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}


a.grey:link {
	color: #999999;
	text-decoration: none;
}
a.grey:hover {
	color: #999999;
	text-decoration: none;
}
a.grey:visited {
	color: #999999;
	text-decoration: none;
}

#mainContent {
	margin: 0;
	padding: 0;
} 

#mainContent h1 {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	padding: 0;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
}

#mainContent h2 {
	margin: 20px;
	padding: 0;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
}
#mainContent h3 {
	margin: 20px;
	padding: 0;
	color: #834A22;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
}
#mainContent #biopics {
	width: 400px;
	float: left;
}
#biopics ul {
	padding: 0px;
	margin-top: 24px;
	margin-right: 12px;
	float: left;
}
#biopics img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#biopics  .description {
	float: right;
}
#biopics li {
	display: inline;
	padding-right: 8px;
}
#mainContent #biopics li a:link, #mainContent  #biopics li  a:visited {
	text-decoration: none;
}
#mainContent #biopics li a:hover {
	text-decoration: none;
}
#mainContent #flashbox {
	height: 375px;
	width: 695px;
}
#mainContent #copybox {
	min-height: 375px;
	_height: 375px;
	width: 695px;
	background-color: #FFFFFF;
	padding: 20px;
}
.label {
	font-size: 12px;
	text-transform: uppercase;
}
#footer {
	background-color: #000000;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
} 
input {
	background-color: #eeeeee;
	padding: 2px;
	margin: 2px;
	border: 1px solid #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
#footer p {
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer #controls {
	float: right;
	width: 300px;
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 12px;
	text-align: right;
}

#footer a:link {
	color: #666666;
	text-decoration: none;
}

#footer a:hover  {
	color: #FFCC33;
	text-decoration: none;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.quote {
	color: #834a22;
	padding-left: 50px;
	font-size: 90%;
	font-weight: bold;
}

#description {
	float: left;
	width: 260px;
	color: #CCCCCC;
	margin-top: 24px;
	font-size: 12px;
	line-height: 16px;
}
.brown_heading {
	margin: 0;
	padding: 0;
	color: #834A22;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
}
.padding10bottom {
	padding-bottom: 10px;
}
.padding15right {
	padding-right: 15px;
}
.padding10left {
	padding-left: 10px;
}
