@charset "utf-8";
div#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #FFF;
	background-image: url(images/grad_bkgrd.png);
	color: #666;
}
div#header {
	height: 265px;
	background-image: url(images/headerNew.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
div#nav {
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}
div#content_left {
	float: left;
	width: 220px;
	text-align: center;
	background-repeat: repeat-x;
	margin-top: 2em;
	margin-right: 1em;
	margin-left: 1em;
	display: inline;
}

div#content_left a:link, div#content_left a:visited {
	color: #666;

}
div#content_left a:hover {
	text-decoration: none;
}

div#content_right {
	float: right;
	width: 550px;
	padding: 1em;
	display: inline;
}

div#content_full {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
div#content_full img {
	margin: 1em;
	border: 1px solid #142713;
}


div#footer {
	font-size: 80%;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6E8A61;
	margin-right: 2em;
	margin-left: 2em;
}
div#construction {
	height: 500px;
}
h3 {
	font-size: 120%;
	line-height: 120%;
	text-align: center;
	font-weight: bold;
	color: #666;
}
h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
	color: #666;
}

a:link, a:visited {
	color: #666;
	font-size: 1.2em;
}
a:hover {
	text-decoration: none;
}
#imgR {
	float: right;
	margin-left: 1em;
}
#imgL {
	float: left;
	border: 1px solid #6E8A61;
	margin-right: 1em;
	color: #333;
}
img#dk {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 3em;
	margin-left: 1em;
}
div#content_leftwhite {
	float: left;
	width: 220px;
	text-align: center;
	background-repeat: repeat-x;
	margin-top: 2em;
	margin-right: 1em;
	margin-left: 1em;
	display: inline;
}
