HTML, BODY
{
	margin: 0;
	padding: 0;
}
BODY
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000;
	font-size: 10pt;
}
H1
{
	font-size: 13pt;
}
A
{
	color: #FF9933;
	text-decoration: none;
}
A:hover, A:active
{
	color: #000000;
	text-decoration: none;
}
DIV#header
{
	height: 170px;
	margin: 0;
	background: #000;
	color: #FFF;
	background-image: url(../images/header.jpg);
}
DIV#menu
{
	position: relative;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	top: 143px;
	height: 29px;
	left: 51px;
	text-align: center;
	padding-top: 5px;
}
.menu
{
	color: #FFF;
	text-decoration: none;
	font-size: 10pt;
}
.menu A
{
	color: #FFF;
	text-decoration: none;
}
.menu A:hover
{
	color: #FF9933;
	text-decoration: none;
}
.menu_default
{
	color: #FFF;
}
.menu_current
{
	color: #FF9933;
}
DIV#container
{
	text-align: left;
}
DIV#container
{
	width: 964px;
	margin: 0 auto;
	height: 100%;
}
DIV#wrapper
{
	float: left;
	width: 100%;
	background-color: #FFF;
}
DIV#content P
{
	line-height: 1.4;
}
DIV#content
{
	margin-left: 247px;
	margin-right: 241px;
	margin-bottom: 50px;
	margin-top: 0px;
	padding-top: 27px;
	clear: both;
	height: 100%;
}
.content A
{
	color: #FF9933;
	text-decoration: none;
}
.content A:hover, A:active
{
	color: #000000;
	text-decoration: none;
}
.content_image
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}
DIV#right_column
{
	float: left;
	width: 241px;
	margin-left: -241px;
	padding-top: 27px;
	background: #FFF;
}
DIV#right_column P
{
	margin-right: 0px;
}
.right_content
{
	margin-left: 10px;
	margin-right: 10px;
}
DIV#right_content
{
	padding-left: 10px;
}
DIV#left_column
{
	float: left;
	width: 247px;
	margin-left: -964px;
	padding-top: 20px;
	background: #FFF;
}
DIV#left_column P
{
	margin-right: 0px;
	margin-left: 0px;
}
.left_column UL
{
	padding-left: 0px;
	line-height: 1.5;
}
H2
{
	font-size: 12pt;
}
DIV#right_column_ul, UL
{
	padding-left: 14px;
}

