/* CSS Document */

/*set side bar holder, the other code is contained in the sideBar.css file*/	
#sideBarHolder {
	background:transparent none;
	width:135px;
	margin:0;
	padding:0;
	}

/*create each header*/
.newsItem {
	width:135px;
	margin-bottom:2px;
	}
.newsItem a:link, .newsItem a:visited {
	display: block; 
	width: 135px; 
	height:20px; 
	padding:0; 
	background-color: #a1a1a1; 
	color: #fff; 
	text-decoration: none; 
	width:auto;
	}
.newsItem a:active, .newsItem a:hover {
	display: block; 
	width: 135px; 
	height:20px; 
	background-color: #888; 
	color:#13007C;
	}
	
/*create the classes that make up the header*/
.sideHeader {
	display:block; 
	width:135px; 
	height:20px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFF; 
	text-align:left;
	}
.sideHeader img {
	float:right;
	margin:0;
	padding:0;
	border:0;
	}
.sideHeader h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	margin: 4px 0 0 5px;
	float:left;
	}

/*set the classes to format the link/content area of each section*/
.sideContArea {
	display:block; 
	width:135px; 
	background:#CCC; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color:#13007C; 
	text-align:left; 
	margin:0;
	padding:0;
	}
.sideContArea ul {
	list-style-type:none;
	width:auto;
	margin:0; 
	padding:5px; 
	border-style:none;
	}
.sideContArea ul li {
	margin:0 0 5px 0;
	padding:0;
	width:auto;
	height:auto;
	background-color:transparent;
	}
.sideContArea ul li a:link, .sideContArea ul li a:visited {
	color:#2E3092; 
	background-color:transparent;
	text-decoration:none;
	height:auto;
	width:125px;
	}
.sideContArea ul li a:active, .sideContArea ul li a:hover {
	color:#B20000; 
	background-color:transparent;
	text-decoration:none;
	height:auto;
	width:125px;
	}
	
.sideContArea ul li form {width:120px;}

input.blue {
	background-color:#2E3092; 
	color:#FFF; 
	font-size:10px; 
	width:65px;
	}
	
input.textArea {
	font-size:11px; 
	width:115px;
	}
	
form.textLeft {
	text-align:left;
	}

.hand {
	cursor:hand;
	}