html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	letter-spacing: .06em;
}


html {
	overflow-y: scroll;	
}
html, body {
	height: 100%;	
}
body {
	font-family: Helvetica,"Trebuchet MS",  sans-serif;
	font-size: 15px;
	background-color: #FFFFFF;
}

#container {
	min-height: 100%;
	width: 780px;
	font-size: 0.8em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#container:after{
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html #container {
	height: 100%; 
}
#navigation {
	text-align: right;
}
#mainImage {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 550px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
}





/*--------------------------------------------styles--------------------------------------*/


h2 {
	font-size: 18px;
	font-weight: lighter;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 6px;
	margin-right: 10px;
}

h3 {
	font-size: 15px;
	font-weight: lighter;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 6px;
	margin-right: 10px;
}

hr {
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
#content p, #content ul  {
	padding-left: 30px;
	padding-right: 15px;
	padding-bottom: 6px;
	margin-right: 20px;
	line-height: 1.4;
}

#content li {
margin-left: 20px;
padding-left: 5px; }


#content img {
	display: block;
	margin: 20px auto 20px auto;	
}

.submit {
	display: block;
	margin: 5px;	
}

/*#navigation li a {
	height: 30px;
	text-indent: -999em;
	display: block;
	margin: 17px 0;
}*/


#footer {
	clear: both;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 20px;
}
.headerImage {
	display: block;
	margin-left: 10px;
}
#sidebar {
	width: 150px;
	height: 100%;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 17px;
}
#topNav {
	width: 150px;
	float: right;
	text-align: right;
	font-size: 15px;
	margin-top: 10px;
	margin-right: 10px;
}
#navMain {
	text-align: right;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 27px;
}
#outercontainer {
	margin-top: 0px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(../images/edgeShadow_03.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
#contentArea {
	background-color: #A3C27D;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #A3C27D;
}
a:active {
	text-decoration: none;
	color: #333333;
}
