/* CSS Document */

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

/* HTML Tags */
html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #000000;
}	

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: #f26522; 
	font-weight: bold; 
	text-decoration: none; 
}

a:hover {
	color: #800b0c; 
}

/* font styles */

.basic_font {
	font-family: 'Lucida Grande', 'Verdana', sans-serif;
	line-height: 20px;
}

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

.title { 
	font-size: 18px; 
	color: #8f8f8f; 
}

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

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

.content { 
	font-size: 10px; 
	color: #50545b; 
	font-weight: normal;
}

/* layout */
#container {
	position:relative; /* needed for footer positioning*/
	margin: 0 0 0 0; /* center, not in IE5 */
	padding: 0 0 0 0;
}

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

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