@charset "utf-8";
/* IN Space Styles */
body
{
	background-color:#496db1;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0;
}

h1
{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
}

h3
{
	color:#CCCCCC;
	font-size:13px;
	font-weight:bold;
}

/* Content */
.main
{
	background-color:#000106;
	font-family:Helvetica, Arial, sans-serif;
}

.content
{
	background-color:#0f0f12;
	color:#CCCCCC;
	font-size:12px;
	padding:22px 8px 15px 14px;
}

.content a, a:visited
{
	color:#e6a02a;
	text-decoration:none;
}

.content a:hover, a:hover:visited
{
	color:#ffb12f;
	text-decoration:none;
}

.projlink
{
	font-size:14px;
	font-weight:bold;
}

.caption
{
	font-size:10px;
	font-style:italic;
	margin-top:3px;
}

/* Structure */
.ends
{
	width:34px;
}

.bluestripe
{
	background-color:#0c4d7f;
	color:#FFFFFF;
	font-size:11px;
}	
	
.graystripe
{
	background-color:#292929;
	color:#FFFFFF;
	font-size:11px;
}

.graystripe a, a:visited
{
	color:#e6a02a;
	text-decoration:none;
}

.graystripe a:hover, a:hover:visited
{
	color:#ffb12f;
	text-decoration:none;
}

.biopic
{
	text-align:center;
	vertical-align:top;
	width:150px;
}

/* News */
.home_news
{
	background-color:#0f2f47;
	border:5px solid #303056;
	color:#FFFFFF;
	font-size:12px;
	padding:15px 8px 20px 10px;
	width:210px;
}

.home_news a, a:visited
{
	color:#e6a02a;
	text-decoration:none;
}

.home_news a:hover, a:hover:visited
{
	color:#ffb12f;
	text-decoration:none;
}

.news_head
{
	color:#e7a12a;
	font-weight:bold;
}


/* Navigation */
.nav
{
	font-size:11px;
	font-weight:bold;
}

.nav_off
{
	background-image:url(images/nav_off.gif);
	color:#999999;
	cursor:pointer;
	padding:5px;
	text-align:center;
	text-decoration:none;
	width:105px;
}

.nav_on
{
	background-image:url(images/nav_on.gif);
	color:#FFFFFF;
	cursor:pointer;
	padding:5px;
	text-align:center;
	text-decoration:none;
	 width:105px;
}

.nav_spacer
{
	background-color:#000000;
	width:2px;
}

/* Footer */
.footer
{
	background-image:url(images/footer_bg.jpg);
}

.footer_text
{
	color:#FFFFFF;
	font-size:12px;
	line-height:1.5em;
	padding:20px 5px 5px 5px;
	text-align:center;
}

.footer_text a
{
	color:#FFFFFF;
	text-decoration:none;
}

.footer_text a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

/* Misc */
.graytext
{
	color:#999999;
}

.imgborder
{
	border:5px solid #303056;	
}

.contain {
	border:none;
	padding:5px;
}

.imgcell {
	width: 20%;
	max-width:300px;
	vertical-align: top;
	text-align:center;
}

.contcell {
	vertical-align: top;
	width: 80%;
}	


