html, body
{
	width:100%;
	height:100%;
}

body {
	background-color:	#ffffff;
	margin-top:			0px;
	color:				#ffffff;
	font-size:			12px;
	font-family:		Verdana;
	margin:0;
	padding:0;
}

body a {
	color:				#ffffff;
	text-decoration:	none;
}

body a:hover{
	color:				#ffffff;
	text-decoration:	underline;
}

#sitecontainer	{
	position:		    absolute;
	width:			    800px;
	left:				50%;
	margin-left:		-400px;	
	height:auto;	
  	min-height:100%;	
	background-image: url(../img/sitebg.gif);
	background-repeat:repeat-y;
}

#header	{
	float:left;
	width:			    800px;
	height:		      	110px;
	top:				0px;
	left:				0px;
	background:			#f88e20;		
}

#menu	{
	float:left;
	width:			    240px;
	height:				auto;
	background:			#005157;
}

#menu ul	{
	list-style-type:	disc;
	color: 				#F78E1F;
	margin-top:			10px;
}

#menu li	{
	display:			list-item;
	cursor:				pointer;
	font-size:			14px;
	font-family:		verdana;
	font-weight:		bold;
	padding-top:		6px;
	padding-bottom:		6px;
}	

#menu ul ul 
{
	margin-top:0px;
	margin-bottom:-10px;
	margin-left:20px;
	
}

#menu ul ul li
{
	list-style-type:none;
	font-weight:normal;
	font-size:12px;
	margin-bottom:0px;
	margin-top:0px;
	line-height:12px;
	margin-left:0px;
	padding-left:0px;		
}

#menu ul ul li a
{
	color: #008e98;
}

.pseudolink
{
	color: #fff;
	
}

.pseudolink:hover
{
	text-decoration:underline;
}

#main {
	float:				left;
	width:			    501px;
	height:				auto;
	background-color:			#083D41;
}

#maintext {
	float:left;
	width:				450px;
	height:				auto;
	padding-top:10px;
	padding-left:20px;
	background:			transparant;
}

#right {
	float:				right;
	width:			    59px;
	height:				auto;
	background:			#f78e1f;
	z-index:			11;
}

#main h1 {
	color:				#008E98;
	font-weight:		bold;
	font-family:		verdana;
	font-size:			20px;
}

#maintext a:link {
	color:#fff;
	text-decoration:none;
}
#maintext a:visited {
	color:#fff;
	text-decoration:none;
}
#maintext a:hover {
	color:#fff;
	text-decoration:underline;
}
#maintext a:active {
	color:#fff;
}  

