@charset "UTF-8";
#frame {
	position: relative;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#logo {
	position: relative;
	height: auto;
	width: 900px;
	background-color: #FFCF06;
	float: left;
}
#navigation {
	position: relative;
	height: auto;
	width: 900px;
	padding-top: 5px;
	float: left;
}
#body {
	position: relative;
	height: auto;
	width: 900px;
	padding-top: 30px;
	float: left;
}
#bodyLeft {
	position: relative;
	height: auto;
	width: 440px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
#bodyRight {
	position: relative;
	height: auto;
	width: 445px;
	float: left;
}
.copy {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: justify;
}
.copyHighlight {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: E0173C;
	font-weight: normal;
	text-align: justify;
}
.projectType {
	padding-left: 15px;
}
body {
background-color: #FFF;
background-image: url(bk.jpg);
background-repeat: repeat-x;
margin: 0;
padding: 0;
}
#transparency {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
.copyTitle {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
#copyright {
	position: relative;
	height: auto;
	width: 950px;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
}
.copyright {
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #999999;
}
.copyCredits {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-align: right;
}
.copyForm {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: left;
}
