* {
	margin:0px;
}

html, body {
	height: 100%;
	text-align:center;
	color:#CCCCCC;
	font-family:arial, helvetica, sans-serif;
	font-size: 14px;
	background:#000000 url("http://www.prefix.com/2009/images/Building3.png") no-repeat fixed center top;
}

a {
	color:#CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

img {
	border: 1px solid #808080;
}

.imgRight 
{
	float:right;
	margin-left: 8px;
}

.imgCenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.imgRight2
{
	display: block;
	margin-left: 8px;
	margin-right: 0px;
}

.imgNoBorder 
{
	border:none;
}

/*--------Wrapper--------*/
#wrapper 
{
	width:790px;
	min-height:100%;
	height: auto;
	height: 100%;
	margin: 0 auto;
	text-align:left;
}


#main
{
	position:absolute;
	top:88px;
	width:790px;
}

#main table
{
	width:100%;
}

#main table tr td
{
	vertical-align:top;
	padding-bottom:8px;
}

#main ul
{
	margin-left:24px;
}

#main a
{
	text-decoration: underline;
}

h3
{
	font-size:20px;
}

h4
{
	font-size:16px;
	font-weight:normal;
}

.news
{
	border-collapse:collapse;
}

.newsHeader
{
	border-collapse:collapse;
	padding-top: 8px;
	text-indent: 8px;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	background:#000000 url("http://www.prefix.com/Images/News/Header.png") no-repeat;
}

.newsBody
{
	Padding: 0px 8px 8px 8px;
	color: #000000;
	border-left: solid 2px #FF0000;
	border-right: solid 2px #FF0000;
	border-bottom: solid 2px #FF0000;
	background-color: #E2EBF5;
}

.newsBody a
{
	color: #000000;
}

.newsBody img
{
	border: 1px solid #808080;
}

/*--------Footer--------*/
#footer 
{
	position:absolute;
	height: 20px;
	overflow: hidden;
	bottom:0px;
	font-size:13px;
	width:790px;
	text-align:center;
	background-color:#000000;
}