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

/* HTML Tags */
html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background-color: #FFFFFF;
	background-image: url('../img/bg_ext.gif');
	background-repeat: repeat-x;
}	

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 */
	width: 100%;	
	height:100%; /* IE6: treaded as min-height*/
}

#content {
	position: relative;
	width: 1000px;
	height: 800px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('../img/bg.gif');
	background-repeat: no-repeat;
}

#flashcontent {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #444444;
}

#footer {
	position:absolute;
	width:1000px;
	height: 50px;
	bottom: 0; /* stick to bottom */
	text-align: center;f
	/*background-image: url('../img/grass.gif');*/
	/*background-repeat: no-repeat;*/
}