@charset "UTF-8";
/* CSS Document */
body
{
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 auto 0 auto;
	text-align: center;
	
}

a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:link { color: #000000; }
a:visited { color: #000000; }

a:hover
{
	color: #999999;
}
#topArea
{
	
	background: #990000;
	height: 16px;
	width: 100%;
	top: 0;
	left: 0;
}

#headerWrapper
{
	
	top: 16px;
	left: 0;
	width: 100%;
	height: 180px;
	text-align: center;
	background: #ffffff;
	border-bottom: 10px solid #000000;

}

#header
{
	width: 960px;
	height: 180px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(../images/graphic_header.jpg) no-repeat;
}
#contentWrapper
{
	clear: both;
	width: 960px;
	margin: 0 auto 0 auto;
	
	text-align: left;	
	
}

#leftSide
{
	float: left;
	width: 400px;
	margin: 10px 0 10px 10px;
	
}
#leftSide p
{
	margin: 4px 4px 2em 4px;;
}

#rightSide
{
	float: right;
	width: 520px;
	
	margin: 10px 10px 10px 0;
}
#rightSide img
{
	margin: 4px;
	border: 8px solid #990000;
}


#buttonArea
{
	margin: -16px 0 0 0;
	float: right;
	width: 700px;
	height: 80px;
	text-align: right;
	
}

#buttonArea ul {
	margin: 0px;
	padding: 0px;

}
#buttonArea li {
	list-style-type: none;
	display: inline;
	margin: 0 8px 0 0;
}

#footer
{
	clear: both;
	width: 100%;
	background: #999999;
	height: 16px;
	
}

#copyright
{
	margin: 4px auto 4px auto;
	width: 100%;
	
	font-size: 12px;
	color: #999999;

}
