	BODY {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background-color:#444;
		color:#000000;font-size:10pt
	}
	
	#container {
		width: 90%;
		margin: 10px auto;
		background-color:#000;
		color: #fff;
		border: 1px solid gray;
		
	}


	#TitleArea {
		border-style:none none solid none; 
		border-width:0 0 3px 0; 
		border-color:#666;
		text-align:left;
	}


	#LeftPane { 
		width:200px;
		float:left; 
		display:inline;
		margin: 0;
		padding: 4px;
		overflow:hidden;
	}

	#content {
		padding:5px;
		margin-left: 200px;
		border-left: 2px solid #666; 
		min-height:500px;
		text-align:left;
	}



	#content A {
		color:#fff;
		font-style:italic;
		font-weight:bold;
	}

	#content A:link { color:#fff;text-decoration:none;}
	#content A:visited { color:#fff;text-decoration:none; }
	#content A:active { color:#000000;text-decoration:none; }
	#content A:hover { color:#9E40b0;text-decoration:underline; }

	#content h1 {
		margin: 0 0 0.5em 0; 
		
		font-size:18pt;
		font-weight:normal;
		color: #a0a000;

		border-color:#cccccc;
		border-width:0 0 1px 0;	
		border-bottom:solid 1px #1111dd	
	}


	#content h2 {
		margin: 1em 0 0.5em 0; 
		
		font-size:14pt;
		font-weight:normal;
		color: #9E40b0;

		border-style:none none dashed none;
		border-color:#cccccc;
		border-width:0 0 1px 0;
	}


	#content h3 {
		font-size:12pt;
		font-weight:Normal;
		color:#7E2090;
		text-decoration: underline;
		
	}

	#content .homepageimage {
		margin: 2em 0 0 0;
		text-align:center;		
	}
	


	#footer {
		clear: both;
		margin: 0;
		padding: 0.5em;
		color: #333;
		background-color: #ddd;
		border-top: 1px solid #fff;
		text-align:left;
	}

	#footer P {
		padding:0; 
		margin:0; 
	}

	ul#navlist  
	{       
			list-style-type: none; 
			padding: 0;
			margin: 0;
		}
	
	ul#navlist li a
	{
	    color: #fff;
	}
	
	ul#navlist li a.selected  {
		font-weight:bold;
		color:#9E40b0;
	}
	
	ul#navlist li a {
			font-size:11pt;
			float:left;
			width: 170px;
			height:1em;
			padding: 5px 1px 4px 20px;
			text-decoration: none;
			border-bottom: 1px solid #999;
	}


	ul#navlist li a:hover {
			color: #9E40b0;
			border-bottom: 1px solid #3333ff;
		}




	IMG { Border:0px; }

	span.image IMG { border:1px solid #fff; }

	span.image .caption {  
		text-align:center;
		font-size: 80%;
		margin: 1em 0;
		

	}	
	
#content A.Gallery {
	font-style:normal;
	font-size:0.75em;
	font-weight:Normal;
	Width:325px;
	height:90px;
	background-color:#333;
	float:left;
	border:solid 1px #666;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	text-decoration: none;
	overflow:hidden;
}


#content A.Gallery:hover 
{
	font-style:normal;
	background-color:#111;
	text-decoration: none;
}

#content A.Gallery SPAN.Title {
	margin: 0em 0 0em 0; 
	font-weight:Normal;
	color: #9E40b0;
	border-style:none none dashed none;
	border-color:#cccccc;
	border-width:0 0 1px 0;
	text-decoration: none;
	display:block;
	width:auto;
}

#content A.Gallery SPAN.Description {
    Clear:right;
}

SPAN.FormElement
{
    width:100%;
    display:block;
    border-bottom:solid 1px #ccc;
    padding-bottom:1px;        
}

SPAN.FormField  
{
    display:block;
    width:auto;
    margin-left:200px;
}


SPAN.FormLabel 
{
    float:left;
    width :200px;
    display:block;
}

#content P:first-letter { font-size:20px; }
#content H1:first-letter { font-size:40px; }
