@import url(nav.css);
@import url(rounded.css);

/*---------------------------------
Author: brian hasenkamp
Version: 11.2.06
Asenka Creative Services
http://www.asenka.com
---------------------------------*/


body {
	margin:0;
	padding:0;
	background-color:#FFF;
	background-image:url(/images/bkrnd_fade.jpg);
	background-repeat:repeat-x;
	
}
hr {
	color:#25167A;
}
#wrapper {
	margin-top:35px;
}
#page {
	width:665px;
	position:relative;
	text-align:left;
	border-left:3px solid #25167A;
	border-right:3px solid #25167A;
	background-color:#FFFFFF;
}
.roundEdge {
	height:25px;
	width:671px;
	_margin-bottom:0;
}
.roundEdge img {
	_float:left;
}
.whiteFill {
	background-color:#FFF;
	height:22px;
	width:621px;
	float:left;
}
#header {
	margin:0 25px;
	height:165px;
	background-image:url(/images/header_bkrnd.jpg);
	background-repeat:no-repeat;
}
#header img {
	float:left;
}
#topNav {
	float:right;
	margin-top:-9px;
	*margin-top:5px;
	*font-family: Helvetica, Arial, sans-serif;
	text-align:right;
}
#topNav p {
	font-size:13px;
	font-weight:bold;
	color:#25167A;
	*font-family: Helvetica, Arial, sans-serif;
	line-height:normal;
}
#topNav a:link, #topNav a:visited {
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	line-height:normal;
}
span.spaces {
	margin:0 3px;
}
#topNav a:hover {
	color:#0076CC;
	text-decoration:none;
}
#nav {
	margin-top:78px;
	*margin-top:87px;
	display:block;
	width:400px;
	height:31px;
	float:right;
}
#mainWell {
	display:block;
	min-height:355px;
	text-align:left;
}
.sidebar {
	background-color:#E6F0FA;
	border:1px solid #25167A;
	width:150px;
	float:left;
	margin:0 25px 0 0;
	margin:0 12px 0 0;
}

.inset {
	min-height:307px;
	width:128px; /*  (150 -20 both padding -2 both rules) */
	padding:5px 10px;
}
.inset p, .inset a, .inset a:visited, .inset a:hover {
	font-size:11px;
	font-weight:normal;
	line-height:1.3em;
}
.contentTwoThird {
	width:437px;
	margin:0 25px; 
	_margin:0 20px 0 10px;
	float:left;
/*	overflow:scroll; */
}
.contentFullWidth {
	width:612px;
	margin:0 25px; 
	_margin:0 10px;
	float:left;
}
.liveArea {
	padding:10px 0 0 0;
	min-height:317px;
}
.hilite {
	color:#25167A;
	font-weight:bold;
}
.head {
	color:#25167A;
	font-weight:bold;
	font-size:14px;
}
.bioPhoto {
	float:right;
	margin:0 0 20px 20px;
}
.article {
	float:left;
	width:425px;
	height:180px;
	margin:0 0 30px 0;
}
.article img {
	border:1px solid #999999;
	margin-right:10px;
	float:left;	
}
#header img {
	float:left;
	border-width:0; /* holds format when image is linked */
}
.twoThirdTeaser {
	width:474px;
	margin:15px; 
	_margin:15px 9px;
	float:left;
	margin-bottom:0; 
	background-color:#25167A;
}
.copyright {
	width:687px;
	margin-top:5px;
}


/* for flash movies */
embed {
 display:block;
 float:left;
 margin:0;
 padding:0;
}

.clear {
	clear:left;
	heaight:1px;
	font-size:2px; /* in case you put a NBSP in the div */
}

/*  text styles */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}

p, ul, li, ol, td, tr, blockquote {
	font-family: Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:1.4em;
}

a:link, a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color:#25167A;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#25167A;
	text-decoration:underline;
}

h1, h2, h3 {
	color:#25167A;
	font-weight:bold;
}

h1 {
	font-size:18px;
	text-transform:uppercase;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:12px;
}

.teaser {
	color:#FFF;
	text-align:center;
	margin:4px 0;
}
.copyright p {
	font-size:9px;
	color:#555555;
}
.copyright a, .copyright a:visited {
	font-size:9px;
	color:#555555;
	text-decoration:none;
	font-weight:normal;
}
.copyright a:hover {
	text-decoration:underline;
}
