body, h1, h2
{
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background: #A6A6A6;
	color: #00487D;
}

h1{
	font-weight: normal;
 	font-size: 22px;
	color: #990000;
	background: #FFFFFF;

}

/* space around images i think - not sure if this does anything*/
img
{
	padding: 5px;

}

a
{
	text-decoration: underline;
	color: #990000;
}

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


#centrecontainer
{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: 0px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 5px;
	color: #fff;
	}

#container    
{
	padding: 10px;
	margin: 0px;
	background: #FFFFFF; 
	border: 0px solid #FFF;
	width: 800px;
	height: 500px;
}

#containerleft
{
line-height: 120%;
	float: left;
	width: 120px;
	height: 480px;
	/*border-right: 1px solid #BFCCCC;*/
	border-right: 1px dotted #FF5C00;
	padding: 10px;
}

#containerleft a
{
	text-decoration: none;
	color: #fff;
}

#containerleft a:hover
{
	text-decoration: none;
color: #FF5C00;	
}



#containerright
{
	float: left;
	width: 620px;
	height: 480px;
	background: #2DC6D6;
	color: #fff;

	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 18px;
	padding-bottom: 5px;
	width: 100%;
	/* Below is the little horizontal line underneath the headings */
	border-bottom: 1px dotted #FF5C00;
	letter-spacing: 1px;
}

#footer
{
	width: 800px;
	height: 28px;
	text-align: center;
	color: #fff;
	font-size: 12px;

}

#footer a
{
	text-decoration: none;
	color: #fff;
	font-size: 12px;

}

.navlist
{

	padding-left: 0;
	margin-left: 0;
	width: 130px;
}

.navlist li
{
font-weight: bold;
	list-style: none;
	margin: 10px;
	padding: 2px 0px;
	/*border-bottom: 1px solid #BFCCCC;*/
	border-bottom: 1px dotted #FF5C00;
	}

.navlist li:hover {
	color: #FF5C00;
	/*background-color: #BFCCCC;*/
	/* font-weight: bold; */
	
}


.navlist li a
{
	color: #FF5C00;
	text-decoration: none;
	}
