
body {
	background-image: url("pix/back1.gif");
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	padding:10px;
	margin:0px;
} 

/* gradient code */
	.foo {
		font:bold 1.1em verdana,arial;
		position:relative;
	}
	
	.bar {
		position:relative;
		width:300px;
		height:100px;
		margin:5px auto;
		padding:4px;
	}
	
	.baz {
		position:relative;
		width:350px;
		height:5px;
		display:block;
		float:right;
		font-size:1px; /* for IE, which wont allow for an element to be less high than the default font size. */
		text-align:center;
	}

/* end gradient code */


#mainContainer{
		width:760px;
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
		padding:2px;
		

	}
	.clear{
		clear:both;
	}
	
	/* End CSS only needed for the demo */
	
	
	#rssBox{ /* The main box for the rss scroller */
		width:230px;
		margin:5px;
		float:right;
		height:230px;	
		border:1px solid #a68c60;
		padding:3px;
		font-size:0.8em;
		background-color:#E3D6A1;

		
		/* Never change these two values */
		overflow:hidden;
		position:relative;	

	}		
	
	#rssBox .slide{	/* A specific slide */
		background-color:#E3D6A1;	/*  */
		
	}
	
	.rssBoxDate{
		display:none;	/* I don't want to show the date */
	}
	.rssBoxHeading{	/* Heading of RSS item */
		font-weight:bold;
		color:#000000;
		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;
	}

.border {
border-left:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000;
}

.border2 {
border-left:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
}

h1 {
font-size: 9px;
color:#ffffff;
text-transform:uppercase;
background-color: #A68C60;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
padding:5px 15px;
margin:0px;
text-align: center; }

h2 {
font-size:17px;
font-weight: normal;
padding: 0px 0px;
margin:0px;}

td {
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
}

.caption {
font-size: 9px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
}

img{
border:0px;
}


.link1 A:link { color:ffffff;font-size: 9px;text-decoration:none; }
.link1 A:visited { color:ffffff;text-decoration:none; }
.link1 A:hover { color:000000;text-decoration:none;background-color:#e1d9c6; }

.link2 A:link { color:000000;font-size: 17px;font-family: Tahoma;text-decoration:underline; }
.link2 A:visited { color:000000;font-size: 17px;font-family: Tahoma;text-decoration:underline; }
.link2 A:hover { color:000000;font-size: 17px;font-family: Tahoma;text-decoration:none;background-color:#e1d9c6; }
	
.link3 A:link { color:000000;font-size: 13px;font-family: Tahoma;text-decoration:underline; }
.link3 A:visited { color:000000;font-size: 13px;font-family: Tahoma;text-decoration:underline; }
.link3 A:hover { color:ffffff;font-size: 13px;font-family: Tahoma;text-decoration:none;background-color:#a68c60; }

.link4 A:link { color:000000;font-size: 12px;font-family: Tahoma;text-decoration:underline; }
.link4 A:visited { color:000000;font-size: 12px;font-family: Tahoma;text-decoration:underline; }
.link4 A:hover { color:000000;font-size: 12px;font-family: Tahoma;text-decoration:none;background-color:#e1d9c6; }

.link5 A:link { color:red;font-size: 12px;font-family: Tahoma;text-decoration:underline; }
.link5 A:visited { color:red;font-size: 12px;font-family: Tahoma;text-decoration:underline; }
.link5 A:hover { color:red;font-size: 12px;font-family: Tahoma;text-decoration:none;}

.link6 A:link { color:000000;font-size: 10px;font-family: Tahoma;text-decoration:underline; }
.link6 A:visited { color:000000;font-size: 10px;font-family: Tahoma;text-decoration:underline; }
.link6 A:hover { color:ffffff;font-size: 10px;font-family: Tahoma;text-decoration:none;background-color:#a68c60; }

.link7 A:link { color:000000;font-size: 11px;font-family: Verdana;text-decoration:underline; }
.link7 A:visited { color:000000;font-size: 11px;font-family: Verdana,Tahoma;text-decoration:none; }
.link7 A:hover { color:ffffff;font-size: 11px;font-family: Verdana,Tahoma;text-decoration:none;background-color:#a68c60; }
	/* END DEMO CSS */
	#dhtmlgoodies_menu{		
		font-family:Tahoma;	/* Font for main menu items */
		width:143px;	/* Width of main menu */
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:0px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#fff;	/* Black text color */
		
		height:20px;	/* 20 pixel height */
		line-height:20px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		border:1px solid #000;	/* Black border */
		background-color:#604d28;	/* Light blue background color */
		margin:1px;	/* A little bit of air */
		padding:2px;	/* Air between border and text inside */
		
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#FFF;
		background-color:#A68C60;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #000;
		background-color:#e1d9c6;
		font-family:arial;
		text-align:left;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:1px;
		padding:1px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:2px;
		padding:2px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#FFF;	/* White text */
		background-color:#a68c60;	/* Blue background */
	}


.cnnclass{
width: 200px;
padding: 5px;
background-color: #F3F3F3;
border: 1px solid black;
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.cnnclass a{
text-decoration: none;
}

.bbcclass{
width: 400px;
padding: 6px;
background-color: lightyellow;
border: 1px solid #004A00;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}
