	/* CSS */
body 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	background-color: #5A81AC;
	background-attachment: fixed;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#topbar
{
	text-align:left;
	width:468px;
	height:60px;
	background-color: #cccccc;
	margin: auto;
	margin-top: 5px;
}

#timestamp
{	
	margin-top: 3px;
	font-size: 7pt;
	color:#C0C0C0;
	text-align: center;
	padding-bottom: 3px;
}

#main
{	
	margin: auto;
	width: 830px;
	padding: 10px;
	background-color: #ffffff;
	border-color: #183103;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	color: #666685;
}

#main h1
{
	color: #111111;
	font-size: 16px;
	font-weight: bold;
}

#main h2
{
	color: #5c486e;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#main b
{
	color: #5c486e;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.maintexttop
{
	padding-left:10px;	
}

.maintextbottom
{
	padding-left:10px;
	width: 600px;
}

#menu
{
	background-color:#e1e4e9;
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 10px;
}

.menuitem
{
	padding-left: 40px;
	padding-right: 40px;
}

.menuitem a 
{	
	color: #666685;
	text-decoration: none;		
}
.menuitem  a:hover 
{
	text-decoration: underline;
}
.menuitem a:hover 
{
	text-decoration: underline;		
}

#adright
{

	width:160px;
	height:240px;	
	color: #000000;
	background-color: #c9cfdb;		
}

#adleft
{	
	width:160px;
	height:240px;	
	color: #000000;
	background-color: #c9cfdb;
}

#descriptor
{
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.tableclass
{	
	font-family: Verdana, sans-serif;
	padding: 0px;
	color: #3c496a;
	width: 100%;
	border-right: 1px dotted #7d8ba7;
	border-bottom: 1px dotted #7d8ba7;
}
.tabletitleclass
{
	padding: 5px 5px 5px 5px;
	background-color: #c9cfdb;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px dotted #7d8ba7;
	border-bottom: 1px dotted #7d8ba7;
	text-align:center;

}

a 
{	
	color: #333352;
	text-decoration: none;		
}

a:hover
{	
	color: #111111;
	text-decoration: underline;		
}

.tableitemsclass
{
	padding: 5px 5px 5px 5px;
	background-color: #f0f1f4;
	font-size: 11px;
	border-right: 1px dotted #7d8ba7;
	border-bottom: 1px dotted #7d8ba7;
}

#footer
{
	font-size: 9px;
	color: #c0c0c0;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

