body 
	{
	color: #000;
	font-size: small;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 120%;
	background-color: #cccccf;
	text-align: left;
	margin: 0
	}

a:link  
	{
	color: #009; 
	text-decoration: none;  
	}

a:visited 
	{ color: #669; 
	text-decoration: none; 
	}

a:hover 
	{ 
	color: #33f; 
	text-decoration: underline; 
	}

#header 
	{
	background-color: #666666;
	text-align: left;
	visibility: visible;
	position: relative;
	height: 120px
	}

.menuitem 
	{
	color: #33f;
	margin-top: 20px;
	margin-left: 5px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 1px dotted #003;
	border-left: 0 none
	}

.menuitem a:link 
	{
	color: #00f;
	text-decoration: none
	}

.menuitem a:visited 
	{ color: #669; 
	text-decoration: none; 
	}

.menuitem a:hover 
	{
	color: #33f;
	text-decoration: underline
	}

.leftcol 
	{
	text-align: right;
	width: 15%;
	float: left
	}

.midcol 
	{
	padding-left: 36px;
	width: 65%;
	float: left
	}

.rightcol 
	{
	font-size: small;
	font-style: italic;
	line-height: 120%;
	padding-left: 3%;
	width: 5%;
	float: left
	}

#footer 
	{
	color: #000;
	font-size: small;
	line-height: 140%;
	background-color: #666666;
	text-align: center;
	letter-spacing: 4px;
	height: 20px;
	clear: left
	}

#footer a:link 
	{
	color: #00f;
	text-decoration: none
	}

#footer a:visited 
	{ color: #00f; 
	text-decoration: none; 
	}