body {
	background-color: #000000;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}

h1 {
	font-size: 16px;
	color:#CC0000;
}

h2 {
	font-size: 14px;
}

#main {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	background-color: #eeeeee;
	font-size: 12px;
	text-align:left;
}

#header {
	
}

#menu {
	height: 29px;
	margin-top: -2px;
	background-image: url(images/menu_back.gif);
	background-repeat: repeat-x;
}

#awmAnchor-menu {
	position:relative;
	margin:0px;
	left:-10px;
	top:-10px;
}

#content {
	margin-left: 2px;
	margin-right: 2px;
	height: auto;
	padding-left:5px;
	padding-right:5px;
	background-image: url(images/content_backgrnd.jpg);
	background-repeat: repeat-y;
	text-align:left;
}

#content td { 
	font-size:12px;
}

#content th {
	color:#003366;
	font-size:14px;
}

#trail {
	font-size:x-small;
}

#trail a:link, #trail a:visited {
	text-decoration:none;
	color: #0033CC;
}

#trail a:hover, #trail a:active {
	text-decoration:underline;
	color:#CC0000;
}

#footer {
	clear: both;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #CC0000;
	font-size: 80%;
	background:#FFFFFF;
}

#footer table {
	font-size:90%;
}