/*
 * Combined style sheet for the index pages and all pages.
 */

/* Style for all bodies. */
body {
	font-size: 13px;
	background-color: White;
	color: Black;
	margin: 4;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

/* Style for all table cells. */
td {
	font-size: 12px;
}


/* Header */
h1 {
	font-size: 16px;
	font-weight: normal;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #5E7A34;
}

a:visited {
	text-decoration: none;
	color: #5E7A34;
}

a:hover {
	text-decoration: none;
	color: #5CBBBC;
}

a:link {
	text-decoration: none;
	color: #5E7A34;
}


#vert {height:20em;}
#vert .menu {width:350px; background:#E9967A; padding:15px; border:1px solid #000; float:left; margin-right:28px;}
#vert .menu a, #vert .menu a:visited {text-decoration:none;}
* html #vert .menu {width:172px; w\idth:150px;}
#vert dt, #horiz dt {display:none;}
#vert .menu dd {padding:0; margin:0;}
.menu .aa, .menu .bb, .menu .cc, .menu .dd, .menu .ee, .menu .ff, .menu .gg {border:1px solid #000;}
.menu .aa {display:block; text-align:center; border-color: #ADD8E6 #696969 #696969 #ADD8E6; background:#778899; padding:2px 0;}
.menu .bb {display:block; border-color: #ADD8E6 #696969 #696969 #ADD8E6;}
.menu a, .menu a:visited, .menu b {display:block; text-decoration:none; color:White; font-size:1em;font-family:arial, verdana, sans-serif; font-weight:bold; width:100%; background:#000;}
.menu .dd {border-color:#d5d3ca #f7f6ef #f7f6ef #d5d3ca;}
.menu .ee {border-color: #b8b7af #D3D3D3 #D3D3D3 #b8b7af;}
.menu .ff {border-color: #9c9b95 #EEE8AA #EEE8AA #9c9b95;}
.menu .gg {border-color: #d5d3ca #F0F8FF #F0F8FF #6B8E23; margin: 5px;}
.menu a:hover, .menu b {display:block; color:#c00; background:#000; cursor:pointer;}
.menu a:hover .bb, .menu b .bb {display:block; color:#fff; background:#fff; border-color: #778899 #B0C4DE #B0C4DE #778899;}
.menu a:hover .aa, .menu b .aa {display:block; color:#000; border-color: #778899 #ADD8E6 #ADD8E6 #778899; text-align:center; padding-top:3px; background:#B0C4DE; padding-bottom:1px;}

.menu b {cursor:default;}

/* Changes for horizontal list */
#horiz {clear:both; margin-top:1em;  width:350px; background:White; padding:1px; border:0px solid #F5F5F5;}
#horiz .menu a, #horiz .menu a:visited {text-decoration:none;}

#horiz .menu {width:750px; background:White; padding:0; border:0;}
* html #horiz .menu {width:770px; w\idth:750px;}
#horiz .menu dd {padding:0; margin:0; width:125px; float:left;}
.clear {clear:left; height:0; overflow:hidden;}
* html .clear {display:none;}



