@charset "UTF-8";
/* CSS Document */

body {
	background-color:#EAEAEA;
}
#wrapper {
	width:940px;
	margin:0 auto;
	padding:0;
	background-color:#FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#banner {
	height:200px;
	border-bottom:1px solid #CCC;
	margin-bottom:3px;
}

#main {
	width:780px;
	padding-bottom:10px;
	padding-right:10px;
	float:right;
	background-color #33FFFF;/*aqua*/
}
	
#navbar {
	background-color #99FF00;
	width:150px;
	padding-top:5px;
	float:left;
	font:11px Verdana, Geneva, sans-serif;
}
#navbar a:link {
	color:#141E78;
	padding:8px;
	display:block;
	text-decoration:none;
	border: 1px solid #141E78;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image:url(images/linkbckgrd2.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
#navbar a:active, #navbar a:focus, #navbar a:hover, #navbar a:active {
	color:#F00;
	font-weight:normal;
	padding:8px;
	display:block;
	text-decoration:none;
	border: 1px solid #141E78;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#navbar ul {
	margin:0;
	padding-left:10px;
	padding-right:10px;
		list-style:none;
}
#navbar ul li {
	display:block;
	margin-left:0px;
	margin-bottom:2px;
	padding:0;
}
#footer {
	background-color #FF9900;/*tan*/
	border-top: 1px solid #CCC;
	width:940px;
}
#footer p {
	color:#999;
	font-size:10px;
	text-align:center;
	margin:5px;
}
.clearall {
	clear: both;	
}

p {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #141E78;;
	margin:2px 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 140%;
}
p a:link, p a:visited{
	color:#141E78;
	text-decoration:underline;
}
p, h1, h2, h3, h4 {
	font-family: Verdana, Geneva, sans-serif; font-weight:normal;
	margin:2px 10px;
}
h1, h2, h3, h4 {
	color: #141E78;
}
h1 {
	font-size:18px;
	padding-bottom:5px;
	font-weight:bold;
}
h2 {
	font-size:12px;
	padding-top:5px;
		font-weight:bold;
}
h3 {
	font-size:11px;
	color:#FF0006;
	font-weight:bold;
}
	
ul {
	margin: 5px 0;
}
.small {
	font-size: 10px;
}
.red {
	color:#FF0000;
}.boxright {
	padding: 5px;
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #141E78;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.picborder {
	padding: 5px;
	margin:5px;
	border: 1px solid #CCC;
	-moz-border-radius  3px;
	-webkit-border-radius  3px;
	border-radius  3px;
}
/*this is to keep page from shifting to left on load in safari and firefox*/

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }

/* removes blue outline on images*/
img
{  border-style: none;
}
/* fade in fade out */
.fadein { position:relative; height:187px; width:758px; }
.fadein img { position:absolute; left:0; top:0; }

.rightcol {
	width: 50%;
	float:right;
	padding:0 10px;
	margin-left:10px;
	border-left: 1px solid #999;
}
.title {
	color:#FF0006;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.presenter {
	color: #141E78;
	font-style:italic;
}
.outline {
		color: #141E78;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-left:50px;
	margin-top:3px;
}
.bio {
	color: #141E78;
	font-style:italic;
	margin-left:50px;
	margin-top:3px;
	margin-bottom:8px;
}
	
	td {
		border-bottom:1px solid #CCC;
	}
	
.getbutton {
	margin: 10px;
	padding: 5px;
	float: right;
	width: 120px;
	background-color: #141E78;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
	-webkit-box-shadow: 5px 5px 5px 0px #CCC;
box-shadow: 5px 5px 5px 0px #CCC; 
		
}
.getbutton p, .getbutton p a:link, .getbutton p a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	text-align:center;
	display:block;
}

.getbutton p a:hover {
	color: #FF0006;
	display:block;
}