/*  main formatting	*/

#container
{	
	width:100%;
	height:100%;
	overflow:visible;

	margin:0px auto;
	padding:0px 0px 0px 0px;
}

.outercontainer
{	
	width:100%;
	height:100%;
	overflow:visible;

	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.sitecontainer
{	
	width:100%;
	height:400px;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.content
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:700px;
	height:600px;
	overflow:visible;
	position:relative;
	top:-75px;
}

.shadowtop
{
	background-image:url(images/topshadow.gif);
	filter:alpha(opacity=50); 
	opacity: 0.50;
	height:19px;
}

.shadowbottom
{
	background-image:url(images/bottomshadow.gif);
	filter:alpha(opacity=50); 
	opacity: 0.50;
	height:19px;
}

.logo
{	
	margin:0px;
	padding:0px;
	float:left;
}

.tag		
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
	bottom:15px;
}

p.sitemap		
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:12px;
}

/*  navigation	*/

.navcontainer		
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:13px;
	text-align:right;
}

#nav ul 
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav li 
{
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 8px;
}

a.nav, a.nav:link, a.nav:visited, a.nav:active 
{
	text-decoration: none;
	color: #000000;
	font-size:10px;
	font-weight:bold;
}

a.nav:hover 
{
	text-decoration:underline;
	color: #028994;
	font-size:10px;
	font-weight:bold;
}

.selected 
{
	font-weight: normal;
	font-size:10px;
	font-weight:bold;
}

a.navselected 
{
	color: #028994;
	font-size:10px;
	font-weight:bold;
}

/*  header	*/

.headercontainer
{	
	width:700px;
	height:73px;
	margin:0px;
	padding:0px;
}

/*  home content	*/

.homecontainer
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:700px;
	height:360px;
	overflow:visible;
	position:relative;
	top:20px;
	border:1px dashed #000000;
}

/*  content	*/

.contentcontainer
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:700px;
	height:360px;
	overflow:visible;
	position:relative;
	top:20px;
	border:1px dashed #000000;
	background-image:url(images/contentback_teal.gif);
	background-repeat:no-repeat;
	text-align:left;
}

.maincontent		
{
	height:320px;
	width:475px;
	position:relative;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	top:20px;
	left:20px;
	text-align:left;
	overflow:auto;
}

/*  footer	*/

.footercontainer
{	
	width:700px;
	height:73px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	overflow:visible;
	top:55px;
	text-align:left;
}

.footerleft
{	
	margin:0px;
	padding:0px;
	overflow:visible;
	float:left;
}

.footerright
{	
	margin:0px;
	padding:0px;
	overflow:visible;
	float:right;
	text-align:right;
}

/*  forms	*/

.label
{
	height:2.2em;
}

input, textarea
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	border:1px solid #999999;
	width:auto;
}