@charset "utf-8";
div#container {
	width: 408px;
	height: 373px;
}
div#heading {
	height: 50px;
	border-bottom: 2px solid #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 1px 0 4px 10px;
	text-transform: uppercase;
	overflow: hidden;
}
div#heading2 {
	height: 39px;
	border-bottom: 2px solid #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 16px 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}
div#main_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	color: #000;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 387px;
	height: 315px;
}
.side_photo {
	float: left;
	width: 115px;
	height: 110px;
	border: 1px solid #000;
	margin-right: 13px;
}
.bg_1 {
	background-color: #b5121b;
	color: #ffffff;
}
.bg_2 {
	background-color: #006990;
	color: #ffffff;
}
.bg_3 {
	background-color: #4f6f18;
	color: #ffffff;
}
.bg_4 {
	background-color: #621a4b;
	color: #ffffff;
}
.bg_5 {
	background-color: #050708;
	color: #ffffff;
}
.bg_6 {
	background-color: #d1d2d4;
	color: #000000;
}

/*----- NEWS/SUPPORT CSS -----*/

#news{ color:#555; padding:0 25px;}
	
	/*Links*/
	#news a{ color:#006990; text-decoration:none;}
	#news a:hover{ text-decoration:underline;}
	
	#news p.actionLink a{ height:35px; line-height:35px; padding:5px 10px; background-color:#eee;}
	
	/*Headings*/
	#news h3{ color:#555; font-size:24px;}
	
	/*Table Items*/
	#news table.GridView th{ border-bottom:1px solid #ccc;}
	
	#news table.GridView td, 
	#news table.GridView th{ padding:10px;}
	
	#news table.GridView tr.even{ background-color:#eee;}
	#news table.GridView tr.odd{ background-color:#ddd;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
