/***********************************************/
/* General Styles                              */
/***********************************************/

body {
	font-family: 		Verdana, Arial,sans-serif;
	margin: 		0px;
	padding:		0px;
	background-color: 	#666666;
	color:	#FFFFCC;
}

a:link{
	color: 			#FFFFCC;
	text-decoration: 	none;
}

a:visited{

	color: #FFFFCC;

	text-decoration: none;

}

a:hover{
	color:	#CC9900;
}

h3 {
	font-family: 		Arial;
	font-weight: 		700;
	font-size: 		16px;
	margin: 		0px;
	padding: 		0px;
	color: 			#CC9900;
}

h4 {
	font-family: 		Arial;
	font-weight: 		600;
	font-size: 		12px;
	margin: 		0px;
	padding: 		0px;
	color: 			#CC9900;
}

form {
	padding: 		0px;
	margin: 		0px;
}

div.globalNav {
	text-align: 		center;
	border-bottom: 		1px solid #000000;
	color: 			#CC9900;
	font-weight: 		800;
	font-size: 		13px;
	padding: 		1px 2px 3px 2px;
	clear: 			both;
	background-color: #333333;
}

/***********************************************/
/* Layout Styles                               */
/***********************************************/



table.master {
	width: 			780px;
	height: 		100%;
	border-left: 		2px solid #000000;
	border-right: 		2px solid #000000;
	padding:  		0px;
	background-color: 	#eeeeee;	
}

table.middle {
	width: 			780px;
	height: 		100%;
}

td.leftBar {
	height: 		100%;
	vertical-align: 	top;
	margin: 		0px;
	padding: 		0px;
	background-color: 	#333333;
	border-right: 		2px solid #333333;	
}

td.content {
	vertical-align: 	top;
	height: 		100%;
	padding: 		5px 0px 5px 0px;
	background-color: 	#000000;	
}

td.rightBar {
	vertical-align: 	top;
	border-left: 		2px solid #333333;
	background-color: 	#333333;	
	padding: 		0px;
	margin: 		0px;
	font-size: 		12px;
}

/*********** #leftBar styles ***********/


	/*********** #sectionLinks styles ***********/

	div.sectionLinks {
		margin: 	0px;
		padding: 	0px;
		font-family: verdana, arial, sans-serif;
		font-size: 	12px;
		background-color:	#000000;
		color: #ffffff;
	}

	div.sectionLinks a {
		display: 	block;
		border-bottom: 	outset 2px #cccccc;
		padding: 	2px 5px 2px 5px;
		font-weight: 	800;
		line-height: 14px;
	}

	div.sectionLinks a:hover{
		background-color: #333333;
	}

	/*********** .relatedLinks styles ***********/

	.relatedLinks{
		margin: 	0px;
		padding: 	5px;
		font-size: 	10px;
		 font-family: Arial;
		border-bottom: 	0px solid #cccccc;
		color: #CC9900;
		
	}

	.relatedLinks h3 { 
          padding:      10px 0px 2px 0px; 
          color: #CC9900;
     }

	

/************** content styles **************/

	/************** .feature styles ***************/

	.feature img{
		float: 		left;
	}

	span.topstory {
		font-family: 	Arial;
		font-size: 	13px;
		color:	#FFFFCC;

	}

div.feature h3 {
          color:          #cc9900;
     }
	 
	/************** .features styles ***************/

	div.features {
		text-align: 	left;
		margin: 	0px;
		padding: 	0px 0px 10px 10px;
		border-bottom: 	0px solid #cccccc;
		color:		#FFFFCC;
	}

	div.features ul{ 
	     margin: 		0px; 
	     padding: 		0px; 
	     list-style-type: 	circle; 
	     font-size: 	10px; 
	     font-weight: 	700;
	} 

	div.features li{ 
	     margin: 		0px 0px 0px 0px; 
	     color:			#ffffcc;
	} 



/************** rightBar styles **************/

	/************** quote styles **************/

	div.quote {
		margin: 	0px;
		padding: 	5px;
		font-size: 	10px;
		border-bottom: 	0px solid #cccccc;
		color:	#FFFFCC;
	}

	/************** poll styles **************/

	table.poll {
		margin: 	0px;
		padding: 	5px;
		font-size: 	11px;
		border-bottom: 	0px solid #cccccc;
	}

/************* #siteInfo styles ***************/

div.siteInfo{
	clear: 			both;
	font-size: 		10px;
	color: 			#ffffff;
	background-color:	#333333;
	text-align: 		center;
	padding: 		0px;
	border-top: 		1px solid #000000;
        border-bottom: 	2px solid #000000;
}

