@CHARSET "ISO-8859-1";
body
	{
	position:relative;
	padding:10px;
	margin:0px;
	text-align:center;
	background:url("background.jpg") 0 0 repeat-x;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
/*font-size:14px;*/
	color:#444;
	}
.template
	{
	text-align:left;
	width:804px;
	margin:0 auto;
	background:#eee;
	border:1px solid #777;
	}
#header
	{
	width:804px;
	height:152px;
	background:url("header.jpg") 0 0 no-repeat;
	clear:both;
	}
#logo
	{
	margin:30px 0px 0px 10px;
	}
#menubar
	{
	clear:both;
	width:804px;
	height:29px;
	background:url("menubar.jpg") 0 0 repeat-x;
	text-align:center;
	}
.button_space
	{
	/*width:50px;*/
	/*position:relative;*/
	opacity:.5;
	filter:alpha(opacity=40);
	background:green;
	/*font-size:25px;*/
	height:40px;
	padding:0px;
	/*margin:0 auto;*/
	}
.button_space span
	{
	/*color:#eee;
	margin:0px;
	height:40px;
	border-left:1px solid #fff;
	border-right:1px solid #333;*/
	}
.button_space span a
	{
	/*font-size:18px;*/
	}
.button_line
	{
	height:29px;
	width:0px;
	position:relative;
	border-left:1px solid #222;
	border-right:1px solid #ddd;
	}
.inline-list {
	font-family: Verdana, sans-serif;
	padding:0px 0px;
	}
.inline-list ul {
	height:29px;
	border-right: 1px solid #fff;
	border-left: 1px solid #022364;
	list-style-type:none;
	display: inline;
	color: #aaa;
	/*font-weight: bold;*/
	}
.inline-list li {
	padding:5px 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #022364;
	list-style-type:none;
	display: inline;
	color: #aaa;
	/*font-weight: bold;*/
	}
.inline-list li a
	{
	height:29px;
	line-height:29px;
	list-style-type:none;
	display: inline;
	color: #eee;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px
	}
.inline-list li h3
	{
	display:inline;
	}
.leftbox
	{
	float:left;
	height:auto;
	width:150px;
	border:1px solid #333;
	background:#f6f6f6;
	margin:10px;
	font-size:10pt;
	}
.leftbox div
	{
	margin:4px;
	}
.leftbox ul
	{
	padding:0px;
	margin:0px;
	margin-left:20px;
	}
.footer
	{
	font-size:10pt;
	height:33px;
	clear:both;
	background:#ccc;
	text-align:center;
	}
.content
	{
	font-size:10pt;
	padding:10px;
	}
.content ul li
{
	list-style-position:inside;
	margin-left:0px;
}
.content ol li
{
	list-style-position:inside;
	margin-left:0px;
}