﻿body {
background:#ffffff url('background.png') repeat-x scroll center top;
font-family:Tahoma;
font-weight:normal;
margin:0;
padding:0;
}
table, tr, td {
	vertical-align:top;
}
#container {
	width:1000px;
	text-align:left;
	background-color:#eeeeee;
	border-left:1px green dotted;	
	border-right:1px green solid;
}
.menulink:link {
	color:#0000FF;
	text-decoration:none;
	font-weight:bold;
}
.menulink:visited {
	color:#0000FF;
	text-decoration:none;
	font-weight:bold;
}
.menulink:hover {
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}
.menu {
list-style:none;
}
.menuitem {
float:left;padding-left:100px;
}
.clear {
clear:both;
}
.title{
	color:#000066;
	font-family:"Century Gothic";
}
.slogan{
	color:#000066;
}
.table{
	width:100%;
}
.lefttable {
	width:300px;
	height:100px;
}
.righttable {}
.links{}
.content{}
.right {
	text-align:right;
}
#news {
	font-size:10px;
	padding:20px;
}