body {
	background: #F0FFF0;
}
a:link {
	color: #228B22;
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	color: #228B22;
	font-weight: bold;
	text-decoration:underline;
}
a:hover {
	color: Red;
	text-decoration: none;
}
ul {
	list-style-type: disc;
} 

li {
	padding: 0;
	margin: 0 0 0.25em 0;
}
p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-bottom: 0;
}
p, h1, h2,h3,h4,h5 {
	margin: 0 10px 10px;
}

p { padding-left: 30px;

}

h1 {
    border-bottom: 1px dashed;
	font-size: 16px;
	padding-top: 10px;
	color: #006400;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	padding-top: 1px;
	color: #006400;
	font-weight: bold;
}
h3 {
    font-size: 14px;
	padding-top: 1px;
	text-align:center;
	color: #000000;
	font-weight: Bold;
}
h4 {
	font-size: 12px;
	padding-top: 1px;
	color: red;
	font-weight: bold;
}

h5 {
    font-size: 12px;
	padding-top: 1px;
	color: #006400;
	font-weight: bold;
	text-decoration: underline;
}
h6 {
    font-size: 14px;
	padding-left: 20px;
	padding-top: 1px;
	text-align:left;
	color: #006400;
	font-weight: Bold;
}


#frame {
	border: 1px solid #000;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0;
	text-align: left;
	background: White;
}

#navigation { text-align: center;
	font-size: 0.7em;
	padding-top: 3px;
	margin-bottom: 5px;
	
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	
}

#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	padding: 2px 5px 2px 5px; 
	color: #FFFFFF;
	background-color: #006400;
	text-decoration: none;
	border: 1px solid #711515;
}
#navigation a:hover {
	color: #000;
	background-color: #CCFF99;
}

#contentleft {
	width: 175px;
	margin-top: 10px;
	padding-left: 25px;
	line-height: 1em;
	float: left;
	background: #fff;
}
#contentcenter {
	font-size: .75em;
	line-height: 1.5em;
	width: 530px;
	margin-top: 10px;
	padding-left: 10px;
	float: left;
	background: White;
}
#contentcentertopic {
	font-size: .75em;
	line-height: 1.5em;
	width: 660px;
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 10px;
	background: White;
}
#contentcentercourse {
	font-size: .75em;
	line-height: 1.5em;
	width: 500px;
	margin-top: 10px;
	padding-left: 30px;
	float: left;
	background: White;
}
#contentright {
	width: 200px;
	font-size: .96em;
	margin-top: 10px;
	padding-left: 15px;
	line-height: 1em;
	float: left;
	background: #fff;
}


#toplinks {
	width: 50px;
	float: left;
}
#contentheader {
	background: #fff;
	padding-left:0px;
	height: 70px;
	width: 550px;
	float: left;
}
#headerlinks {
	width:170px;
	font: .70em Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:50px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	line-height: 1.15em;
	float: left;
	background: #006633;
}


#contentfooter {
	background: White;
	text-align: center;
	font-size: .70em;
	padding-bottom: 0;
	margin-bottom: 0;
}
.boxout {
	margin-top: 10px;
	border: 2px solid #ccc;
	padding: 0;
	background: #F0FFF0;
}
.boxout p {
	color: #333;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 1px;
	margin-bottom: 5px;
	padding-left: 0;
	text-align: left;
	font: normal .75em/16px Verdana, Arial, Helvetica, sans-serif;
	background-color: #F0FFF0;
}
.boxtrain {
	margin-top: 10px;
	border: 2px solid #ccc;
	padding: 0;
	background: #F0FFF0;
}
.boxtrain p {
	color: #333;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 1px;
	margin-bottom: 5px;
	padding-left: 0;
	text-align: left;
	background: #F0FFF0;
	font: normal .75em/16px Verdana, Arial, Helvetica, sans-serif;
}
input, select {
background-color:#CCFFCC;
border: 1px solid #ccc;
}

.datatable {
    margin-right: auto;
	margin-left: auto;
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 80%;
}
.datatable td {
	border: 1px solid #D6DDE6;	
	padding: 4px;
}
.datatable th {
font: Verdana, Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
    font-weight:bold;
	background-color: #FFFFEA;
	text-align: left;
	padding-left: 4px;
}

.datatable tr.altrow {
	background-color: #F0FFF0;
	color: #000000;
}
