body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	padding:0;
	margin:0;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background:transparent url(../CssImages/body_bg.jpg) repeat-x scroll center top;
}
a:link {
	color:#ff0000;
	text-decoration: none;
}
a:visited {	
	color:#8c0000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration:underline;
}
a:active {
	colour:#333333;
	text-decoration: none;	
}
h1 {
    padding:10px 10px 6px 20px;
	background:url(/CssImages/headingbg.jpg) repeat-x;
	border-bottom:1px solid #666;
	color:#F00;
	font-size:15px;
    margin: 0px;
}
h2 {
    	color:#F00;
	font-size:15px;
}
h3 {
	color:#000000;
        font-size:13px;
}
h4 {
	padding:10px 10px 6px 10px;
    text-align: center;
	background:url(/CssImages/headingbg.jpg) repeat-x scroll 0 0;
	border-bottom:1px solid #666;
	color:#F00;
	font-size:15px;
    margin: 0px;
}
ul, li {
	font-size: 12px;
	list-style-position:inside;
	list-style-type:disc;
	padding-bottom:1px
}
#wrap {
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	float:left;
	width:1002px;
	height:259px;
	border: 1px solid #333;
}
#navbar {
	background:transparent url(../CSSImages/menu_bg.jpg) repeat scroll 0 0;
	border-bottom:1px solid #333;
	border-top:1px solid #333;	
	height:50px;
	margin-bottom:10px;
	margin-top:0;
	width:1002px;
}
#maincontent {
	width: 1002px;
	background-color: #fff;
	border:#333 1px solid;
	height:auto;
	margin-bottom:10px;
    *background-color: none;
    *border:none;
}
#left-column {
	  float:left;
      width:200px;
}
#left-box {
	  float: left;
      width: 200px;     
      margin-top:10px;
      background-color:#FFF;
      border:1px solid #666;
}
#adrotator {
     width:200px;
     text-align:center;
}
#middle-column {
        width: 580px;
        float:left;
        margin-right:10px; margin-left:10px;
        margin-top:10px;
        border:#333 1px solid;
        background:transparent url(/cssimages/content-bg.jpg) no-repeat scroll 0 0;
}
#wide-column {
        width: 790px;
        float:left;
		margin-left:10px;
        margin-top:10px;
        border:#333 1px solid;
        background:transparent url(/cssimages/wide-bg.jpg) no-repeat scroll 0 0;
}
#middle-column-content {
        padding:10px;
}
#wide-column-content {
        padding:10px;
}
#right-column {
	width:200px;
	float:left;
}
#right-box {
	width: 200px;
	float: left;
	margin-top:10px;
	background:#fff;
	border:1px solid #666;
}
#footer {
    background:transparent url(/CSSImages/menu_bg.jpg) repeat-x scroll 0 0;
    height:25px;
    padding-top:12px;
    border:1px solid #cccccc;
    margin-top:10px;
}

/* CSS for Shade Tabs. Remove if not using */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border-top: 1px solid gray; border-left:1px solid gray;border-right:1px solid gray;
color: #ff0000;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #ff0000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: grey;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
} 

/* RSS */

.rss_box {
	 width:180px;
	 margin: 5px 10px 10px 10px;
}
.rss_subtitle {
	 font-size:13px;
	 color: #333;
     margin: 5px 10px 0 10px;
	 font-weight:bold;
	 padding-bottom:5px;
	 border-bottom:1px dotted #666;
 }
 
 .rss_items {
	 list-style:none;
	 margin:0;
	 margin-bottom:10px;
	 padding:0;
     text-align:justify;  
}

li.rss_item{
	margin-bottom:10px;
}