@charset "UTF-8";
/* CSS Document */

html {
		background-color: #D0DCE2;
}
body  {
	margin: 0; /* 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 */
	background-color: #D0DCE2;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#container{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-left-color: #FFFF00;
	background-color: #FFFFFF;
	width:800px;
	margin-top:25px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	background-image: url(../images/clouds.jpg);
	background-repeat: no-repeat;
	background-position: 0px -200px;
}
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 150px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	background-color: #EBC741;
} 

#header h1 {
	padding-top: 25px;
	padding-left: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	color: #BCE5F9;
	text-align: right;
	text-transform: uppercase;
	line-height: normal;
	font-style: italic;
	font-weight: bold;
	padding-right: 8px;
	margin: 0px;
}
#logo {
	width: 115px;
	position: relative;
	float: left;
	margin-top: 8px;
	margin-left: 25px;
}
#mainContent {
	text-align: left;
	margin-top: 0;
	margin-right: 275px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent li {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 85%;
}
.leadin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #207532;
	font-weight: bold;
}
#inset {
	width: 250px;
	margin-top: 5px;
}
#insetContent {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B6D991;
	border-left-color: #B6D991;
	background-color: #FAEFC1;
	width: 238px;
	padding: 6px;
	margin: 0px;
}
.imgPadding  {
	padding: 6px;
	border-width: 0px;
}
.noPadding {
	margin: 0px;
	padding: 0px;
}
#mainContent h1 {
	color: #005E24;
	text-transform: none;
	font-variant: small-caps;
	letter-spacing: -1px;
}
#mainContent a {
	color: #FF9900;
	text-decoration: none;
}
#mainContent a:visited {
	color: #A96500;
}
#mainContent a:hover {
	color: #005D23;
}
#sidebarWrapper {
	float: right;
	width: 241px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
#sidebar {
	width: 220px;
	text-align: left;
	background-image: url(../images/sidebar_background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #D8DFE3;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar h3 {
	color: #FF9900;
	text-align: center;
}
#sidebar a {
	color: #FF9900;
	text-decoration: none;
}
#sidebar a:hover {
	color: #005D23;
}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	padding-top: 0;
	margin-top: -15px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
} 
#footer p {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: right;
	margin: 0;
	font-size: 12px;
	color: #FFFFFF;
}
#design {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #8A9296;
	text-align: right;
	margin-top: 20px;
}
#design a, #design a:hover {
	color: #8A9296;
	text-decoration: none;
}
#design a:hover {
	color: #05632F;
	text-decoration: none;
}
#design  p {
	margin-right: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.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;
}
#nav {
	margin-top: 40px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 13px;
	margin-left: 0px;
	width: 100%;
	text-align: left;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 2px;
}
#nav li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#nav li a {
	color: #005E24;
	text-decoration: none;
}
#nav li a:hover {
	color: #000000;
}
#back {
	background-color: #FFFFFF;
	bottom: 15px;
}
#mainContent h2 {
	color: #15256D;
	font-family: Arial, Helvetica, sans-serif;
}
.next {
	text-align: right;
}
.previous {
	text-align: left;
}
