img {
border: 0px none;
}

body	{	background-image: url(images/background.gif);
		font-family: 	Ariel, Helvetica, sans-serif;
		font-size: 		small;
		color: 			#666666;
}


#allcontent	{
	width:			800px;
	height:			100%;
	margin-left:	auto;
	margin-right:	auto;
    background-color: white;
	}
	
#top	{
	position:			fixed;
	}    
    
#nav	{
	width:				790px;
	height:				30px;
	text-decoration: 	none;
    padding-right: 		10px;
	text-align:			right;
	font-size: 			120%;
	line-height:        2em;
	background-image: url(images/navbar.gif);
	}
	
#submenu	{
	width:				790px;
	height:				30px;
	text-decoration: 	none;
    padding-left: 		10px;
	text-align:			left;
	font-size: 			110%;
	line-height:        2.5em;
	}	
	
	
#photo	{
	text-align:			left;
	margin-top:			0px;
	margin-left:		-80px;

	}

#greybar	{

	margin-top:			-3px;
	margin-left:		-80px;
	width:				800px;
	height:				20px;
	text-decoration: 	none;
	text-align:			left;
	font-size: 			100%;
	line-height:		1.25em;
	background-image: url(images/greybar.gif);
	}


#bottomnav	{
	width:				790px;
	text-decoration: 	none;
	padding-right: 		10px;
	text-align:			center;
	font-size: 			120%;
	line-height:		2em;
	background-color: 	#CCCCCC;
	background-repeat: 	repeat;
	}
	
#header	{
	height:			159px;
	}
	
#footer	{
	height:			117px;
	}

#menu	{
	width:			700px;
	padding-left:	80px;
	padding-right:	50px;
	}
	
#leftmenu	{
	width:			350px;
	padding-left:	0px;
	}
	
#rightmenu	{

	float:			right;
	margin-top:		0px;
	width:			350px;
	padding-right:	0px;
	}
						
p	{font-size: 		100%;
	text-indent:		0px;
	line-height:		1.5em;
	margin-right:		100px;
	}
	
ul	{list-style-type:	none;
	font-size: 			105%;
						}
						
hr	{margin-right:		100px;
	 color:				#CCCCCC;

	}
		
h1	{width:				700px;
	font-size: 			18px;
    font-family:        Ariel, Helvetica, sans-serif;
	text-align:			left;
	color:				#FF0000;
	}
	
h2	{font-size: 			100%;
	color: 					#3d2b89;
	}

h3	{font-size: 		100%;
	margin-left:		20px;
	margin-right:		100px;

	}

h4	{font-family: 		Ariel, Helvetica, sans-serif;
	font-size: 			small;
	font-style: 		italic;
	color: 				#FF0000;
	margin-left:		20px;
	margin-right:		100px;
	line-height:		1em;
	}
	
a:link {
	color: 	#000000;
	text-decoration: none;
	}

a:visited {
	color: #FF0000;
	text-decoration:none;
	}

a:hover {
	color: #000000;
	}

a:active {
	color: #white;
	}