body {
	background-color: #dbe1e1;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #9d9d9d;
	text-decoration: none;
	font-weight: lighter;



}
.greyhighlight {
	color: #7b7b7b;
}
.greenhighlight {
	color: #acc000;
}
.orangehighlight {
	color: #de6200;
}
.bluehighlight {
	color: #437f91;
}
.darkgreyhighlight {
	color: #2e2e2e;
}

#site {
	width: 100%;
}
h2 {
	font-size: 20px;
	font-weight: normal;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;

}
#col1 {
	width: 490px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfdfdf;
}
.outline {
	border: 1px solid #CCCCCC;
	padding: 8px;
}

#subcontent {
	background-color: #FFFFFF;
	overflow: auto;
	padding-bottom: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;


}
li {
	list-style-type: circle;
}

#logohead {
	height: 64px;
	margin-top: 20px;
	width: 900px;
}
#flash {
	width: 900px;
}
#subcontentin {
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	overflow: auto;

}
#col2 {
	float: left;
	width: 300px;
	margin-left: 30px;
}
#col2in {

}
#col1in {
	margin-right: 60px;
}
#footer {
	background-color: #555959;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100px;
	width: 900px;
	padding-top: 20px;


}
#footerin {
	text-align: right;
	margin-right: 25px;


}
h1 {
	font-size: 55px;
	font-weight: lighter;
	color: #a9be00;
	text-decoration: none;
}
#copyright {
	line-height: 20px;
	height: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #5e5e5e;
	padding-right: 30px;
	font-size: 11px;
	text-align: right;

}
