.bodytext
{
FONT-SIZE: 12px; 
COLOR: #000000; 
FONT-FAMILY: arial, helvetica, sans serif; 
TEXT-DECORATION: none; 
LINE-HEIGHT: 17px;
LETTER-SPACING: 0.08em
}
.smallbody
{
margin-top: 50px;
FONT-SIZE: 10px;
COLOR: #000000;
FONT-FAMILY: arial, helvetica, sans serif;
TEXT-DECORATION: none;
LETTER-SPACING: 0.05em
}
.titletext
{
FONT-SIZE: 20px; 
COLOR: #000000; 
FONT-FAMILY: arial, helvetica, sans serif; 
TEXT-DECORATION: none; 
LINE-HEIGHT: 22px;
LETTER-SPACING: 0.05em
}
.subtitletext
{
FONT-SIZE: 16px; 
font-weight: bold;
COLOR: #000000; 
FONT-FAMILY: arial, helvetica, sans serif; 
TEXT-DECORATION: bolder; 
LINE-HEIGHT: 18px;
LETTER-SPACING: 0.05em
}

a
{
FONT-SIZE: 12px;
COLOR: #CC3300;  
FONT-FAMILY: arial, helvetica, sans serif;
TEXT-DECORATION: none;
LETTER-SPACING: 0.08em
}

a:hover
{
TEXT-DECORATION: underline;
}

/* addl */
img {
	border: none;
}
.imgspace	{
	margin-left: 20px;
	margin-top: 20px;
}
.imgcell	{
	padding: 10px 10px 10px 10px;
}

.imgtop	{
	width: 500px;
	text-align: right;
}

#navcontainer {
	margin-top: 20px;
	padding-top: 0px;
	width: 100%;
	background-color: #ffffff;
	text-align: right;
	width: 200px; 
}

#navlist ul {
	margin-left: 0;
	margin-right: 5px;
	padding-left: 0;
	white-space: nowrap;
	z-index: 1;
	}

#navlist li {
	list-style-type: none;
	}

a.navlist {
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	padding: 3px 10px 3px 10px;
	color: #fff;
	background-color: #999;
	text-decoration: none;
	border: 1px solid #CCC;
	line-height : 25px;
}

a.navhere {
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	padding: 3px 10px 3px 10px;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	border: 1px solid #CCC;
	line-height : 25px;
}

#navlist a:hover {
	color: #000;
	background-color: #dddddd;
	text-decoration: none;
}

#contentright {
	left: 250px;
	top: 10px;
	width: 450px;
	position: absolute;
}
	
.footspace {
	clear: both;
	margin-left:-30px;
}

#footnav ul {
	white-space: nowrap;
	}

#footnav li {
	display: inline;
	list-style-type: none;
	}

#footnav a {
  	font-family: arial, helvetica, sans serif;
	font-size: 10px;
	padding: 3px 10px 3px 10px;
  	color: #fff;
	background-color: #999;;
	text-decoration: none;
	border: 1px solid #CCC;
	}

#footnav a:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	}