#header
{
	position: fixed;
	left:0;
	top: 0;
	height: 160px;
	width: 890px;
}

#heading 
{
	position: fixed;
	left:0;
	top: 0;
	height: 160px;
	width: 890px;
	background-color:#FFFFFF;
	z-index: 99;
}

#menu 
{
	position: fixed;
	top: 160px;
	left: 10px;
	width: 120px;
}

#main
{
	position: absolute;
	top: 160px;
	left: 175px;
	width: 700px;
	z-index: 0;
	height: 112px;
}

body
{
	font-family:"Trebuchet MS";
}

div
{
	font-family:"Trebuchet MS";
	font-size: 14px;
}

.pagetitle 
{
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight:bold;
	text-align: center;
	background-color:#FFFFE6;
	border: #CCCCCC thin solid;
}

.subtitle 
{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
	vertical-align: top;
}

.itemheading
{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
}

.newstext
{
	font-family:"Trebuchet MS";
	font-size: 14px;
	text-indent: 150px;
}

.stdtext
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
}

.boldtext
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.datetext
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	color: #0000FF;
}

.borderbtm
{
	border-bottom: solid 1px #999999;
}

.dottedtop
{
	border-top: dashed 1px #999999;
}


a.menu
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	display: block;
	margin-bottom: 1px;
	width: 100px;
	padding: 3px;	
}

a.menu:link, a.menu:visited
{
	color: #FFFFFF;
	background-color: #FF0000;
	border-right: 20px solid #CCCCCC;
	text-shadow: #999 0px 2px 2px;
}

a.menu:hover
{
	text-align: right;
	color: #666666;
	background-color: #FF0000;
	border-right: 20px solid #666666;
	text-shadow: none;
}

.linkitem, .linkitem:visited
{
	color: #0000FF;
	height: 20px;
	text-align: center;
	text-decoration: none;
}

.linkitem:hover
{
	color: #FF8000;
	text-decoration: none;	
}

.bullet 
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	text-indent: 20px;
	background-image:url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

