body {
font-family: verdana, helvetica, sans serif; color: #444444; margin: 0px 0px 0px 0px; background-color: #2C89B5; font-size: 11px; 
}

div.p {
font-family: verdana, helvetica, sans-serif; color: #444444; font-size: 11px; line-height: 170%; 
}
H1 {
font-family: verdana, helvetica, sans-serif; color: #444444; font-size: 11px; font-weight:normal; display: inline; 
}
H1.text {
color:#444444; 
}

td.content {
background-color: #FFFFFF; 
}
td.txt {
 color: #444444; font-size: 13px; }
td.smtxt {
 color: #444444; font-size: 12px; }
td.even {
 background-color:#EAE7D4; }
td.odd {
 background-color:#F4F3ED; }
tr.even {
 background-color:#EAE7D4; }
tr.odd {
 background-color:#F4F3ED; }

p, .text {
 color: #444444; font-size: 11px; line-height: 170%; }
td {
	color: #444444;
	font-size: 11px;
	text-align: left; }
p.tight {
color: #505050; font-size: 13px; line-height: 120%; 
}
p.citation {
padding-left: 80px; 
}
ul {
color: #444444; font-size: 11px; 
}
li {
font-family: verdana, helvetica, sans serif; color: #444444; font-size: 11px; line-height: 170%; 
}
h1 {
font-size: 16px; font-weight: bold; 
}
h2 {
font-size: 14px; font-weight: bold; color: #2C89B5;
}
h3 {
font-size: 12px; font-weight: bold; color: #2C89B5; 
}
h4 {
color: #336699; font-size: 12px; font-weight: bold; 
}


/*-------------------------------------------------------
	Top Nav
-------------------------------------------------------*/

.top-nav * {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-nav ul {
	background: url(../img/nav/top-nav-bg.gif) repeat-x;
	height: 35px;
}

.top-nav li {
	float: left;
}

.top-nav a {
	background: url(../img/nav/top-nav-bg.gif) center top no-repeat;
	border-left: 1px solid #C1CCDE;
	color: #628bbf;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding: 10px 7px 0 7px;
	text-decoration: none;
}

.top-nav a:hover {
	background: url(../img/nav/top-nav-bg.gif) center -35px no-repeat;
	color: #C69432;
}

.top-nav a.down, .top-nav a:hover.down {
	background: url(../img/nav/top-nav-bg.gif) center -35px no-repeat;
	color: #C69432;
	cursor: default;
}


/*-------------------------------------------------------
	Footer
-------------------------------------------------------*/


.footernav, a.footernav { 
font-family: verdana, helvetica, sans serif; font-size: 12px; color: #B5A87F; line-height: 130%; 
}
a.footernav:hover 
{ 
color: #C69432; 
}

.footer {
font-family: verdana, helvetica, sans serif; font-size: 10px; color: #2C89B5; line-height: 130%; 
}
a.footerlink
{font-family: verdana, helvetica, sans serif; font-size: 10px; color: #2C89B5; line-height: 130%; text-decoration:underline; 
}
a.footerlink:hover {font-family: verdana, helvetica, sans serif; font-size: 10px; color: #628BBF; line-height: 130%; text-decoration:underline; 
}

a {
color: #4A6D5A 
}
a.footer {
color: #D3DED9; 
}
.paddedContent {
padding-top: 10px; padding-bottom: 15px;
}
#player {
	background-color: lime;
	text-align: center;
	float: left;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px; }
.caption {
	font-style: italic;
	text-align: center;
	margin: 0; }


/*-------------------------------------------------------
	jQuery Tooltip
-------------------------------------------------------*/

.aToolTip {
	border: 2px solid #336699;
	background: url(../img/toptip-bg.png);
	color:#fff;
	margin:0;
	padding:6px 12px;
	width: 200px;
}

.aToolTip .aToolTipContent {
	position:relative;
	color:#fff;
	font-size: 10px;
	line-height: 100%;
	margin:0;
	padding:0;
	width: 200px;
}

.aToolTip .aToolTipContent strong {
	font-size: 12px;
	line-height: 150%;
}

a.aToolTipCloseBtn {
	display:block;
	height:18px;
	width:18px;
	background:url(../img/closeBtn.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-15px;
	right:-15px;
	margin:2px;
	padding:4px;
}


/*-------------------------------------------------------
	contact_form
-------------------------------------------------------*/
	#contact_form label {
		text-align: right;
		width: 125px;
		float: left;
		margin-right: 10px; }

	#contact_form .bot-input {
		position: absolute;
		left: -999em;
		float: left; }

	#contact_form p {
		margin: 0 0 5px; }



