/* layout and text */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	background: url(images/background.jpg) repeat-y;
}
#headerleft {
	height: 74px;
	width: 281px;
	margin-top: 8px;
	text-align: left;
	display: inline;
	float: left;
	overflow: hidden;
}
#headerright {
	width: 419px;
	height: 37px;
	margin-top: 45px;
	text-align: right;
	float: left;
	display: inline;
	font-size: small;
	overflow: hidden;
	background-color: #FF9933;
}
#headerright p {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	margin-right: 8px;
}
#headerright a:link {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
#headerright a:visited {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;	
}
#headerright a:active {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
#headerright a:hover {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: underline;
}
#topwide {
	background-color: #FFFFFF;
	width: 700px;
	height: 100px;
	overflow: hidden;
	text-align: left;
	margin-top: 8px;
	overflow: hidden;
}
#mainlayout {
	width: 700px;
	margin: 8px 8px 8px 50px;
	background: #FFFFFF;
	overflow: hidden;
}
#mainnav {
	background-color: #009966;
	width: 160px;
	float: left;
	text-align: center;
	display: inline;
	padding-bottom: 8px;
	margin-right: 8px;
	margin-top: 8px;
	overflow: hidden;
}
#mainnav p {
	color: #FFFFFF;
	font-size: small;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px dotted #FFFFFF;
	margin: 8px 8px 8px 8px;
	padding-bottom: 8px;
	line-height: 110%;
}
#mainnav a:link {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
#mainnav a:visited {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;	
}
#mainnav a:active {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
#mainnav a:hover {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	margin-top: 8px;
	background-color: #FFFFFF;
	width: 420px;
	text-align: left;
	float: left;
	height: auto;
	display: inline;
	overflow: hidden;
}
#content h1 {
	margin-left: 16px;
	margin-top: 10px;
	margin-right: 10px;
	font-size: large;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content h2 {
	margin-left: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	line-height: 90%;
}
#content h3 {
	margin-left: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#content p {
	margin-left: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
#content a:link {
	color: #009966;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
#content a:visited {
	color: ##993366;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
#content a:active {
	color: #009966;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
#content a:hover {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: underline;
}
#content p.mission {
	border: 1px solid #009966;
	font-style: italic;
	margin-left: 0px;
	padding-left: 24px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#content p.profile {
	margin-left: 12px;
	margin-right: 8px;
	color: #FFFFFF;
}
#content h2.profile {
	margin-left: 12px;
	margin-right: 8px;
	color: #FFFFFF;
}
#content ul {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	list-style: disc outside;
}
#newsbar {
	width: 112px;
	float: left;
	text-align: left;
	margin-top: 8px;
	background-color: #993366;
	overflow: hidden;
}
#newsbar p {
	color: #FFFFFF;
	font-size: small;
	margin: 10px 10px 10px 10px;
	line-height: 120%;
}
#newsbar a:link {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: underline;
}
#newsbar a:visited {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: underline;
}
#newsbar a:active {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: underline;
}
#newsbar a:hover {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
#support_left {
	background-color: #993366;
	width: 160px;
	float: left;
	height: 100px;
	margin-top: 8px;
	overflow: hidden;
}
#support_right {
	background-color: #FF9933;
	width: 532px;
	margin-left: 8px;
	float: left;
	height: 100px;
	text-align: center;
	overflow: hidden;
	margin-top: 8px;
}
#support_right p {
	color: #FFFFFF;
	font-size: small;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 8px 8px 20px 8px;
}
#support_right a:link {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
#support_right a:active {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
#support_right a:visited {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
#support_right a:hover {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: underline;
}
#credits_left {
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	width: 160px;
	margin: 0px 0px 0px 0px;
	height: auto;
	font-size: x-small;
	overflow: hidden;
}
#credits_right {
	background-color: #FFFFFF;
	text-align: right;
	float: left;
	width: 540px;
	margin: 0px 0px 0px 0px;
	height: auto;
	font-size: x-small;
	overflow: hidden;
}
.leftwrap {
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	vertical-align: top;
}
.rightwrap {
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
	vertical-align: top;
}
.clear {
	clear:both; 
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px; 
	line-height:0px;
}