
body {
	background-color: #305424 ;
   color: #000000;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
}

p {
   color: #000000;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
}

p.justified {
	text-justify: justify;
}	
 
p.tinytext {
   color: #2f5123;
	font: normal 9px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
}

h1 {
   color: #5bb5d8;
	font: normal 15px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
}
 
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
} 

a:hover {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
} 

.applemenu {
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a {
background: black url(../images/silvergradient.gif) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #2f5123;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active {
color: #2f5123;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover {
background-image: url(../images/silvergradientover.gif);
color: #3f87a2;
}

.applemenu div.submenu { /*DIV that contains each sub menu*/
background: #ffffff;
padding: 15px;
height: 80px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.applemenu div.submenu a { /*DIV that contains each sub menu*/
	color: #000000;
	text-decoration: none;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
}

.applemenu div.submenu a:hover { /*DIV that contains each sub menu*/
	color: #777777;
	text-decoration: underline;
}

#imgbox 
{
    vertical-align : middle;
	 top: -200px;
    position : absolute;
    border: 1px solid #999999;
    background : #FFFFFF; 
    filter: Alpha(Opacity=100);
    visibility : hidden;
    height : 600px;
    width : 400px;
    z-index : 50;
    overflow : hidden;
    text-align : center;
}

#container {
	width: 1000px;
	height: 750px;
	margin: 20px auto;
	overflow: visible;
	background: #ffffff;
}	

td.nav {
	width: 180px;
	height: 505px;
	background: #ffffff;
}
	
td.content {
	width: 880px;
	text-align: justify;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	background: #ffffff;
}	

table.dynbox {
	color: #305424;
	background: #cbe8f3;
	width: 310px;
	height: 60px;
	margin-left: 30px;
	border-width: 4px;
	border-color: #999999;
	border-style: inset;
}

table.dynbox2 {
	color: #305424;
	background: #5fb6d9;
	width: 310px;
	height: 60px;
	margin-left: 0px;
	border-width: 4px;
	border-color: #999999;
	border-style: inset;
}

table.dynbox td {
	padding: 10px;
	font: normal 10px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
}	

table.dynbox2 td {
	padding: 10px;
	font: normal 10px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
}	

