@import "menu.css";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595b;
	background: #ffffff;
}
body,td,th {
	font-size: 12px;
}
h1,h2,h3 {
	margin-top: 0em;
	margin-bottom: 1.2em;
}
p {
	margin-top: 0em;
	margin-bottom: 1.2em;
	line-height: 18px;
}
a {
	
	color: #333;	
}
ul {
	margin: 0px;
	padding: 0em 0em 0em 1.5em;
}
div.clear {
	width: 100%;
	font-size: 1px;
	clear: both;
}
div#container {
	margin: 0px auto;
	width: 820px;
	position: relative;
	text-align: left;
}
div#containter a{
	color: #747474;
	text-decoration:underline;
}
h1#logo {
	display: block;
	float: left;
	width: 312px;
	height: 110px;
	margin: 0px;
	background: url('images/logo.gif') no-repeat top left;
}
h1#logo em {
	display: none;
}
div#profile {
	position: relative;
	float: right;
	right: 1px;
	top: 10px;
	width: 350px;
}
div#columnOne {
	border-bottom:2px solid #999999;
	margin-bottom:30px;
	position:relative;
	top:15px;
	width:820px;
}
div#date {
	float: left;
	width: 200px;
	height: 25px;
	font-weight: bold;
	font-size: 11px;
}
div#columnTwo {
	float: right;
	width: 610px;
	height: 25px;
}
div#news {
	float: left;
	margin-left:20px;
	width:290px;
	font-size: 11px;
}
div#searchContainer {
	float: right;
	width: 260px;
	height: 35px;
}
div#searchContainer a {
	display: block;
	padding-right: 20px;
	float: left;
}
form#searchArea {
	display: block;
	width: 165px;
	height: 35px;
	background: url('images/searchBackground.gif') no-repeat bottom right;
	height: 18px;
	float: right;
}
form#searchArea input#search {
	border: none;
	width: 106px;
	background: none;
	margin-left: 10px;
	font-size: 10px;
	color: #666;
}
form#searchArea label.searchText {
	font-size: 11px;
}
.time {
	font-weight: bold;
	color: #0099d8;
}
div#buttons {
	position: relative;
	top: 5px;
}
div#content {
	margin-top: 5px;
	*margin-top: 0px;
}
ul#design {
	display: block;
	float: right;
	list-style-type: none;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
ul#design li{
	display: inline;
	padding: 0em 0.8em;
	border-right: 1px solid #857b7c;
	color: #828c9b;
	font-size: 11px;
	text-decoration: none;
}
ul#design li.NIMLastItem{
	border-right: none;
	padding-right: 0em;
}
ul#design a{
	color: #828c9b;
	font-size: 11px;
	text-decoration: none;
}