* {
	margin:0;
	padding:0;
}

/* LINKS */
a:link {
	color:#2a8000;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#2a8000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
/* END LINKS */

/* KEY TEXT FORMATTING */
h1 {
	font-size:1.6em;
	font-weight:normal;
	color: #2a8000;
}
h2 {
	font-size:0.8em;
	font-weight:normal;
	color: #2a8000;
}
p {
	font-size:0.8em;
	line-height:1.7em;
	padding-top:1.7em;
}
/* END KEY TEXT FORMATTING */

body {
	background-color: #333333;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#shadow {
/*	background-image:url(../images/drop-shadow_right.png);
	background-repeat:repeat-y;*/
	margin:0px auto;
	width: 790px;
	position: relative;
}

#shadow-bot {
/*	background-image:url(../images/drop-shadow_bottom.png);
	background-repeat:no-repeat;*/
	height:10px;
	margin:0px auto;
	width: 790px;
	position: relative;
}

#content {
	background-color:#ffffff;
	position:relative;
	width:779px;
}

/* START HEADER AREA */
#header {
	background-color:#2a8000;
	overflow:hidden;
	padding:40px 25px 30px 25px;
}
#header #logo{
	color:#ffffff;
	float:left;
	font-family:"Century Gothic",Verdana, Geneva, sans-serif;
	font-size: 3em;
}

/* END HEADER AREA */

/* START LEVEL 1 NAVIGATION */
ul#navbar {
	background-color:#2a8000;
	clear:both;
	padding-left:17px;
	height:30px;
}
ul#navbar li {
	float:left;
	list-style-type: none;
}

ul#navbar li a:link, ul#navbar li a:visited{
	color:#ffffff;
	font-size:0.9em;
	font-weight:normal;
	display: block;
	text-decoration: none;
	padding: 7px 8px 7px 8px;
}

ul#navbar li a:hover {
	display:block;
	color:#000000;
}
ul#navbar li.selected a:link, ul#navbar li.selected a:visited{
	display:block;
	color:#000000;
}
/* END START LEVEL 1 NAVIGATION */

#main-area {
	background-repeat:no-repeat;
	border-bottom:solid #2a8000 66px;
	height:780px;
	position:relative;
	width:779px;
}
#main-text {
	background-image:url(../images/bg_text_60.png);
	margin:80px;
	padding:30px;
	position:absolute;
	width:400px;
}
#main-text ul {
	font-size:0.8em;
	padding-left:50px;
	padding-bottom:1.7em;
}
#main-text ul li {
	line-height:1.7em;
	padding-left:1em;
}
#main-column-right {
	float:right;
	padding:0 0 20px 30px;
}

#copyright {
	bottom:-50px;
	position:absolute;
	width:779px;
}
#copyright p{
	color:#ffffff;
	font-size:0.7em;
	font-weight:bold;
	text-align:center;
}

.caption{
	color:#666666;
	font-size:0.8em;
	text-align:center;
	width:440px;
}

.clear-both{
	clear:both;
}
