html {
	height: 100%;
	margin-bottom: 1px;
}

body 
{
	margin: 0;
	padding: 0;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #000000;
	font: normal 14px arial;
	color: #FFFFFF;
}
		
ul li
{
	line-height: 1.2;
}

a
{
	cursor: pointer;
}

#global
{
	background-color: #000000;
}

#top
{
	height: 180px;
	width: 780px;
	margin: 0 auto;
	background-image: url(../images/header.jpg);
}

#menu
{
	height: 29px;
	width: 780px;
	margin: 0 auto;
	background-image: url(../images/menucback.gif);
}

#box
{
	height: auto;
	min-height: 100px;
	width: 740px;
	margin: 0 auto;
	padding: 20px;
	text-align: justify;
}

#box .head
{
	height: 45px;
	border: 1px solid #666666;
	background: url(../images/box_head.gif) repeat-x;
	color: #FFFFFF;
	font: bold 15px/45px verdana;
	padding: 0 15px;
	position: absolute;
}

#box .boxtext
{
	padding-top: 50px;
}

#box .news ul
{
	text-align: left;
	list-style-type: none;
	padding: 0;
}

#box .news ul li
{
	background: url(../images/redarrow.gif) no-repeat 0 7px;
	padding-left: 17px;
	margin-bottom: 10px;
	line-height: 18px;
}

#box a
{
	color: #990000;
	text-decoration: none;
}

#box a:hover
{
	color:#666666;
	text-decoration: none;
}
	
#copy
{
	width: 780px;
	margin: 0 auto;
	font: normal 10px arial;
	text-align: center;
}

#copy hr
{
	border: 0;
	width: 70%;
	color: #333333;
	background-color: #333333;
	height: 1px;
}

#firstbut
{
	border-left: none;
}

.logo
{
	float: right;
	border: 1px #666666 solid;
	margin: 0 0 10px 20px;
}

.newsdate
{
	color: #CC9900;
}

.newsheader
{
	font: normal 16px arial black;
}

.newsblurb
{
	font: normal 12px arial;
	color: #CCCCCC;
}

.separator
{
	line-height: 11px;
}