@charset "utf-8";
/* Tag styles */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
p {
	line-height: 1.5em;
}

/* Styles */
body {
	background: #333333;
	color: #FFFFFF;
}
blockquote p {
	color:#A7C2ED;
}
#custom-doc {
	margin:auto;
	text-align:left;
	width:68.384em; /* !IE */
	*width:66.736em; /*  IE */
	min-width: 889px;
}
#bd {
	background: #1D388F;
	margin: 25px 0 10px 0;
	padding: 32px 25px;
}
#ssbody {
	margin-left: 27px;
}
#ssbodytop {
	background: #030C51;
	width: 632px;
	padding: 7px;
}
#sidebar {
	background: #3651A0;
	width: 166px;
	color: #000000;
	font-weight: bold;
	overflow:hidden;
}
#sidebar a:link, #sidebar a:visited {
	color: #000000;
	text-decoration: none;
}
#sidebar #logo {
	padding: 0 0 19px;
	background: #1D388F;
}
#nav {
	margin-left: 0;
	margin-top: 25px;
}
#nav li {
	list-style: none;
	text-transform: uppercase;
}
#nav li a {
	font-size: 108%;	
	display: block;
	width: 150px;
	padding: 5px 8px;
	margin: 10px 0;
}
#nav li a:link, #nav li a:visited {
	background: #000000;
	text-decoration: none;
	color: #FFFFFF;
}
#nav li a:hover, #nav li a:active {
	background: #333333;
}
#sidebar #marcy {
	background: #1D388F;
	padding: 19px 0;
	margin: 0 0 25px;
	display: block;
}
#sidebar #license {
	text-align: center;
	color: #FFF;
	padding: 0 0 10px 0;
	font-family: "Courier New";
	font-weight: normal;
}
#maintitle {
	background: #030C51;
	height: 71px;
}
#home #main {
	padding: 0 0 0 0;
}
#main {
	background: #333333;
	padding: 25px 13px 13px 13px;
}
#maintext {}
#player {
	margin: 0 0 0 -13px;
}
#mainside {
	position:relative;
}
#mainside img {
	float: right;
	display: block;
	margin-bottom: 15px;
}
#wwdtext {
	background: #DEDEDE;
	color: #000000;
	padding: 10px;
	width: 320px;
}
#wwdside {
	width: 353px;
}
#wwdside img {
	float: left;
	display: inline;
	margin: 0 15px 15px 0;
}
ul#projects li {
	margin-bottom: .5em;
}
ul#team {
	margin-left: 0;
}
ul#team li {
	list-style-type: none;
	margin-bottom: 1em;
}
#ft {
	color: #666666;
	padding-bottom: 1em;
}
a:link, a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.maintextnarrow {
	padding-right: 60px;
}
#badge {
	margin: 30px 0 30px 0;
}
#spaside {
	margin: 20px 0 0 0;
	position:absolute;
	top: 0; left:-40px;
}