﻿/* CSS layout */
#masthead {
	background-image: url('images/CMPR0407/Header1.gif');
	width: 775px;
	height: 59px;
	border-style: none none solid none;
	border-width: thin;
	border-color: #88ba2e;
}
#top_nav {
	z-index: 200;
}
#page_content {
	background-color: #FFFFFF;
	height: inherit;
	text-align: left;
}
#footer {
	background-color: #FFFFFF;
}
#wrapper {
	margin: 0px auto;
	text-align: left;
	border: 2px solid #88ab2e;
	width: 775px;
	height: auto;
	background-color: #FFFFFF;
}
#upperHomepage {
	background-image: none;
	width: 775px;
	height: 186px;
	border-style: none;
}
.standard_Page_text {
	margin: 4px 25px 4px 25px;
	font-family: Verdana;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
#top_space {
	position: relative;
	width: 770px;
	left: 0px;
	top: 0px;
	height: 25px;
}
#Client_space {
	visibility: visible;
	overflow: scroll;
	position: relative;
	width: 625px;
	height: 200px;
	top: 25px;
	left: 85px;
	right: 25px;
	z-index: 100;
	float: none;
}
body {
	background-color: #46545e;
	text-align: center;
	min-width: 775px;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	background-repeat: no-repeat;
}
a:active {
	color: #435776;
}
a:hover {
	color: #993366;
}
a:link {
	color: #515899;
}
a:visited {
	color: #666666;
}
h1 {
	font-family: Verdana;
	font-size: medium;
	color: #B9DD75;
	font-weight: bold;
}
ul {
	margin-left: 85px;
	margin-right: 25px;
	line-height: 1.3em;
}
.Header {
	font-size: 14px;
	color: #A8C166;
	font-family: Verdana;
	font-weight: bold;
}

