﻿@charset "UTF-8";
@import url(../content.css);
@media all
{
	
body {
	 
	background: #4b4b4d url("../../images/header_bg.png") repeat-x top left; padding: 0px 0; 
}

	
	h2 {color: ##EDEDED;}   
	       /* 24px */
	h3 { 
		color: #dedede;
		font-family:georgia;
		font-size:21px;
		margin:0px 0px 10px 0px;			
	}                        /* 18px */
	a {color: #69af23;}
	a:focus,
	a:hover,
	a:active {color: #69af23; }

	#footer a, 
	#footer a:focus, 
	#footer a:hover,
	#footer a:active {color: #666666; }

	#topnav a {color: #0076BE; }
	#topsearchbox{	color: #0076BE;	}
	#header {
		background-image:none;
	
	}

	#themeImage {
		background-position: left;
	}
	
	.gen{
		border:1px solid red;
		margin:0.5em;
	}
	.introLink a:hover,
	.introLink a:active,
	.introLink a:focus{
		color:#0076BE;
	}
	
	table thead th {
		background:#0076BE!important;
		color:#FFFFFF!important;
	}
	
	#col3 table.fullwidthtable tbody{
		border:1px solid #CBBB83;
	}
	
	#col3 table.fullwidthtable{
		margin:1px;
		border:1px solid #E5DDC1;
		margin-top:5px;
		width: 630px;
		margin-bottom:10px;
	}
	
	#col3 #newsListing table.fullwidthtable{
		border: none;
		border-collapse: separate;
		font-size:1.0em;
	} 
	
	
	#col3 table.fullwidthtablenoborder{
		margin:1px;
		border:none;
		margin-top:15px;
		width: 630px;
		margin-bottom:10px;
		border-collapse: separate;
	}
	
	#col3 table.fullwidthtablenoborder td{
		white-space:normal;
		border:none!important;
	}
	
}

