body 	{	  
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 12px; 
	color: #333333; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FEFEFE;
	}
	
div {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a:link 	{
	color: #6E6E77; 
	text-decoration: none
	}
a:visited
	{
	color: #6E6E77; 
	text-decoration: none 
	}
a:hover {
	color: #CCCCDD; 
	text-decoration: none; 
	}
h1 	{font-size: 15px; 
	font-weight: normal; 
	margin: 0 0 12px 0;}
h2 	{
	font-size: 11px;
	line-height: 12px;
	margin:0px;
	padding:0px;
	float:left;
	clear:left;
	}
p 	{  	
	margin: 0 0 0 0; 
	line-height: 12px;
	padding: 0 0 12px 12px;
	float:left;
	width: 160px;
	}
strong 	{
	font-weight: bolder
	}
li	{ 
	list-style-type: none; 
	margin: 0 3px 0 0; 
	padding: 0 0 0 0; 
	text-indent: 0px;
	display: inline;
	float:left;
	clear:none;
	}
ul	{
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
	text-indent: 0px;
	float: left;
	}
	

	
#maincontent ul	
	{
	width: 160px;
	float: left;
	padding: 0 0 12px 12px; 
	}
#project_image ul {	
	margin: 0 0 0 5px;
	}
#maincontent h2
	{
	width: 42px;
	margin: 0 0 10px 0;
	}
	
.project_name em
	{
	margin: -12px 0 0 54px;
	width: 170px;
	float: left;
	clear:none;
	font-weight: normal;
	}

#header {
	position:absolute;
	top:0px;
	left:0px;
	margin: 24px;
	padding: 0px;
	}
	
#links {
	position:absolute;
	top:0px;
	left:0px;
	margin: 48px 48px 0px 24px;
	}
.top_level_navigation 
	{
	float: left;
	clear: right;
	margin: 0 0 10px 0;
	}
.project_navigation 
	{
	float:left;
	clear: both;
	margin: 0 0 0 0;
	}
#links h2
	{
	display:none;
	}

#maincontent	
	{
	margin: 0px 12px 0px 0px;
	padding: 0px;
	width: 230px;
	float: left;
	clear: left;
	}


#project_image 
	{
	width:492px;
	margin: 0px 0px 0px 12px;
	float: left;
	}
#project_image h2
	{
	
	}
	
.main_project_image
	{ 
	width:492px; 
	height:328px;
	border-color: #333333; 
	border-style: solid; 
	border-width: 1px;
	clear:both;
	}
.selected
	{
	font-weight: bold;
	}

em 
{	
	font-style: normal;
	display: inline; 
	width:100px; 
	float:left;
}

#pagebody{ 	
		position:absolute;
		top: 94px;
		left:0px;
		float:left;
		margin-left: 24px;
		}
#page{ 	}

/* Forms */
	
	input, textarea {
			float:left;
			
			border: none;
			background-color: #CCCCCC;
			color: #515151;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px;
			margin: 0 0 10px 0;
			padding: 0px 0px 1px 2px;
			width: 130px;
			}
	textarea	{
			height: 110px;
			font-size: 11px;
			}
	
	label 		{
			float:left; 
			
			width: 68px;
			margin: 0 0 10px 0;
			}
	
	fieldset	{
			float: left;
			margin: 0px;
	  		width: 218px;
  			border: none;
  			}
  	legend 		{margin: 0px 0px 12px 0px;
  			padding: 0px;
  			font-weight:bold}
  	
  	form		{margin: 0px; 
  			padding 0px; 
  			width:218px;
  			float: left;}
  			
	.submit { width: 60px; border-style: solid; border-color: #CCCCCC ;border-width: 1px;}
