/* COLORS

#EFE0C1 - Lt. Natural
#938953 - Med. Natural
#5C5831 - Dark Natural
#9BBB59 - Green
#365F91 - Blue

*/

body  {
	margin: 20px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	line-height: 16px;
	background:url(../images/bgTile.jpg) center repeat-y #938953;
	}
#indexContent {
	padding: 0 15px;
	text-align:left;
	background-color:FFF;
	}
#content {
	width:450px;
	padding: 0 0 0 20px; 
	text-align:left;
	}
#video {
	float:right;
	text-align:center;
	border: #938953 solid 0px;
	padding:0px;
	margin:0 0 0 40px;
	}
#ads {
	width:250px;
	float:right;
	text-align:left;
	padding:0px;
	margin:0 0 0 40px;
	}
#boxCweb {
	width:420px;
	height:73px;
	float:right;
	text-align:left;
	padding:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#9BBB59;
	font-size:14px;
	line-height:18px;
	border:#9BBB59 solid 1px;
	}
#boxCuniv {
	width:390px;
	height:60px;
	float:right;
	text-align:left;
	padding:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#9BBB59;
	font-size:14px;
	line-height:18px;
	border:#9BBB59 solid 1px;
	}
object {
	margin-left:10px;
	}
img {
	border: 0;
	}
#navs {
	float:left;
	width:100%;
	height:36px;
/*	background-image:url(../images/nav_tower.jpg);
	background-position:right;
	background-repeat:no-repeat; */
	}
.headline {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#365F91;
	font-size:24px;
	line-height:20px;
	margin:0;
	padding:0;
	}
.subhead {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#365F91;
	font-size:16px;
	line-height:18px;
	margin:0;
	padding:0;
	font-weight:bold;
	}
.whiteSub {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:16px;
	line-height:18px;
	margin:0;
	padding:0;
	font-weight:bold;
	}
.title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#9BBB59;
	font-size:14px;
	line-height:16px;
	}
a.whiteText {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	line-height:16px;
	margin:0;
	padding:0;
	font-weight:bold;
	text-decoration:none;
	}
a.whiteText:hover {
	color:#FFF;
	text-decoration:underline;
	}
.date {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#9BBB59;
	font-size:12px;
	line-height:22px;
	}
a {
	color:#365F91;
	}
a:hover {
	color:#938953;
	text-decoration:none;
	}	
p {
	margin:8px 0;
	}
td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	line-height:16px;
	}
.padded {
	padding:10px;
	}
.smPadded td {
	padding:5px 0;
	}
td.lined {
	padding:5px 0;
	border-top:solid 1px #E4E2D5;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	line-height: 16px;
	}
.copyright {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5C5831;
	font-size:12px;
	line-height: 16px;
	}
a.copyright {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5C5831;
	font-size:12px;
	line-height: 16px;
	text-decoration:underline;
	}
a.copyright:hover {
	color:#938953;
	text-decoration:none;
	}

/* NAV CONTAINER - The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.navBar {
	margin:0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	width:509px;
	height:53px;
	text-align:right;
	float:right;
	}

/* MAIN MENU - item containers, position children relative to this container and are a fixed width */
ul.navBar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: auto;
	float: left;
	}

/* MAIN MENU items are a light gray block with padding and no text decoration */
ul.navBar a {
	display: block;
	cursor: pointer;
	padding: 0;
	text-decoration: none;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	}

ul.navBar a:hover {
	color:#666;
	}
	
	
/* TEXT ROTATOR */

#rotate, #rotate li{
	margin:0;
	padding:0;
	list-style:none;
	width:550px;
	}
#rotate li{
	display:none; /* hide the items at first only to display one with javascript */
	height:auto;
	}