/* SITE GLOBAL */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #666666;
	background-image: url(../_gfx/bg_site.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#site {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* TOP */
#top {
	background-image: url(../_gfx/bg_site_top.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 920px;
}

#top .logo {
	height: 126px;
	margin-top: 0px;
	margin-bottom: 9px;
	margin-left: 10px;
	float: left;
}

#top .logo ul {
	margin: 0px;
	padding: 0px;
}

#top .logo li {
	float: left;
	list-style-type: none;
}

#top .nav {
	height: 126px;
	margin-top: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	float: left;
}

#top .nav ul {
	margin: 0px;
	padding: 0px;
}

#top .nav li {
	float: left;
	list-style-type: none;
}

#spacer {
	height: 25px;
	width: 920px;
}

/* CONTAINER */

#container {
	width: 920px;
}

#container .content_top {
	background-image: url(../_gfx/bg_title_top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 920px;
}

#container .content {
	width: 920px;
	background-image: url(../_gfx/bg_content.png);
	background-repeat: repeat-y;
	height: auto;
	padding-top: 1px;
	padding-bottom: 1px;
}

#container .spacer {
	height: 30px;
	width: 2px;	
}

#container .content_bottom {
	background-image: url(../_gfx/bg_content_bottom.png);
	height: 15px;
	width: 920px;
	background-repeat: no-repeat;
}


/* NEWSBAR */

#nb_spacer .headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;	
}

#newsbar {
	width: 920px;
}

#newsbar .news {
	width: 920px;
	background-image: url(../_gfx/bg_news.png);
	background-repeat: repeat-y;
}

#newsbar .news_top {
	background-image: url(../_gfx/bg_news_title_top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 920px;
}

#newsbar .news_bottom {
	background-image: url(../_gfx/bg_news_bottom.png);
	height: 10px;
	width: 920px;
	background-repeat: no-repeat;
}

#news_board   {
	margin-right: 60px;
	margin-left: 60px;
}
#news_board table {
	width: 780px;
}
#news_board td {
	width: 245px;
	vertical-align: top;
}

#news_board .fivepx {
	width: 10px;
	vertical-align: top;
	height: 5px;
}


/* BOTTOM */

#site_bottom {
	width: 920px;
	font-size: 10px;
	color: #FFFfff;
	text-align: center;
	line-height: 16px;
}

#site_bottom .top {
	background-image: url(../_gfx/bg_site_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 920px;
}

#site_bottom .gradient {
	background-image: url(../_gfx/bg_site_bottom_gradient.png);
	background-repeat: repeat-x;
	height: 90px;
	width: 900x;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
}


/* GLOBAL TEXT LINKS */

a {
	color: #6a6a6a;
	text-decoration: none;
}

a:link {
	color: #6a6a6a;
}

a:hover {
	color: #0099e4;
}


/* NEWSBAR TEXT LINKS */

#news_board a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #6a6a6a;
}

#news_board a:link {
	color: #6a6a6a;
}

#news_board a:hover {
	color: #0099e4;
}


/* BOTTOM TEXT LINKS */

#site_bottom .gradient a {
	text-decoration: none;
	color: #333333;
}

#site_bottom .gradient a:link {
	color: #333333;
}

#site_bottom .gradient a:hover {
	color: #0099e4;
}
