/************** Default Elements *******************/

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

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #fff;
	background: #1A501A;
}

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

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 80%;
	background-color: #46C146;
	min-height: 400px;
}

#nowrapper {
	font-size: 80%;
}

#nowrapper p {
	margin: 5px 19px 5px 19px;
}
#nowrapper ul {
	margin: 5px 19px 5px 19px;
}
#nowrapper li {
	margin: 0px 19px 0px 19px;
}
#nowrapper h2 {
		padding: 5px 0 5px 18px;
}
#nowrapper table {
		margin: 5px 0px 5px 0px;
}

#header {
	min-height: 97px;
	background: url(../images/headerBG.jpg) repeat-x; 
}

#header #title {
	margin-top: 20px;
}

#header ul {
	border-bottom: 1px solid #5f5f5f;
	border-right: 1px solid #5f5f5f;
	list-style-type: none;
	margin: 13px 20px 0 20px;
	min-height: 22px;
}

#header li {
	float: right;
	padding: 2px 10px;
	border-left: 1px solid #5f5f5f;
}

#header li a {
	color: #1A501A;
	text-decoration: none;
}

#header li a:hover, #leftcol li a:hover {
	color: #99FF66;
}

li a#marker   {
	color: #66FF00;
	font-weight:bold;
}

#strap {
	height: 141px;
	background: url(../images/strapBG.jpg) no-repeat;
	border-bottom: 1px solid #789;
}

#content {
	padding-top: 1px;
}

#innerwrapper {
	margin: 25px;
	padding-bottom: 25px;
	position: relative;
}

#innercontent {
	background-color: #1A501A;
	border: 1px solid #5f5f5f;
	min-height: 200px;
	margin-left: 170px;
	padding: 1px 10px 10px 10px;
	width: 345px;
}

#innercontent ul {
	margin-left: 50px;
}

.twocol #innercontent {
	width: 525px;
}

#rightcol {
	min-height: 150px;
	float: right;
	background-color: #1A501A;
	border: 1px solid #5f5f5f;
	width: 175px;
}

.twocol #rightcol {
	display: none;
}

#rightcol img {
	display: block;
	margin: 6px auto 5px auto;
	border: 1px solid #5f5f5f;
}

#leftcol {
	float: left;
	width: 170px;
	min-height: 200px;
	border-top: 1px solid #5f5f5f;
}

#leftcol ul {
	list-style-type: none;
	list-style-position: inside;
}

#leftcol li {
	border-left: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	font-size: 120%;
	padding: 5%;
	color: #fff;
	background-color: #003300;
}

#leftcol li a#here {
	background-color: #1A501A;
	width: 155px;
	color: #66FF00;
	font-weight:bold;
}

#leftcol p {
	margin: 6px;
	padding: 6px;
	font-family:"Courier New", Courier, monospace;
	font-size: 85%;
	color: #fff;
	background-color: #003300;
}


/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0 5px 18px;
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: #b8b8b8;
}

h1 {
	color: #fff;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%
}

h4 {
	font-size: 110%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 19px;
}

table {
	margin: 19px;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

.input {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	}
	
.error {
	font-weight:bold;
	color:#FF0000;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #66FF00;
}

a:hover {
	color: #99FF66;
}

 /*\*//*/
 #innercontent {
 	width: 180px;
 }
	
	.twocol #innercontent {
 	width: auto;
 }
 
 
 #header ul {
	height: 22px;
	margin-bottom: 5px;
}

/**/

