/* the body defaults
------------------------------------------------------------------------------------------------*/

body,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
	height: 100%;
	line-height: 1.3em;
	margin: 0;
	padding: 0;	
}
.who-names {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.indent-small {
	margin-left: 20px;
}

img	{
	border:none;
}


a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.main {
	margin: 10px auto 0px auto;	/* Center the Page! */
	width: 760px;
}

.headings	{
	font-size: 16px;
	color:	#3D74B8;
	padding-bottom: 1px;
	font-weight: bold;
}
.topseparator	{
	border-top:thin solid #CCCCCC;
	padding-top: 15px;
	}
	
.subheadings	{
	font-size:14px;
	color:	#3D74B8;
	font-weight: bold;
	letter-spacing: 0em;
	padding: 0px 0px 0.5em;
	margin-bottom: -12px;
	margin-top: 8px;
}
.headings:first-letter{
	font-size: 19px;
}

.rightjust	{
	text-align:right;
}
/* the top banner
------------------------------------------------------------------------------------------------*/

div.banner-id {
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
	width:760px;
	height: 230px;
}

/* the navbar
------------------------------------------------------------------------------------------------*/
#navcontainer ul
{
	padding: 1em 0;
	margin: 0;
	list-style-type: none;
	background-color: #000;
	width: 100%;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
	
li { display: inline; }

#navcontainer li a
{
text-decoration: none;
color: #FFF;
padding: 0.2em .5em;
border-right: 1px solid #fff;
border-color:#999999;
}

#navcontainer li a:hover
{

color: #3399FF;
}

#navcontainer li a:active {
 color: #3399FF;
}

#page-home #link-home, 
#page-at-stake #link-at-stake,
#page-science #link-science,
#page-be-done #link-be-done,
#page-media #link-media,
#page-who #link-who,
#page-contact-us #link-contact-us {
color: #3399FF;
}
/* the main content
------------------------------------------------------------------------------------------------*/

.infocol {
	width: 225px;
	margin-top: 20px;
	padding: 0px 20px 0px 10px;
	float: left;
	text-align: justify;
	margin-bottom: 10px;
}
.downloadnow {
	color: #FF3300;
	line-height: 2em;
}


.maintext	{
	color: #000000;
	margin: 20px 2em 20px 250px;
	border-left: thin solid #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}
.maintext ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
.maintext li {
	display:list-item;
	padding-top: 0px;
	padding-bottom: 15px;
}
.vol-work-list ul {
	list-style: disc;
	text-indent: 0em;
	}
/*.maintext li:first-line {
}*/
.quote{
	background-color:#E2E7F3;
	padding: 10px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-top: 20px;
	}

.nextpage	{
	font-size: 14px;
	text-align: right;
	color: #3D74B8;
}
.help {
	font-size: 11px;
	}

.help a:link,
.nextpage a:link{
	color: #3D74B8;
}
.help a:visited,
.nextpage a:visited{
	color: #3D74B8;
}
.help a:hover,
.nextpage a:hover{
	text-decoration: underline;
}

.infocol a:hover {
	text-decoration:none;
	}
.lofidownload {
	width: 300px;
	}
.bigstar {
	font-size: 24px;
	position: relative;
	top: 0.4em;
}

.nextpage a {
	color: #3D74B8;
}


/* the footer
------------------------------------------------------------------------------------------------*/


.footer-container {
	width: 100%;
	height: 56px;
	clear: both;
}
.footer {
	font-size: 10px;
	color:#FFFFFF;
	background-color:  #000000;
	float: 	left;
	text-align: center;
	clear:both;
	width: 100%;
	margin: 0px;
	line-height: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.footer a:link {
	color:#CCCCCC;
	text-decoration: none;
}
.footer a:visited {
	color:#CCCCCC;
}
.footer a:hover {
	color:#CCCCCC;
}
/* the profile page
------------------------------------------------------------------------------------------------*/
#profile-pic{
	width: 100px;
	float: left;
	height: 100%;
	padding-right: 10px;
	padding-left: 2px;
}
#profile-pic img {
	border: 1px solid #000000;
}

#profile-copy	{
	float:	left;
	width: 344px;
	padding: 0px 8px 10px 10px;
	border-left-width:	1px;
	border-left-style: solid;
}
