body{
	background-color: #ededed;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
a{
	color: #737373;
	text-decoration: none;
}
a.selected{
	color: #f17303;
}
a:hover{
	color: #2b2a2a;
}
#page{
	width: 846px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	position: relative;
	z-index: 0;
}
#top_section{
	width: 846px;
	height: 45px;
	text-align: right;
}
#logo{
	position: absolute;
	left: 38px;
	z-index: 20;
}
#logo img{
	border: 0px;	
}
#navigation{
	position: relative;
	right: 0px;
	top: 25px;
	padding-bottom: 8px;
	border-bottom: 1px solid #c0c0c0;
	margin-right: 22px;
	margin-left: 172px;
}
#navigation a{
	font-size: 10px;
	margin-left: 22px;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
}
#main_section{
	width: 846px;
	position: relative;
	z-index: 10;
}
.fixed_456px{ height: 456px; }
#homepage_image{
	position: absolute;
	top: 0px;
	left: 0px;
}
#content{
	margin-left: 185px;
	margin-right: 296px;
	padding: 10px;
	line-height: 150%;
}
#content h2{
	font-weight: normal;
	margin-top: 38px;
}
#content_body{
	margin-top: 23px;
}
#content_navigation{
	position: absolute;
	left: 0px;
	top: 80px;
	width: 145px;
	text-align: right;
}
#content_navigation a{
	display: block;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
}
#content_navigation a.selected{
	color: #f17303;
}
#content_image {
	margin-right: 22px;
	margin-top: 90px;
	float: right;
	width: 246px;
	text-align: center;
	color: #7c7c7c;
}
#content_image img {
	border: 0px;
	width: 246px;
}
#footer{
	clear: both;
	color: #7c7c7c;
	font-size: 9px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.error_message		{ border:2px solid #d92c2c; padding:10px; background-color:#ffe9eb; margin-bottom:15px }
.info_message		{ border:2px solid #009e00; padding:10px; background-color:#edffee; margin-bottom:15px }
.warning_message		{ border:2px solid #ea801c; padding:10px; background-color:#ffffcc; margin-bottom:15px }
.confirm_message	{ border:2px solid #ea801c; padding:10px; background-color:#ffffcc; margin-bottom:15px }

/** Project styles **/
.projectControls {
	float: left;
	position: relative;
	left: 50%;
	text-align: left;
	padding-top: 10px;
}
.projectControls select {
   	float: left;
   	position: relative;
   	top: 4px;
   	left: -50%;
   	margin-right: 10px;
}
.projectControls a {
	display: block;
   	float: left;
   	position: relative;
   	left: -50%;
   	height: 24px;
   	width: 24px;
   	background-color: #8b8a8a;
   	color: white;
   	margin: 3px;
   	line-height: 24px;
   	font-size: 11px;
   	cursor: pointer;
  	padding-left: 0px;
  	padding-right: 0px;
}