body {
	background-color: #cccdb9;
	margin: 0px;
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;	
	text-align:center;
}

td {
	text-align:center;
}

a {
	text-decoration:none;
}

#main {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	background-image: url('/images/main_back.jpg');
	background-repeat:repeat-y;
}

#middle {
	min-height: 470px;
}

#header {
	height: 150px;
}

#left {
	width:145px;
	float:left;
	font-size: 12px;
	padding-left: 2px;
	margin-top:200px;
	color:#FFFF99;
}

#left a:link, #left a:visited, #left a:active {
	color: white;
}

#left a:hover {
	color: yellow;
}

#awmAnchor-menu {
	position:relative;
	margin-right:760px;
}

#content {
	margin-left: 170px;
	margin-top: -15px;
	text-align:left;
	
}

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

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

#footer {
	clear:both;
	background-color: #cccdb9;
	border-top: 2px solid #000066;	
	border-right:none;
	border-left:none;
	border-bottom:none;
}

#footer table {
	font-size:10px;
	color:#000000;
}

