body
{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	margin: 0px; 
}

.button
{
	font-weight:bold; 
	color:white; 
	background:#a59d86;
}

.lable1
{
	font-family: Verdana,Arial,Helvetica,Times New Roman;
	font-size: 9pt; 
	color:green;
}
.value1
{
	font-family: Verdana,Arial,Helvetica,Times New Roman;
	font-size: 9pt; 
	color:black;
}

A:link {
	COLOR: #006633; text-decoration: bold	
}
A:visited {
	COLOR: #006633; text-decoration: bold
}
A:active {
	COLOR: #006633; text-decoration: bold
}
A:hover {
	COLOR: #006633; text-decoration: underline
}

.footer
{
 	background: url(/php/images/GreenTeacher_Website_08.jpg);
 	background1: url(/php/images/GreenTeacher_Website_08.jpg);
 	color: #ece8cd;
}
.evenRow 
{
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	width:100%;
}
.oddRow 
{
	background-color1:#F5F5DC;
	background-color:#ece8cd;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	width:100%;
}

.headerRow
{
	border-bottom:1px solid black;
	background: #d1cbab;
	font-weight: bold;
	line-height:20px;
	color:black;
	text-align: center;
	height:20px;
}
.headerRow a
{
	color:red;
}


.headerRow a:hover
{
	color: green;
}

.message {
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


/* Navigation */
#nav {
	height:30px;
	line-height:30px;
	padding:0 0px;
	}

#nav ul {
	list-style-type:none;
	}

#nav li {
	float:left;
	text-align:left;

	}

#nav li a {
	display:block;
	padding:0 7px;
	color1:#ffffff;
	text-decoration:none;
	}


#vert_nav, #vert_nav ul { /* all lists */	
	float: left;
	list-style: none;
	line-height: 1.1;
	padding: 1px;
	margin: 0;
	
	/* Following will specify the font specification for 
	the whole menu including drop-downs */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ece8cd;
}

#vert_nav a {
	display: block;
	width: auto;
	color: #006633;
	text-decoration: none;
	padding-left: 0.4em;
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
}

#vert_nav a:hover {
	color1: #353535;
}

#vert_nav li { /* all list items */
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	width: auto;
	border: solid 1px #ece8cd;
	height: auto;
}

#vert_nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	/* following specifies the width of the
	dropdown menu */
	width: 12.3em;
	border-width1: 1px;
	margin-left : 12em;
	margin-top : -1.35em;
	
	
	border-right: solid 1px #0F0F0F;
	border-bottom: solid 1px #0F0F0F;
	border-left: solid 1px #0F0F0F;
	border-top: solid 1px #0F0F0F;
}

#vert_nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#vert_nav li a {
	width: 10.8em;
	display : block;
	font-weight : bold;
	text-decoration : none;
	border: 1px solid #ece8cd;

	padding-top: 2px;
	padding-bottom: 2px;
}

#vert_nav li a:hover {
	/* Following will specify the highlight color for the 
	menu item which has the focus right now            */
	background-color:#d1cbab;
	
	border-right: solid 1px #0F0F0F;
	border-bottom: solid 1px #0F0F0F;
	border-left: solid 1px #0F0F0F;
	border-top: solid 1px #0F0F0F;
}

#vert_nav li:hover ul ul, #vert_nav li:hover ul ul ul, #vert_nav li.sfhover ul ul, #vert_nav li.sfhover ul ul ul {
	left: -999em;
}

#vert_nav li:hover ul, #vert_nav li li:hover ul, #vert_nav li li li:hover ul, #vert_nav li.sfhover ul, #vert_nav li li.sfhover ul, #vert_nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	margin-left : 12em;
}









/* Navigation */
#nav2 {
	height:30px;
	line-height:30px;
	padding:0 0px;
	}

#nav2 ul {
	list-style-type:none;
	}

#nav2 li {
	float:left;
	text-align:left;

	}

#nav2 li a {
	display:block;
	padding:0 7px;
	color1:#ffffff;
	text-decoration:none;
	}

#vert_nav2, #vert_nav2 ul { /* all lists */	
	float: left;
	list-style: none;
	line-height: 1.1;
	padding: 1px;
	margin: 0;
	
	/* Following will specify the font specification for 
	the whole menu including drop-downs */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ece8cd;
}

#vert_nav2 a {
	display: block;
	width: auto;
	color: #006633;
	text-decoration: none;
	padding-left: 0.4em;
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
}

#vert_nav2 a:hover {
	color1: #353535;
}

#vert_nav2 li { /* all list items */
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	width: auto;
	border: solid 1px #ece8cd;
}

#vert_nav2 li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	/* following specifies the width of the
	dropdown menu */
	width: 12.3em;
	border-width1: 1px;
	margin-left : 12em;
	margin-top : -3em;
	
	
	border-right: solid 1px #0F0F0F;
	border-bottom: solid 1px #0F0F0F;
	border-left: solid 1px #0F0F0F;
	border-top: solid 1px #0F0F0F;
}

#vert_nav2 li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#vert_nav2 li a {
	width: 10.8em;
	display : block;
	font-weight : bold;
	text-decoration : none;
	border: 1px solid #ece8cd;

	padding-top: 2px;
	padding-bottom: 2px;
}

#vert_nav2 li a:hover {
	/* Following will specify the highlight color for the 
	menu item which has the focus right now            */
	background-color:#d1cbab;
	
	border-right: solid 1px #0F0F0F;
	border-bottom: solid 1px #0F0F0F;
	border-left: solid 1px #0F0F0F;
	border-top: solid 1px #0F0F0F;
}

#vert_nav2 li:hover ul ul, #vert_nav2 li:hover ul ul ul, #vert_nav2 li.sfhover ul ul, #vert_nav2 li.sfhover ul ul ul {
	left: -999em;
}

#vert_nav2 li:hover ul, #vert_nav2 li li:hover ul, #vert_nav2 li li li:hover ul, #vert_nav2 li.sfhover ul, #vert_nav2 li li.sfhover ul, #vert_nav2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
h2{
	font-weight: bold;
	font-size: 15px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
}
h5{
	font-weight: bold;
	font-size: 12px;
}