@charset "utf-8";
/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #669966;
	font-family: arial, verdana, tahoma;
	font-size: 1em;
	line-height: 150%;
	color: #666666;
	background-image: url(images/graduated_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/******** Layout Elements ********/

.wrapper {
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #000000;
}

.header {
	padding: 0px;
	text-align: center;
	line-height: 50px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

.content {
	background-color: #ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 240px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

.left {
	float: left;
	width: 210px;
	padding: 0px;
	background-color: #ffffff;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.footer {
	padding: 5px;
	background-color: #666666;
	clear: both;
	text-align: center;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #4E6621;
	text-transform: none;
	line-height: normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 7.5;
	margin-right: 0;
	margin-bottom: 7.5px;
	margin-left: 0;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}	

a, a:active, a:visited {
	color: #5C9433;
	text-decoration: none;
	font-weight: bold;
}
.wrapper .footer a {
	color: #CCCCCC;
}

a:hover {
	color: #D00154;
	text-decoration: underline;
	font-weight: bold;
}

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	font-size: 1em;
	font-style: normal;
	line-height: 125%;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.footer p {
	margin: 0;
	font-size: 0.7em;
	line-height: 13px;
	color: #FFFFFF;
}


/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 50px;
	font-size: 1em;
}

ul ul {
	margin: 0 0 15px 0;
}
.italic {
	font-style: italic;
}
.center {
	text-align: center;
}
.smaller {
	font-size: .75em;
}
.float_L {
	float: left;
	margin-right: 10px;
}
.indent {
	padding-left: 50px;
}
.bold {
	font-weight: bold;
}

