BODY,P,TABLE,TD,TR {   
  font-size:   10pt;
  font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
  color: #000000;
}


BODY {
background:#EEEEEE url(../images/bg.jpg) repeat-x ;
}

a img { border: none; }

/* 
----------------------------------------------------------------------------- 
GLOBAL CLASSES
-----------------------------------------------------------------------------*/
.clear{clear: both;}
.float-left{float: left;}
.float-right{float: right}

.bold{font-weight: bold;}
.underline{text-decoration: underline;}

.align-left{text-align: left;}
.align-right{text-align: right;}
.center{text-align: center;}
.justify{text-align: justify;}

.red{color: #f00;}

a,ins{text-decoration:none;}
a.img, a.img:hover{ border-bottom: none !important;}

/* 
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/

#wrapper{
	background-color:#fff;
	width: 960px;
	margin:0pt auto;
	overflow: hidden;
}

/* 
----------------------------------------------------------------------------- 
TOP
-----------------------------------------------------------------------------*/

#top{
	width: 960px;
	margin: 0px;
}

#header{
	background: #444;
	width: 960px;
	height: 110px;
	padding: 0px;
}
#fdl-header{
	background: #74b71a url('../images/fdl_header.jpg') top left no-repeat;
	width: 960px;
	height: 110px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}
#header .logo{
	float: left;
	width: 330px;
	position: relative;
	
}

*|*:-moz-any-link img, img[usemap], object[usemap] {
  border: none;
}


#header .adspace{
	float: right;
	margin: 0px;
}
#fdl-header .adspace{
	float: right;
	margin: 0px;
}


/* 
----------------------------------------------------------------------------- 
LISTS
-----------------------------------------------------------------------------*/


ul.menu {}
ul.menu li a.active{ }

.block ul.menu{
	padding: 1em;
}

li a.active{
	font-weight: bold;
}

ul.primary {
	border: none;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.primary li {}
ul.primary li a {
	padding: 3px 7px;
	border: 1px solid #ccc;
	color: #444;
}
ul.primary li.active a { 
	color: #003f68;
	border: none;
	font-weight: bold;
}
ul.primary li.active a:hover { 
	border: none;
}
ul.primary li a:hover {
	border: 1px solid #ccc;
}

ul.links li{
	padding: 0 0.3em;
}


.item-list ul, #sidebar-left .block ul{
	padding: 0;
}
#sidebar-left .block ul{
	padding: 10px;
}
.item-list ul li, #sidebar-left .block ul li, #sidebar-right .block ul.menu li{
	list-style: none;
	background: transparent url('../images/dot.gif') 3px 12px no-repeat;
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #ccc;
}

ol {
	margin:5px 0px 15px;
	padding-left:20px;
}


/* 
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
/*#nav {
	height: 39px;
	background:#dadada url('../images/nav_bg.gif') top left repeat-x;
	border-top: 4px solid #003f68;
	border-bottom: 1px solid #ccc;
	margin-bottom:20px;
}
#nav ul {
	position:absolute;
	height:39px;
	margin:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#nav ul li {
	float:left;
	margin: 14px 2px 0 10px;
	padding: 0;
}
#nav ul li.expanded {
	background: transparent url('../images/nav_arrow.gif') right 6px no-repeat;
	padding-right: 10px;
}
#nav ul a {
	color:#444;
	display:block;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	font-weight: bold;
	padding:0;
	cursor: pointer;
}
#nav ul a:focus, #nav ul a.active, #nav ul a:hover {
	color: #003f68;
	text-decoration: none;
}

#nav .menu li.expanded ul.menu{
	clear: both;
	display: none;
	z-index: 999;
	margin: 0;
	padding-top: 12px;
}
#nav .menu li.expanded ul.menu li{
	float: none;
	margin: 0;
	padding: 0;
}
#nav .menu li.expanded ul.menu li a{
	background: #ddd;
	clear: both;
	float: none;
	width: 120px;
	padding: 5px 8px;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	text-align: left;
}
#nav .menu li.expanded ul.menu li a:hover{
	background: #eee;
}

.nav-searchbar{
	float: right;
	margin-right: 10px;
	text-align: right;
	padding-top: 5px;
}
.nav-searchbar .form-item{
	margin: 0;
}
.nav-searchbar input.form-text{
	background:#fff url('../images/search_bg.gif') left center no-repeat;
	position: relative;
	top: 2px;
	width: 175px;
	color: #999;
	padding: 4px;
	border: 1px solid #ccc;
}
.nav-searchbar .form-submit{
	background: #003f68;
	position: relative;
	top: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	width: 60px;
	height: 25px;
	border: none;
}




ul.menu {
 -moz-padding-start: 0px;
}
*/

/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#bottom{
	clear: both;
	background: #003F68;
	color: #fff;
	padding: 20px 0px;
}

#footer {
	clear:both;  
	font-size: 0.9em; 
	margin: 10px 20px 0;
}
#bottom p{
	margin-bottom: 10px;
	color: #ccc;
}
#bottom p.block-title{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#666 none repeat scroll 0% 0%;
	color:#fff;
	font-weight:bold;
	line-height:32px;
	padding:0pt 10px;
	margin: 0;
	text-transform:uppercase;
}
#bottom .block-content{
	padding: 10px;
}
#bottom .block-content a{
	line-height: 1.6em;
}

#bottom .adblock-728x90{
	height: 90px;
}

ul.menu li {
margin:0 0 0 0.5em;
}
li.leaf {
margin:0;
padding:0.2em 0.4em 0 0;
}

.adblock-728x90{
	width: 728px;
	height: 90px;
	padding: 4px 0px 5px 0px;
	float:left;
	z-index:998;
}

#rightOf-728{
	float: right;
	width:226px;
	height:90px;
	margin-right: 0px;
	text-align: left;
	padding-top: 7px;
}

#rightOf-728 ul.menu{
	padding:0px;
	text-align:left;
	margin:0px;
	margin-left:-6px;
	overflow:hidden;
}

#rightOf-728 ul.menu li{
	display:inline;
	margin-left:0px;
}

#rightOf-728 ul.menu li.leaf a{
	color:#ccc;
	font-size:10px;
	padding-left:6px;
	border-left:1px solid #3e6d8b;
	font-weight:normal;
}

#rightOf-728 .form-item{
	margin:0px;
	padding:0px;
}

#rightOf-728 p.block-title{
	color:#FFFFFF;
	text-align:left;
	line-height:28px;
	font-size:.8em;
	font-weight:bold;
	margin:0px;
	padding:0px;
	
}
#rightOf-728 input.form-text{
	background:#fff url('images/search_bg.gif') left center no-repeat;
	width: 145px;
	color: #999;
	padding: 4px;
	margin:0px 0px 12px 0px;
	font-size:.65em;
	border: 1px solid #ccc;
}
#rightOf-728 .form-submit{
	background: #014e82;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-left:1px;
	width: 60px;
	border: none;
	margin-top:0px;
	margin-bottom:12px;
	padding-top:3px;
	padding-bottom:3px;
}

#rightOf-728 .form-item {
margin:0;
}
.container-inline div, .container-inline label {
display:inline;
}
.form-item {
margin-bottom:1em;
margin-top:1em;
}

#above-content{
	width: 960px;
	margin:0pt auto;
	overflow: hidden;
}


#bottom #footer-left,
#bottom #footer-mid,
#bottom #footer-right {
	float:left;
	width: 293px;
	margin: 10px;
}

#bottom .item-list li{
	background: none;
	padding-left: 5px;
}

#bottom #footer-left{
	margin-left: 20px;
}
#bottom .feed-icon{
	position: relative;
	top: -5px;
}









A:link, A:visited, A:active, A:hover { 
  text-decoration: none;
  font-weight:     bold;
}
.onbody{
  background: #FFFFEE:;
  margin:0px;
  padding:0px;
}
A:link  { 
  color: blue;
}
.onbody A:LINK {
  color: blue;
}
A:visited { 
  color: #800080;
}
.onbody A:VISITED {
  color: #800080;
}
A:active {
  color: red;
}
.onbody A:ACTIVE {
  color: red;
}
PRE {
  font-size:   9pt;
  font-family: courier;
}
.tableborders {
  background: #000000;
}
.tdheader {
  font-size:   11pt;
  font-weight: bold;
  color:       #000000;
  background:  #CCCCFF;
  font-family: arial;
}
.menubar{
  background: #CCCCFF;
  font-size:   9pt;
  color: blue;
}
.navigation{
  background: #CCCCFF;
  color: blue;
  font-family: helvetica,arial;
}
.post:FIRST-LINE {
}
.post:FIRST-LETTER {
}
.new {
  font-size: 8pt;
  color:     red;
}
.catandforum {
  font-size: 8pt;
}
.posttime {
  font-size: 8pt;
  font-style: oblique;
  text-align: left;
  background: #EEEEFF;
}
.threadtotal {
  font-size: 8pt;
  background: #EEEEFF;
}
.posttotal {
  font-size: 8pt;
  background: #DDDDFF;
}
.modcolumn {
  font-size: 8pt;
  background: #DDDDFF;
}
.small {
  font-size:   8pt;
  font-family: helvetica,arial;
}
.standouttext {
  color: blue;
}
.pollcolor {
  background: blue;
}
.welcome {
  background: #DDDDFF;
  font-family: Times new roman;
  color: black;
}
.forumtitle {
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.forumdescript {
  font-size: 8pt;
  background: #DDDDFF;
  color: #000000;
}
.lighttable {
  background: #EEEEFF;
  color: #000000;
}
.newlighttable {
  background: #EEEEFF;
  color: #000000;
}
.darktable {
  background: #DDDDFF;
  color: #000000;
}
.newdarktable {
  background: #DDDDFF;
  color: #000000;
}
.cleartable {
  background: #FFFFFF;
}
.alternatetable {
  background: #FFFFFF;
}
.subjecttable { 
  background: #DDDDFF;
}
.newsubjecttable { 
  background: #DDDDFF;
}
.footertable {
  background: #DDDDFF;
}
.formboxes{
  font-family: geneva, arial, sans-serif;
  background-color: #CCCCFF;
  color: #000000;
}
.buttons {
  font-family: geneva, arial, sans-serif;
  background-color: #CCCCFF;
  color: #000000;
}

#ads-above-msgbrd{
	text-align:center;
	margin-bottom:10px;
}

#ads-above-msgbrd a{
	display:inline;
	margin-right:16px;
}

#extra-info {
	width:620px;
	padding-left:10px;
	float:left;
}

.footer-ad{
	width:300px;
	float:right;
	margin-right:25px;
	margin-bottom:20px;
}
