body
{
	background-image: url(/graphics/background.jpg);
	margin-top:0px;
	text-align:center;
	font-size: 16px;
	color:#666666;
}


a
{
	color:#FF9900;
	outline: none;
}

h1.copyright
{
	font-size: 10px;
	margin-top: 0px;
	text-align:right;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}


h2
{
	color:#999999;
}
	
h3
{
	color:#999999;
	margin-bottom:0px;
}

img
{
	border:0px;
}

img.top_navigation_link
{
	vertical-align:top;
	margin-top:20px;
}

.content
{
	margin-left:auto;
	margin-right:auto;
	width:826px;	
}

.content_left
{
	margin-left: 10px;
	text-align:left;
}

.top_navigation
{
	/* background-color:#FFFFFF; */
	background-image: url(graphics/top_navigation.png);
	background-repeat:no-repeat;
	height:90px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	text-align:left;
	width:830px;
	overflow:visible;
}

.content_background
{
	background-color:#FFFFFF;
	
	margin-left:auto;
	margin-left: 2px;
	margin-right:auto;
	margin-top: -1px;
	
	padding-left: 25px;
	padding-right: 25px;
	
	width: auto;
}

#content_bottom
{
	background-image: url('/graphics/content_bottom.png');
	clear: both;
	height: 25px;
}

#content_top
{
	background-image: url('/graphics/content_top.png');
	height: 18px;
}