@charset "UTF-8";
/* CSS Document */

/* HTML Tags */
html,body {
	margin: 0;
	padding: 0;
	/*height: 100%;*/ /* needed for container min-height */
	background-color: #9b0000;
}	

div {
	display: block;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	/*behavior: url("pngbehavior.htc");*/
}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}

table {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

td {
	height: 20px;
}

a {
	color: #bfbfbf; 
	font-weight: bold; 
	text-decoration: none; 
}

a:hover {
	color: #9b0000; 
}

p {
	
}

strong {
	font-weight: bold;
	color: #FFFFFF;
}

/* font styles */
.basic_font {
	font-family: 'Lucida Grande', 'Verdana', sans-serif;
	line-height: 60px;
}

.mainnav { 
	font-size: 18px; 
	color: #bfbfbf; 
	font-weight: bold; 
}

.title { 
	font-size: 14px; 
	color: #9b0000; 
}

.title a {
	color: #9b0000;
	text-decoration: none;
}

.title a:hover {
	color: #bfbfbf;
	text-decoration: none;
}

.content { 
	font-size: 30px;
	color: #8b8b8b;
	font-weight: lighter;
}

.content a {
	color: #FFFFCC;
	text-decoration: none;
}

.content a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

.content2 {
		font-size: 14px;
		color: #8b8b8b;
		line-height: 26px;
}

.content2 a {
	color: #FFFFCC;
	text-decoration: none;
}

.content2 a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

.subhead {
	font-size: 23px; 
	color: #9b0000; 
}

.subhead2 {
	font-weight: bold;
	color: #FFFFFF; 
}


/* layout */
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 0 0 0; /* center, not in IE5 */
	width: 100%;
	height:100%; /* IE6: treaded as min-height*/
	overflow: auto;
}

#content {
	position: relative;
	margin: 80px 80px 20px 80px;
	padding: 80px 80px 80px 80px;
	background-color: #000000;
	float: left;
}

#title {
	position: relative;
}

#column {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#flashcontent {
	position: relative;
	width: 730px;
	height: 540px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 60px;
	left: 135px;
	background-color: #444444;
}

#footer {
	position: relative;
	margin:  0 80px 80px 80px;
	padding: 10px 80px 10px 80px;
	float: left;
	font-size: 10px;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #000000;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}