@charset "utf-8";
body  {
	font: 100%/1.5em "Trebuchet MS", Verdana, "MS Sans Serif", Arial;
	margin: 10px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3F3A04;
	background: #363928;
}
#contentWrapper {
	margin-top: 30px;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	font-size: 94%;
} 
#header {
	padding: 0 10px 0 20px;
} 
#header h1 {
	margin: 0 0 0 -10px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px 0 11px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#catch {
	position:relative;
	left:460px;
	top:124px;
	z-index:1;
	width: 246px;
	color: #6E6E6E;
	font: bold 0.9em "Trebuchet MS", Verdana, "MS Sans Serif", Arial;
}
#smallnav {
	margin: 0px;
	float: right;
	padding: 0em 1em 0.5em;
	text-decoration: none;
}
#smallnav li {
	display: inline;
	margin: 0px 0em 0px 0em;
	border-right: 2px dotted #CCCCCC;
	padding-right: 0.5em;
	padding-left: 0.5em;
	color: #333333;
	font: normal 0.8em "Trebuchet MS", Verdana, "MS Sans Serif", Arial;
}
#smallnav  a  {
	text-decoration: none;
	color: #6E6E6E;
	padding: .2em;
}


#smallnav  li.first {
	border-left: 2px dotted #CCCCCC;
}

h1, h2, h3, h4, h5 {
	color: #5B5B5B;
}

h1 {
	font: 1.5em "Trebuchet MS", Verdana, "MS Sans Serif", Arial;
}
.outdent  {
	margin-left: -0.2em;
}

h2 {
	font-size: 1.26em;
}
h3 {
	font-size: 1.1em;
	margin: 0px;
}


#sidebar  {
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FBF0BB;
	float: right;
	color: #315B86;
	padding: 0em 1em 1em;
	border-right: 1em solid #FFFFFF;
}
#sidebar h3 {
	background: #EBC042;
	padding: 0.2em 0.91em;
	margin-right: -0.91em;
	margin-left: -0.91em;
	color: #333333;
	border: 1px solid #636363;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#mainContent {
	margin: 0 270px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0em 1em 0 4em;
	line-height: 1.5em;
	font-size: 0.94em;
} 
.whynot {
	color: #000000;
}

#footer {
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	border-top: 10px solid #BF880B;
	border-bottom: 10px solid #BF880B;
} 
p.credits {
	background: #000000;
	font: 0.76em Geneva, Arial, Helvetica, sans-serif;
	padding: 2em 1em 2em 2em;
	color: #999999;
	margin: 0px;
}

#footer    p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.credits  a, .credits a:link, .credits a:visited, .credits a:hover {
	color: #E9B927;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#sidebar ul {
	margin: 1em 1em 1em 2em;
	padding: 0px;
}
#sidebar li {
	list-style: circle;
	font-size: 0.8em;
}
form.login {
	font-size: .84em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
.login input {
	background: #FEFBED;
	border: 1px solid #333333;
	width: 86%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: .1em;
}
.login input.submit {
	background: #FCE083;
	width: 70px;
	height: 25px;
	margin-top: .5em;
}
.footnote {
	color: #000000;
	background: #D0DEEE;
	padding: 1em;
	font: normal 0.76em/1.5em Verdana, Arial, Helvetica, sans-serif;
	border: 1px dashed #6695C8;
	margin-top: 4em;
}
.note {
	color: #333333;
	background: #ECFFEC;
	padding: 1em;
	font: normal 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	border: 1px dashed #ACACAC;
	margin-bottom: 3em;
}
