/* CSS Document */
body {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color:#ccffcc;
}

a:link { color: #006600;}
a:visited { color: #006600;}
a:hover { color: #ccffcc;}

h3
{ 
	font-size:18px; 
	border-bottom: dotted 2px #006600; 
   	margin-top: 0px;
	padding-bottom:5px;
}

div.contentbx
{ border: 1px solid #006600; 
  background-color: #e2ffe2;
  padding:5px;
  vertical-align:top;
}

td.leftpgbdr
{ 	background-image:url(../images/leftborder.jpg); 
	background-repeat: repeat-y; 
	border-right:2px solid #ffcc00; 
	width:49px;
}

td.rightpgbdr
{
	background-image:url(../images/rightborder.jpg); 
	background-repeat: repeat-y; 
	border-left:2px solid #ffcc00; 
	width:49px;
}	

img.imgbdr
{ border: solid 1px #006600; }

#navigation
{
	background-image:url(../images/navbg.jpg); 
	background-repeat:no-repeat; 
	width:160px; 
	vertical-align:top;
	border-right: solid 1px #006600;
	padding:0;
	background-color: #e0f8e0;
}	

#navcontainer
{
	width: 155px;
	margin-left:0px;
	padding-left:0px;
}
	
#navigation ul
{	
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li
{
padding: 3px;
border-bottom: 1px solid #006600;
}

#navigation li a 
{ 
	text-decoration: none; 
	color:#006600;
	font-weight:bold;
}



