/* CSS Document */

body {
color: black;
font-family:Arial, Helvetica, sans-serif;
scrollbar-base-color: #006600;
}

p {
 color: black;
 font-size: 95%;
}

h1 {
 font-size: 135%;
 font-weight: normal;
 color:#006600;
}

h2 {

 font-size: 125%;
 font-weight: normal;
 color: #009999;
}

h3 {

 font-size: 110%;
 font-weight: normal;
 color: #808080;
}

h4 {

 font-size: 100%;
 
}

.topNav{
background-color:#006600;
color:#FFFFFF;
position:absolute;
top:0px;
left:0px;
height: 70px;
border-bottom: 2px solid #C2D5FE;
border-bottom-color:#C2D5FE;
/*border-bottom-color:#FFFF66;
display: block;*/
width: 100%; 
padding-right:  19px;
margin-right: 0px;
overflow: hidden;

}
.topNavLeft {
position: absolute;
top: 0px;
left:-3px;
padding-left: 10px;
padding-top: 5px;
text-align:left;
background-color:#006600;
width: 300px;
display: block;

}

.topNavRight {

padding-right: 10px;
padding-top: 5px; 
position: absolute;
top: 0px;
right:0px;
text-align:right;
background-color:#006600;
width: 300px;

display: block;
}

.menu {
color: #FFFFFF;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
position: absolute;
top: 72px;
left: 0px;
width: 150px;
background-color:#CDECC6;
background-repeat:repeat-y;
display: block;
height: 620px;
font-weight: bold;
}

.menu p {
	color: #006600;
	/*padding: 10px 5px 10px 5px;
	background-color:#006600;
	border-color:#940818;
	border-style: outset;
	border: solid #940818 2px;
	border-bottom: 1px solid #940818;*/
}

.menu a {
color: #006600;
text-decoration: none;
}
.menu a:link{
color: #006600;
text-decoration: none;
padding-right: 15px;
background-image:url();
}
.menu a:hover{
color: #006600;
padding-right: 15px;
background-image:url(../images/plus.gif);
background-position:right;
background-repeat:no-repeat;
text-decoration: none;
}
/*.menu a:hit{
color: #FFFFFF;
text-decoration: underline;
}

.menu a:visited{
color: #FFFFFF;
text-decoration: none;
}*/


.main {
position:absolute;
left:  152px;
top: 72px;
padding: 15px 15px 15px 15px;
width: 575px;
}

a {
/*display:block;*/
 color:#333333;
}

.front {
 background-color: #006600;
 align: center;
 color: silver;
}
.front p {
color: silver;
}
.front a:link{
display: block;
color: #CCCCCC;
text-decoration: none;
background-image: url('');
background-position:left;
background-repeat:no-repeat;
}
.front a:hover{
display: block;
color: #EEEEEE;
text-decoration: none;
background-image: url('');
background-position:left;
background-repeat:no-repeat;
}
.front a:hit{
display: block;
color: #AAAAAA;
text-decoration: none;
}

.front a:visited{
display: block;
color: #AAAAAA;
text-decoration: none;
}
.topNavRight a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFFFFF;
	text-decoration: none;
	width: 150px;
}

.topNavRight a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFFFFF;
	text-decoration: none;
}

.topNavRight a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFFFFF;
	text-decoration: none;
}

