@charset "UTF-8";
/* CSS Document */

html {
		background-color: #000;
}
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: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#container{

	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: 131px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
} 

#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;
}

#left_col { float:left; }

#mainContent {
	text-align: left;
	margin-top: 0;
	margin-right: 275px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width:550px;
} 
#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 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	color: #005E24;
	text-transform: none;
	letter-spacing: -1px;
}
#mainContent a {
	color: #FF9900;
	text-decoration: none;
}
#mainContent a:visited {
	color: #A96500;
}
#mainContent a:hover {
	color: #005D23;
}
#sidebarWrapper {
	width: 180px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	text-align:left;
}
#sidebar {
	width: 159px;
	text-align: left;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #f4f7f9;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right:1px solid #cccccc;
}
#sidebar p {
	font-size:14px;
	margin-bottom:0;
}

#sidebar h3 {
	color: #FF9900;
	text-align: center;
	margin:0px;
}
#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 {
	color: #FFFFFF;
	background-color:#EBC741;
	background-image:url(../images/nav-bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding-top: 13px;
	margin-left: 0px;
	width: 170px;
	padding-left:10px;
	text-align: left;
	padding-bottom:20px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 2px;
}
#nav li {
	margin-bottom:15px;
}
#nav li a {
	color: #005E24;
	text-decoration: none;
}
#nav li a:hover {
	color: #000000;
}

#nav .second {
	padding-left:15px;
}



#back {
	background-color: #FFFFFF;
	bottom: 15px;
}
#mainContent h2 {
	color: #15256D;
	font-family: Arial, Helvetica, sans-serif;
}
.next {
	text-align: right;
}
.previous {
	text-align: left;
}

.caption { 
	font-size: 12px;
	color: #009933;
	font-style:italic;
}
