
a:link, a:visited, a:active {color:#66888A;}

a:hover {color:#335052;}

body {
	background:#292929;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
h1 { 
	font:bold 36px Trebuchet MS;
	color:#fff;
	text-transform:uppercase;
	float:left;
	margin:10px 0 0 0;
	padding:0;
	letter-spacing:1px;}
	
	
h2 {
	margin:0;
	padding:0;
	font:bold 24px Trebuchet MS;
	color:#66888A;
	text-transform:uppercase;
	line-height:28px;
	}

h2 a {text-decoration:none;}


#page {
	background-color: white;
	margin:19px auto 0 auto;
	padding:0 0 5px 0;
	width:900px;
	}
	
/* Header */
	

#header {
	height:109px;
	text-align:center;
	padding:0;
	margin:0;
	}
	
	
#header img {
	float:center;
	padding:0;
	margin:30px 0 0 23px;
	}


/* Feeds */


#feeds {
	margin:15px 0px 30px 30px;
	text-align:left;}
	
#feeds h2 { margin:0 0 15px 0;}

.clear_row {clear:both;}




/* News Box */

.linkbox { 
	width:270px;
	height:auto;
	background:#fff url(../images/bk/linkbox_bk.gif) repeat-x;
	text-align:left;
	float:left;
	padding:0;
	margin:0 15px 18px 0;}
	
.linkbox .link_hdr {
	width:auto;
	height:18px;
	background:#333 url(../images/bk/linkbox_hdr_bk.gif) repeat-x;
	margin:0;
	padding:8px 8px 8px 10px;}
	
.linkbox .link_hdr h4  { 
	font:bold 16px Trebuchet MS;
	color:#fff;
	padding:0;
	margin:0;
	text-transform:uppercase;
	line-height:16px;
	float:left;
	}
	
.linkbox .link_hdr img {float:right;}


.link_hdr h4 a:link,
.link_hdr h4 a:visited,
.link_hdr h4 a:active{ text-decoration:none; color:#fff;}
.link_hdr h4 a:hover { color:#BAB8B8;}


.linkbox ul { 
	margin:7px 10px 0 29px;
		padding:0;
		list-style:url(../images/feed_li.gif) outside;}
		
.linkbox ul a {color:#444;}
.linkbox ul a:hover {color:#111;}
	
.linkbox li { 
	margin:0;
		padding:0 0 6px 0;
		font: bold 12px "Trebuchet MS", Verdana, sans-serif;
		color:#333;
		line-height:14px;}
	
#form {	z-index:2;
		width:225px;
		position:absolute;
		display:none;
		background:#fff;
		padding:10px;
		border-top:3px solid #888;
		border-left:3px solid #888;
		border-right:3px solid #666;
		border-bottom:3px solid #666;
		margin:-300px 0 20px 10px;}	
		


a.more_link { 
	color:#888;
	border:1px solid #888;
	padding:3px 4px 2px 4px;
	margin:0 0 0 13px;
	text-decoration:none;
	line-height:40px;
	font:bold 11px "Trebuchet MS", Verdana, sans-serif;
	text-transform:uppercase;
	}
a:hover.more_link {color:#666; border:1px solid #666; background:#eee;}


/* Footer */


#footer {
	font:normal 12px Trebuchet MS; 
	color:#aaa;
	margin: 6px auto 25px auto;
	padding: 0 0 25px 0;
	width: 900px;
	}

#footer p { margin:0; padding:0;}

#footer .copyright {float:left;}
#footer .feeds {float:right;}




