@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #555;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
#container { 
	max-width: 980px;
	background: #fff;
	margin: 0px auto;
	position: relative;
	text-align: left;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 2em; font-weight: normal; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 1.7em; margin: 0 0 1em 0; }
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; margin: 0 0 1em 0; }
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; margin: 1.5em 0 .3em 0; }
p { margin: 0 0 .75em 0; font-size: 100%; line-height: 1.3em; }

#header { 
	background: #ddd; 
	padding: 0;
} 
#header h1 {
	margin: 0;
	padding: 0;
	font-size: 2.5em;
}

#sidebar1 {
	float: left;
	width: 200px; /* actual width of sidebar1 is 230px when you account for the padding below */
	padding: 20px 15px;
}

#mainContent { 
	margin: 0 0 0 235px;
	padding: 0 20px 0 0;
} 
#mainContent h1,
#mainContent h2 {
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent h1 {
	padding-top: 15px; /* move just first content heading down to line up with top of nav buttons */
	font-size: 180%;
}
#mainContent h2 {
	font-size: 140%;
}

#mainContent p {
	margin: 0;
	padding: 10px 0;
}

#footer { 
	padding: 0 15px;
	background:#ddd; 
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: .85em;
}
.floatRight {
	float: right;
	margin-left: 15px;
}
.floatLeft {
	float: left;
	margin-right: 15px;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.error {
	color:#C00;
}