html,
body {
	font: 0.9em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #333;
}
a {
	text-decoration: none;
}

.columnview a {
color:#FFFFFF;
}

#headerImage {
	margin: -15px 0 0;
	border-style:none;
}

textarea {
	height: 250px;
}
.textWrapper input[type=text],
.greenBox input[type=text] {
	width: 100%;
}
.columnwhitetext {

	font: 0.9em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
h1 {
	padding: 0 0 5px;
    font: 1.5em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #6ca219;
	margin-top: 5px;
}

h2 {
	padding: 0 0 5px;
    font: 1.5em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border-bottom: 1px solid #fff;
	margin-top: 5px;
}
#layoutWrapper {
	width: 900px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
#header {
	border-bottom: 1px solid black;
	height: 149px;
}
.logo {
	position: absolute;
	right: 0;
	top: 0;
}

.columnview {
	float:right;
	padding: 15px;
	margin: 0;
	color:#FFFFFF;
	position:absolute;
	bottom: -10px;
	right: 10px;
}
#columntitle {
	font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding: 5px;
	border-bottom:solid;
	color:#FFFFFF;
}
.col1 {
	width: 648px;
	float: left;
	overflow: hidden;
	border-right: 1px solid black;
	margin: 0 -1px 0 0;
	padding: 0 15px 15px 0;
}
.col2 {
	width: 235px;
	float: left;
	overflow: hidden;
	border-left: 1px solid black;
	line-height:20px;
	padding: 0 0 15px 0;
}
.menu {
	padding: 15px 0 0 10px;
}
.menu a {
	display: block;
	text-decoration: none;
	padding: 5px 3px;
	color: black;
	font-weight: bold;
}
#footer {
	border-top: 1px solid black;
	padding: 10px 0 0;
	width: 900px;
	margin: auto;
}
.greenContainer {
	margin: 15px 0 0;
	padding: 8px;
	border: 1px solid #333;
}
.greenContainer h1 {
	color: white;
	border: none;
}
.greenBox {
    position:relative;
	margin: 0 0 30px 0;
	width: 298px;
	min-height: 200px;
	float: left;
	overflow: hidden;
	color:#FFFFFF;
	border: 1px solid #333;
}
.smallGreenBox {
	position:relative;
	margin: 0 15px 15px 0;
	width: 143px;
	min-height: 50px;
	float: left;
	overflow: hidden;
	color:#FFFFFF;
	border: 1px solid #333;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.light {
background-color:#6ca219;

}
.dark {
background-color:#476f0e;
}
.clear {
	clear:both;
	overflow: hidden;
}
.noRightMargin {
	margin-right: 0;
}
.marginRight {
	margin-right: 30px;
}
.padding {
	padding: 10px;
}
.greenBox a {
	color: white;
}
.greenBox h2 {
	margin: 0 0 10px;
}
.textWrapper {
	padding: 10px 10px 10px 0;
}
/* Start Rounded Corners */
/* Make sure to copy over these styles into /_scripts/jquery.corner.setup.js */
.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.roundedSmall {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* End Rounded Corners */


