* {
	margin-top: 0;
	padding-top: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 76%;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	background: #fff url('images/bg_body.gif') repeat-x top;
}
a {
	color: #06c;
}
a:hover {
	color: #090;
}
a img {
	border: none;
}
ul, ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

ol, ol li {
	margin: 0;
	padding: 0;
}
#content ul li {
	padding-left: 12px;
	margin: 6px;
	background-color: transparent;
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0% 4px;
}

#content ol {
	list-style-type: decimal;
}

#content ol li {
	color: #66CD66;
	font-size: large;
	font-weight: bold;
	padding-left: 6px;
	margin-left: 25px;
	background-position: 0% 4px;
}
#content ol li span.text {
	color: #000;
	font-size: 65%;
	font-weight: normal;
}

.noshow {
	display: block;
	position: absolute;
	left: -5000px;
	top: -5000px;	
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#container {
	width: 770px;
	margin: 0 auto;
	background: transparent url('images/bg_contenthead.gif') no-repeat top;
}
#tophead {
	width: 770px;
	height: 100px;
}
#tophead a.logo {
	width: 220px;
	height: 90px;
	float: left;
	background: transparent url('images/logo.gif') no-repeat;
	display: block;
	margin-right: 20px;
}
#tophead ul#controls {
	float: right;
}
#tophead ul#controls li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: inline;
	padding: 0 8px 0 10px;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tophead ul#controls li.lastlink {
	border: none;
}
#tophead ul#controls li a{
	color: #fff;
	text-decoration: underline;
}
#tophead ul#controls li a:hover{
	color: #e2e2e2;
	text-decoration: none;
}
#tophead ul#navigation {
	/* Dont Edit This -- an IE Hack */
	margin-top: 0 !important;
	padding-top: 57px !important;
	margin-top: 57px;
	padding-top: 0;
}
#tophead ul#navigation li {
	margin-right: 2px;
	background: transparent url('images/bg_navigation.gif') no-repeat left top;
	display: block;
	float: left;
}
#tophead ul#navigation li a {
	margin-left: 10px;
	padding: 5px 15px 5px 5px;
	background: transparent url('images/bg_navigation.gif') no-repeat right top;
	display: block;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 1.4em;
	color: #99ff99;
	text-decoration: none;
}
#tophead ul#navigation li a:hover {
	color: #fff;
	text-decoration: underline;
}
#contentcontainer {
	width: 770px;
	margin: 0;
	padding: 0;
	background: #fff url('images/bg_content.gif') repeat-y;
	clear: both;
}
#content {
	width: 730px;
	margin: 0;
	padding: 20px 20px 0 20px;
	background: transparent url('images/bg_contenttop.gif') no-repeat;
	line-height: 1.3em;
	clear: both;
}
.twocolumn {
	display: block;
	clear: both;
	width: 730px;
	margin-bottom: 0px !important;
	margin-bottom: 10px;
}
.twocolumn .left {
	width: 460px;
	float: left;
	display: block;
}
.twocolumn .right {
	width: 260px;
	float: right;
	display: block;
}
#content h1 {
	color: #6c6;
	font-size: 2em;
	margin-bottom: 4px;
}
#content h2 {
	color: #666;
	font-size: 1.5em;
	margin: 10px 0 4px 0;
}
#content h3 {
	color: #000;
	font-size: 1.2em;
	margin: 10px 0 4px 0;
}
#content p {
	margin: 8px 0;
}
#content .description {
	color: #666;
}
#content p.promotion {
	background: #fff url('images/bg_promo.jpg') no-repeat top;
}
#content .highlight {
	width: 240px;
	border: 2px solid #0f0;
	background: #6f6 url('images/bg_highlight_green.gif') repeat-x top;
	color: #fff;
	padding: 10px;
	display: block;
	margin: 0 0 5px 0;
}
#content .highlight .title {
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 8px;
}
#content .blue {
	background: #6cf url('images/bg_highlight_blue.gif') repeat-x top;
	border-color: #9cf;
}

#content .blue a {
	color: white;
}

#content .blue a:hover {
	color: #090;
}

#content .green a {
	color: white;
}

#content .green a:hover {
	color: #090;
}

#content .grey {
	background: #fdfdfd url('images/bg_highlight_grey.gif') repeat-x top;
	border-color: #ddd;
	color: #999;
}
#content .grey .title {
	color: #999;
}
#content .threecolumn {
	clear: both;
	width: 730px;
}
#content .threecolumn .highlight {
	width: 201px;
	float: left;
	margin: 0 10px 0 0;
	//margin: 0 7px 0 0;
}
#footer {
	width: 730px;
	height: 40px;
	clear: both;
	background: transparent url('images/bg_contentbottom.gif') no-repeat right top;
	color: #ccc;
	font-size: .9em;
	padding: 50px 20px 0 20px;
	margin: 0 0 20px 0;
}
#footer a {
	clear: both;
	color: #ccc;
	text-decoration: underline;
}
form {
	margin: 5px 0;
	padding: 0;
}
form input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
table {
	background-color: #fff;
}
table th {
	background-color: #6c6;
	color: #fff;
	text-align: center;
	padding: 2px;
}
table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
table tr.other {
	background-color: #f6f6f6;
}
table td {
	padding: 2px;
}
/*top navigation controls*/

body#nav01 #tophead ul#navigation li.nav01 {
	background-image: url('images/bg_navigation.gif');
	background-position: 0% -200px;
}
body#nav01 #tophead ul#navigation li.nav01 a {
	color: #6c6;
	background-image: url('images/bg_navigation.gif');
	background-position: 100% -200px;
}
body#nav01 #tophead ul#navigation li.nav01 a:hover {
	color: #6c6;
	text-decoration: none;
}
body#nav02 #tophead ul#navigation li.nav02 {
	background-image: url('images/bg_navigation.gif');
	background-position: 0% -200px;
}
body#nav02 #tophead ul#navigation li.nav02 a {
	color: #6c6;
	background-image: url('images/bg_navigation.gif');
	background-position: 100% -200px;
}
body#nav02 #tophead ul#navigation li.nav02 a:hover {
	color: #6c6;
	text-decoration: none;
}
body#nav03 #tophead ul#navigation li.nav03 {
	background-image: url'(images/bg_navigation.gif');
	background-position: 0% -200px;
}
body#nav03 #tophead ul#navigation li.nav03 a {
	color: #6c6;
	background-image: url('images/bg_navigation.gif');
	background-position: 100% -200px;
}
body#nav03 #tophead ul#navigation li.nav03 a:hover {
	color: #6c6;
	text-decoration: none;
}
body#nav04 #tophead ul#navigation li.nav04 {
	background-image: url('images/bg_navigation.gif');
	background-position: 0% -200px;
}
body#nav04 #tophead ul#navigation li.nav04 a {
	color: #6c6;
	background-image: url('images/bg_navigation.gif');
	background-position: 100% -200px;
}
body#nav04 #tophead ul#navigation li.nav04 a:hover {
	color: #6c6;
	text-decoration: none;
}

fieldset {
	padding: 10px;
	 border: 1px solid #999;
}

.data_table {
	width: 700px;
}
