﻿HTML
{
	height: 100%;
}
BODY
{
	height: 100%;
	margin: 0px;
	padding:0px;
	font-family:arial;
	background-color: #ddd;
	font-size: 12px; 
	text-align:center;	
}

#header
{
	overflow:hidden;
	text-align:left;	
	background-color: #666;
	border-bottom: 1px solid #333;
}

#container
{
	width:925px;	
	margin: 0 auto;  
	background-color: #FFFFFF;
	background-image: url(/images/generic/background.gif);
	background-repeat: repeat-y;
	border: 1px solid #333;
}

#content
{
	width:585px;		
	text-align:left;	
	float:left;
	margin:10px;
	overflow:hidden;
	padding-bottom:10px;

}


#leftnav
{
	width:140px;
	background-color:#333333;
	background-image :url(/images/rightnav/readmoreabout.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	float:left;
	padding-right:10px;
	padding-left:10px;
	padding-top:30px;	
	min-height: 100%;

}

#leftnav .channels
{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

#leftnav .channels LI
{
	
	padding-left: 0px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	text-align:left;	
}

#leftnav .channels A
{
	color:white;
	text-decoration:none;
	font-weight:normal;
}


#rightnav
{
	width:160px;
	background-color:#cccccc;
	background-position:top left;
	background-repeat:no-repeat;	
	float:left;
	/*	
	padding-top:30px;	
	background-image :url(/images/rightnav/readmoreabout.gif);	
	*/
}

#footer
{
	clear: both;
	background-color: #666;
	padding: 10px;
	height:154px;
}

#footer .channels
{
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
#footer .channels LI
{
	display:inline;
	padding: 0px;
	margin: 0px;
}
#footer .channels LI A
{

}


A
{
	color: black;
	text-decoration:underline
}
A:Hover
{
	text-decoration: underline;
}

INPUT, SELECT, OPTION, TEXTAREA
{
	font-size: 8pt;
	color: #4f4f4f;
}

HR
{
	height: 1px;
	color: #eaeaea;
	margin-top: 5px;
}
P
{
	margin-top: 0px;
	margin-bottom:15px;	
}
H1 
{
	margin-top:0px;	
	margin-bottom:5px;	
	font-size:16px;	
}
H2
{
	margin-top:0px;	
	margin-bottom:5px;	
	font-size:16px;	
}

.articleLister
{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 5px;
	list-style: none;
}
.articleLister LI
{	
	background-image:url('/images/home/bullet.gif');
	margin-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.articleLister A
{
	color:black;
	text-decoration:none;
}
font 
{
	font-family:arial;
	font-size:12px
}

#adsense
{
	display:none;
}

.block 
{
	background-color:Black;
	color:White;
	padding:2px;
	padding-left:4px;
	font-weight:bold;
	margin-bottom:10px;	
}
