body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000033;
	margin: 0px;
	padding: 0px;
	
	
}
body a{
text-decoration:none;
color: #999966;
}
body a:hover{
text-decoration:underline;
color: #999966;

}
#topnav{
	/*background-image: url(images/topnavbg.png);*/
	background-color:#999999;
	background-repeat: repeat-x;
	height: 22px;
	border-top:2px #FFFFFF solid;
}
#topnavmenu{
	/*background-image: url(images/topnavbg.png);*/
	background-color:#999999;
	height: 22px;
	padding-top: 3px;
	}

#topnavmenu a{
	text-decoration:none;
	color:#D2E382;
	padding-top: 3px;
	font-weight:bold;
	font-size: 9pt;
	height:22px;
	display:block;
}
#topnavmenu a:hover{
background-color:#BAD139;
text-decoration:none;
	color:#FFFFFF;
	padding-top: 3px;
	font-size: 9pt;
	font-weight:bold;
	display:block;

}
#button{
background-color:#006600;
background-repeat:no-repeat;
padding:1px;
text-align:center;
color:#FFFFFF;
width:60px;
font-weight:bold;

}
#text{
color: #999966;
font-size:8pt;
}

#homeimg{
padding:2px;
}
#welcome{
	background-color:#EEEEF9;
	padding:6px;
	line-height: 18px;
	margin-left:3px;
	}
#welcome a{
text-decoration:none;
color: #B2CC2E;
}
#welcome a:hover{
color: #999966;

}

#exco{
	background-color:#FFFFFF;
	padding:8px;
	line-height: 18px;
	margin-left:3px;
	margin-bottom:4px;
	}
#exco a{
text-decoration:none;
color: #B2CC2E;
}
#exco a:hover{
color: #999966;

}
#side{
	background-color:#EEEEF9;
	padding:6px;
	line-height: 18px;
	/*margin-right:3px;*/
	width:99%;
	}
#side a{
text-decoration:none;
color: #006600;
}
#side a:hover{
color: #999966;
text-decoration:underline;

}
#rss{
	background-color:#EEEEF9;
	padding:6px;
	line-height: 18px;
	/*margin-right:3px;*/
	width:99%;
	}
#rss a{
text-decoration:none;
color: #006600;
}
#rss a:hover{
color: #999966;
text-decoration:underline;

}
#divider{
	margin-top:2px;
}
#memberlogin{
background-color:#EEEEF9;
height:180px;
width:216px;
border: 1px solid #CECF9C;
margin-right:2px;
padding:4px;
}
#recomend{
	background-color:#F7F7EE;
	height:180px;
	width:246px;
	border:1px solid #666699;
	margin-right:2px;
	padding:4px;
	display: block;
}
#news{
background-color:#FFFFFF;
height:180px;
width:314px;
border:1px solid #CECF9C;
padding:4px;
}
#news a{
text-decoration:none;
color: #000033;
}
#news a:hover{
color: #999966;
}

#blackborder {
		border: 2px solid #000000;
}
#footer{
font-size:8pt;
padding:6px 0px 1px 0px;
margin-top:8px;
}


#topstrip{
background-color:#BAD139;
height:3px;
}
#stripes{
background-image:url(images/stripes.png);
/*background-position:bottom;*/
background-repeat:repeat-x;
margin-top: 3px;
height:5px;
margin-bottom:2px;
}
#stripedown{
background-image:url(images/stripedown.png);
background-position:right;

background-repeat:repeat-y;

}
#banner{
background-color:#000000;
margin-top:2px;
color:#CCCCCC;
font-size:8pt;
}
#caption{
padding-top:10px;
}
#labelbg {
	background-image: url(images/labelbg.png);
	background-repeat:repeat-x;
	height: 25px;
	font-weight:bold;
	color:#333333;
	padding-left:16px;
	padding-top:4px;
	padding-bottom:0px;
	/*margin-right:3px;*/
	width:99%;
	
	}
#label{
	color:#B2CC2E;
	background-color:#333333;
	height:22px;
	font-size:9pt;
	font-weight:bold;
	margin-left:3px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	}
#backgroundchamfer{
background-image:url(images/chamfer.png);
background-repeat:no-repeat;
height:130px;
width:180px;
margin-left:3px;
}
#backgroundchamferside{
background-image:url(images/chamferside.png);
background-repeat:no-repeat;
height:130px;
width:180px;
margin-left:3px;
}
/*scroller style*/
	
		
	#rssBox{ /* The main box for the rss scroller */
		width:100%;
		margin:0px;
		float:none;
		height:100px;	
		border:1px solid #317082;
		padding:2px;
		font-size:0.8em;
		background-color:#E2EBED;

		
		/* Never change these two values */
		overflow:hidden;
		position:relative;	

	}		
	
	#rssBox .slide{	/* A specific slide */
		background-color:#E2EBED;	/* Light blue background color */
		
	}
	
	.rssBoxDate{
		display:none;	/* I don't want to show the date */
	}
	.rssBoxHeading{	/* Heading of RSS item */
		font-weight:bold;
		color:#317082;
		margin:0px;
	}
	.rssBoxDescription{	/* Description of RSS item */
	
	}	
	.rssBoxLink{	/* Read more link */
		color:#F00;
		text-decoration:none;
	}
	.rssBoxLink:hover{	/* Read more link - mouse over */
		text-decoration:underline;
	}
/* End Scroller Style */



.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}