@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #e1e9f0;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	text-align: center;
}
h2 {
	font-weight: normal;
	text-align: right;
}
h6 {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 16px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#grad {
	float: left;
	width: 100%;
	background-image: url(images/gradSlice.jpg);
	background-repeat: repeat-x;
	background-color: #91a8bf;
}
#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#inner {
	float: left;
	width: 900px;
}
#header {
	float: left;
	width: 900px;
	margin-top: 35px;
	height: 170px;
}
#nav {
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	float: left;
	width: 900px;
	margin-bottom: 30px;
}
#nav a {
	color: #333333;
	text-decoration: none;
}
#nav a:hover {
	color: #999999;
}
#home_sidebar {
	float: left;
	width: 296px;
	margin-left: 80px;
	margin-bottom: 40px;
}
#home_sidebarBox
 {
	float: left;
	width: 230px;
	background-color: #e1e9f0;
	padding-right: 25px;
	padding-left: 35px;
	margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 20px;
	border: 3px solid #CCCCCC;
}
#proposals {
	text-align: right;
	padding-left: 150px;
}
#home_main {
	float: right;
	width: 450px;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: left;
}
#footer {
	font-size: 10px;
	color: #000000;
	text-align: center;
	width: 100%;
	clear: both;
	background-color: #e1e9f0;
	height: 50%;
	background-image: url(images/footerbg.png);
	padding-top: 20px;
	padding-bottom: 15px;
}
.sidebarH1 {
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 10px;
}
.sidebarH2 {
	font-size: 14px;
}
.leftcolumn {
	float: left;
	width: 200px;
	padding-left: 25px;
	background-color: #E7EEF4;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}
.mainColumn {
	float: right;
	width: 520px;
	padding-right: 20px;
	text-align: left;
}
.whtline {
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.leftColLrg {
	float: left;
	width: 340px;
	padding-left: 50px;
}

