﻿#fullheight{ height: 100%; margin: 0; padding: 0;}
body { background-color:#cccccc;}
ul { list-style-image: url("images/fishhook.gif") }
li { list-style-type: square; }


#navcontainer {  MARGIN-left: 25px; width: 350px; }

#navcontainer ul
{
	list-style-image: url("images/fishhook.gif") ;
	margin-left: 25px;
	padding-left: 0;
	font-family: georgia;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 350px;
background-color: #990000;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist 
{

color: #EEE;
text-decoration: none;
}

#navcontainer a:hover,a:visited
{
background-color: #660000;
color: #fff;
}

#CalcMenu  a
{
color:#0000FF;
background-color:#FFFFFF;
}

#CalcMenu  a:hover
{
color:Black ;
background-color:#FFFFFF;
}

#CalcMenu  a:visited
{
color:Maroon ;
background-color:#FFFFFF;
}

H1 { font-size:large}
H5 { color:#000000}

#required { background-color:Yellow ;}
#requiredText { background-color:Yellow ;}
