html,body{margin:0;padding:0}
body{font: 85%/1.3 TrebuchetMS,Arial,sans-serif;
    text-align: left;background: #fff;padding-bottom:20px}
a { color: #3E548F; background: inherit; text-decoration: none;}

#content a:link { font-weight: bold; }
#content a:visited {font-weight: bold; }
#content a:hover {text-decoration: underline;	}

h1 { font: bold 2.1em Arial, Arial, Sans-Serif; color: #3E548F }
h2 { font: bold 1.1em Arial, Arial, Sans-Serif; color: #3E548F; padding: 0; margin: 0; }

div#header{
	width:100%; 
	overflow:hidden; 
	background: url(img/blue_stretch.gif) repeat;
}

div#header h1 {
	width:770px;
	padding: 0px; 
	color: #F0F0F0;
	margin:0 auto; 
}

div#header .newdiv {
	position: relative;
	float: left;
	left: 150px;
	top: 10px;
}

#header ul {  padding: 0; margin: 0; margin-left: 500px;}

/* *************************** UL TABS ********* */
ul.tabs {
	list-style-type:none;
	padding:0px;
}

ul.tabs li {
	background:url(img/tab_right.jpg) no-repeat right top;
	float:left;
	padding:0px;
	margin-right: 3px;
	color:#990000;
}

ul.tabs li a {
	background:url(img/tab_left.jpg) no-repeat left top;
	height:22px;
	padding: 0px 20px;
	float:left;
	padding-top: 5px;
	color:#000;
}


ul.activetab li {
	background:url(img/activetab_right.jpg) no-repeat right top;
	float:left;
	padding:0px;
	margin-right: 3px;
	color:#990000;
}

ul.activetab li a {
	background:url(img/activetab_left.jpg) no-repeat left top;
	height:22px;
	padding: 0px 20px;
	float:left;
	padding-top: 5px;
	color:#000;
}


ul#nav{ font-size: 80%; float: right; margin-right:150px; margin-left:0px; }

/*
ul#nav li{float:left;margin-left: 3px;text-align: center}
ul#nav a{float:left;width: 95px;padding: 5px 0;background: #FFF6BF; text-decoration:none;color: #666; border-top : 1px solid #fff; border-left : 1px solid #fff; border-right : 1px solid #fff;}
ul#nav a:hover{background: #fff;color: #000}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #003}
*/

#right {			//right side content div
	float: right;
	width: 76%;
	padding: 1em;
	margin-bottom: 1.2em;
	background: #F1F1F1;
	height:700px;
	overflow:auto;
	border: 1px solid #a9a9a9;
}

#left {			 	/* left side content div */
	float: left;
	width: 20%;
	margin: 0 0 10px 0;
}

#left .box {		/* dropshadow outer box  */
	background: url(img/shadow.png) no-repeat bottom right !important;
    background: url(img/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    clear: both;   
    margin: 10px 0 0 5px;
	float: left;
	width: 90%;
}

.navbox {			/* inner box for dropshadow */
	background-color: #FFF6BF;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	border: 1px solid #a9a9a9;
	display: block;
}

#content {
	font: 95%/1.3 TrebuchetMS,Arial,sans-serif;
	margin: 0 auto;
    padding: 15px;
	background: #fff;
}

#news .newsitem {
	background-color: #B8C8D8;
	background-image: url('img/newsgrad.jpg');
	background-repeat: repeat-x;
	margin: 0px 10px 12px 10px;
	border: 1px solid #FFF;
}

#news .newsitemtext {
	background-color: #FFF;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
}

#news h1 {
	font: 12px Arial, Sans-Serif; 
	color: #3E548F;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding: 2px;
}

#news h2 {
	font: 10px Sans-Serif; 
	color: #000;
	padding: 5px 20px 5px 20px;	
}

.tiny {font-size: 8px;}
