*
{
	margin: 0;
	padding: 0;
	border-top-color: #F6F6F6;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
	border-left-color: #F6F6F6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

body
{
	background: #0b0b0b url('images/background.jpg') top center repeat-y;
	margin: 0;
	text-align: center;
	font: 11px tahoma, verdana, arial, helvetica, sans-serif;
	color: #000000;
}

/**
 * Default Hyperlink Colours
 */
a,a:visited
{
	color: #000000;
	text-decoration: none;
}

a img
{
	border: 0;
}

/**
 * Page Structure
 */

#wrapper
{
	width: 788px;
	text-align: left;
	margin: 0 auto 0 auto;
}

/**
 * Messages/Search Header
 */

#messages
{
	background: url('images/messages_bg.jpg') repeat-x;
	height: 16px;
	clear: both;
	padding: 10px;
}

/**
 * Header
 */
h1
{
	clear: both;
	height: 195px;
}

/**
 * Navigation bar
 */

#navigation
{
	list-style: none;
	margin: 0;
	clear: both;
	background: url('images/nav_bg.jpg') repeat-x;
	height: 35px;
	padding: 0 0 0 82px;
}

#navigation li
{
	float: left;
	width: 88px;
	height: 35px;
	overflow: hidden;
	background: url('images/nav_item.jpg') no-repeat;
}
	
#navigation li a
{
	color: #000000;
	font-weight: bold;
	text-align: center;
	display: block;
	height: 35px;
	padding: 9px 0 0 0;
	text-decoration: none;
}
	
#navigation li a:hover
{
	background: url('images/nav_hover.jpg');
	padding: 11px 0 0 0;
}

/* 
 * Right Sponsors/Policy Links Column
 */

#sponsors
{
	width: 218px;
	float: right;
	list-style: none;
}

#sponsors .links, #sponsors .links a
{
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#sponsors li 
{
	margin-top: 5px;
}
/**
 * News item styles
 */
h2
{
	background: url('images/news_header.jpg');
	height: 54px;
	width: 566px;
	padding: 10px 0px 0px 18px;
	font: normal 13px arial, tahoma, verdana, helvetica, sans-serif;
}

.newsbody
{
	width: 560px;
	background: url('images/news_bg.jpg') repeat-y;
	padding: 3px 20px 0px 20px;
}

.newsbody p
{
	padding: 10px 0 10px 0;
}

.newsbody .etc
{
	padding: 0;
}

.newsbody ulx
{
	margin: 0 0 0 10px;
}

.readmore
{
	background: url('images/news_footer.jpg');
	height: 38px;
	width: 566px;
	overflow: hidden;
	padding: 3px 0 0 0;
}
	
.readmore a
{
	background: url('images/news_more.jpg');
	height: 37px;
	width: 80px;
	display: block;
	color: #ececec;
	text-align: center;
	text-decoration: none;
	padding: 17px 0 0 0;
	margin: 0 0 0 450px;
	overflow: hidden;
}
.etc a
{
	color: #000000;
	font-weight: bold;
}
	
.etc span
{
	float: right;
}

	
.newsimg
{
	margin: 10px 10px 10px 0;
}

/**
 * Footer
 */

#footer
{
	clear: both;
	height: 24px;
	background: url('images/footer_bg.jpg') repeat-x;
	padding: 12px 0 0 20px;
}

#footer a
{
	color: #909090;
	text-decoration: none;
}

.ctcopy
{
	background: url('images/footer_right.jpg') no-repeat;
	width: 218px;
	height: 36px;
	float: right;
	overflow: hidden;
	text-align: center;
	margin: -12px 0 0 0;
}
	
.ctcopy a
{
	display: block;
	height: 36px;
	padding: 12px 0 0 0;
	color: #000000;
	text-decoration: none;
}
	
#credits
{
	height: 36px;
	background: url('images/footer_bg.jpg') repeat-x;
	position: relative;
	bottom: 50px;
	width: 370px;
	overflow: hidden;
}
	
#credits span
{
	height: 36px;
	padding: 12px 0 0 10px;
	display: block;
	background: url('images/footer_right.jpg') no-repeat;
}
/**
 * Default Floating and Clearing Classes
 */
.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

/** Misc Styles **/

.style2 
{
	font-size: 12px;
	font-family: Tahoma;
}
.style3 
{
	font-size: 12px;
}
.style5
{
	color: #000000;
}
.style6 
{
	font-size: 11px;
}
.style7 
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.style8 {font-size: 11px}
.style9 
{
	font-size: 11px; 
	font-style: italic; 
}
.style12
{
	font-size: 12px; 
	font-weight: bold; 
	font-style: italic; 
}
.xstyle6 
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
