html body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: 'Expletus Sans', arial, serif;
	font-size: 0.75em;
	overflow: hidden;
	color: #393939;
	max-width: 100%;
	width: 100%;
}

/*
h1 {
	line-height: 50%;
}
h2 {
	line-height: 50%;
}
*/

a:link {
	text-decoration: none;
	color: #004080;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
a:visited {
	text-decoration: none;
	color: #004080;
}
a:hover {
	text-decoration: none;
	color: #0080c0;
}

div {
	padding: 0px;
	margin: 0px;
}

table.gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
tr.gradient {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
td.gradient {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	vertical-align: middle;

	background-color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
	background: -webkit-linear-gradient(top, #ffffff, #dfdfdf);
	background: -moz-linear-gradient(top, #ffffff, #dfdfdf);
	background: -ms-linear-gradient(top, #ffffff, #dfdfdf);
	background: -o-linear-gradient(top, #ffffff, #dfdfdf);
	background: linear-gradient(top, #ffffff, #dfdfdf);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#dfdfdf');
	zoom: 1;
}

.sectionLinks {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	height: 32px;
	
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #808080;
}
.sectionLinks ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sectionLinks li {
	float: left;
	list-style: none;
}
.sectionLinks li a {
	display: inline-block;
	height: 28px;
	font-size: 18px;
	margin: 0px;
	padding: 4px 8px 0px 8px;

	text-decoration: none;
	font-weight: bold;
	color: #c0c0c0;

	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #808080;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.sectionLinks li a:hover {
	background-color: #004080;
}
.sectionLinks li.selected a {
	background-color: #004080;
}
.oneliner {
	position: fixed;
	display: inline-block;
	right: 4px;
	text-align: right;
	color: #808080;
	margin: 4px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
}
#section {
	position: fixed;
	top: 60px;
	left: 0px;
	right: 0px;
	height: 32px;
	padding: 0px 0px 0px 200px;
	
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;

	background-color: #002040;
	background: -webkit-gradient(linear, left top, right top, from(#002040), to(#000000));
	background: -webkit-linear-gradient(left, #002040, #000000);
	background: -moz-linear-gradient(left, #002040, #000000);
	background: -ms-linear-gradient(left, #002040, #000000);
	background: -o-linear-gradient(left, #002040, #000000);
	background: linear-gradient(left, #002040, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#002040', endColorstr='#000000');
	z-index: 30;
}

hr {
	border: 0px;
	color: #808080;
	background-color: #808080;
	height: 1px;
}

.navLinks {
	position: relative;
	padding: 0px;
	margin: 68px 0px 0px 0px;
	z-index: 25;
}
.navLinks ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-position: inside;
	
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #808080;
}
.navLinks li {
	padding: 0px;
	margin: 0px;
}
.navLinks li a {
	display: inline-block;
	margin: 0px;
	padding: 2px 0px 2px 16px;
	width: 184px;

	text-decoration: none;
	font-weight: bold;
	color: #c0c0c0;

	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.navLinks li a:hover {
	background-color: #004080;
}
.navLinks li.selected a {
	background-color: #004080;
}
.projectWonderful {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 468px;
	height: 60px;
	overflow: hidden;
}
.projectWonderfulBid {
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 0px;
	background: #002040;
	color: #c0c0c0;
	font-size: 9px;
	text-align: center;
}
.projectWonderfulBid a {
	position: absolute;
	top: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #c0c0c0;
	background-color: #002040;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.projectWonderfulBid a:hover {
	color: #c0c0c0;
	background-color: #004080;
}

.loading {
	width: 100%;
	height: 33px;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #808080;
	
	background-color: #002040;
	background: -webkit-gradient(linear, left top, left bottom, from(#002040), to(#000000));
	background: -webkit-linear-gradient(top, #002040, #000000);
	background: -moz-linear-gradient(top, #002040, #000000);
	background: -ms-linear-gradient(top, #002040, #000000);
	background: -o-linear-gradient(top, #002040, #000000);
	background: linear-gradient(top, #002040, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#002040', endColorstr='#000000');	
	z-index: 20;
}

#navigation {
	position: fixed;
	top: 76px;
	left: 0px;
	bottom: 0px;
	width: 200px;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #808080;
	
	background-color: #002040;
	background: -webkit-gradient(linear, left top, left bottom, from(#002040), to(#000000));
	background: -webkit-linear-gradient(top, #002040, #000000);
	background: -moz-linear-gradient(top, #002040, #000000);
	background: -ms-linear-gradient(top, #002040, #000000);
	background: -o-linear-gradient(top, #002040, #000000);
	background: linear-gradient(top, #002040, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#002040', endColorstr='#000000');	
	z-index: 20;
}
#navcon {
	padding: 0px;
	margin: 0px;
}
#twitter {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 180px;
	z-index: 15;
}

#subnav {
	position: absolute;
	width: 200px;
	right: 0px;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	color: #808080;

	background-color: #002040;
	background: -webkit-gradient(linear, left top, left bottom, from(#002040), to(#000000));
	background: -webkit-linear-gradient(top, #002040, #000000);
	background: -moz-linear-gradient(top, #002040, #000000);
	background: -ms-linear-gradient(top, #002040, #000000);
	background: -o-linear-gradient(top, #002040, #000000);
	background: linear-gradient(top, #002040, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#002040', endColorstr='#000000');	

	z-index: 20;
}
/*
#subnav a:link {
	color: #4080c0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#subnav a:visited {
	color: #4080c0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#subnav a:hover {
	color: #80c0ff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
*/
#content {
	position: fixed;
	top: 92px;
	left: 200px;
	right: 0px;
	bottom: 32px;
	overflow: auto;
	padding: 16px 0px 16px 0px;
	margin: 0px;
	z-index: 0;
}
#forum_embed_frame {
	position: absolute;
	top: 16px;
	left: 16px;
	right: 16px;
	bottom: 16px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	z-index: 0;
}
#forum_embed {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}
#library_embed_frame {
	position: absolute;
	top: 16px;
	left: 16px;
	right: 16px;
	bottom: 16px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	margin: 0px 208px 0px 0px;
	z-index: 0;
}
#library_embed {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 76px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;
	
	margin: 0px;
	padding: 0px;

	background-color: #808080;
	background: -webkit-gradient(linear, left top, right top, from(#c0c0c0), to(#808080));
	background: -webkit-linear-gradient(left, #c0c0c0, #808080);
	background: -moz-linear-gradient(left, #c0c0c0, #808080);
	background: -ms-linear-gradient(left, #c0c0c0, #808080);
	background: -o-linear-gradient(left, #c0c0c0, #808080);
	background: linear-gradient(left, #c0c0c0, #808080);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#c0c0c0', endColorstr='#808080');
	z-index: 20;
}
#logo {
	position: fixed;
	top: 14px;
	left: 88px;
	width: 148px;
	height: 128px;

	margin: 0px;
	padding: 0px;

	z-index: 100;
}
#textlogo {
	position: fixed;
	top: 16px;
	left: 238px;
	width: 247px;
	height: 40px;

	margin: 0px;
	padding: 0px;

	z-index: 25;
}
#banner {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 528px;
	height: 60px;
	
	margin: 0px;
	padding: 0px;

	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #808080;
	background: url('http://www.subnova.com/images/static-banner.gif');
	z-index: 50;
	visibility: hidden;
}
#footer {
	position: fixed;
	bottom: 0px;
	left: 200px;
	right: 0px;
	height: 20px;
	
	margin: 0px;
	padding: 8px 4px 4px 4px;
	
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #808080;

	background-color: #808080;
	background: -webkit-gradient(linear, left top, right top, from(#c0c0c0), to(#808080));
	background: -webkit-linear-gradient(left, #c0c0c0, #808080);
	background: -moz-linear-gradient(left, #c0c0c0, #808080);
	background: -ms-linear-gradient(left, #c0c0c0, #808080);
	background: -o-linear-gradient(left, #c0c0c0, #808080);
	background: linear-gradient(left, #c0c0c0, #808080);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#c0c0c0', endColorstr='#808080');
	
	z-index: 10;
}
#footer a:link {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	color: #004080;
}
#footer a:visited{
	color: #004080;
}
#footer a:hover {
	color: #0080c0;
}

/*
Blogger Overrides
*/
#crosscol {
	margin: 0px;
	padding: 0px;
}
#PageList1 {
	margin: 0px;
	padding: 0px;
}
#banner-1 {
	margin: 0px;
	padding: 0px;
}
.widget-content {
	margin: 0px;
	padding: 0px;
}
#main {
	margin: 0px 208px 0px 0px;
	padding: 0px;
}
#Blog1 {
	margin: 0px;
	padding: 0px;
}
div.date-outer {
	padding: 0px;
	margin: 0px;
}
.date-header  {
	text-align: right;
	padding: 4px 8px 0px 0px;
	font-size: 1.25em;
	z-index: 5;
	color: #808080;
	border-color: #808080;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}
.entry-title {
	padding: 4px 0px 0px 24px;
	margin: 0px;
	font-size: 1.25em;
	border-color: #808080;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	
	background-color: #808080;
	background: -webkit-gradient(linear, left top, right top, from(#c0c0c0), to(#808080));
	background: -webkit-linear-gradient(left, #c0c0c0, #808080);
	background: -moz-linear-gradient(left, #c0c0c0, #808080);
	background: -ms-linear-gradient(left, #c0c0c0, #808080);
	background: -o-linear-gradient(left, #c0c0c0, #808080);
	background: linear-gradient(left, #c0c0c0, #808080);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#c0c0c0', endColorstr='#808080');
	z-index: 1;
}
.entry-title a:link {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	color: #004080;
}
.entry-title a:visited{
	color: #004080;
}
.entry-title a:hover {
	color: #0080c0;
}
.entry-content {
	padding: 4px 0px 4px 32px;
	max-width: 95%;
	margin: 0px;
	right: 0px;
}
.post-footer {
	padding: 4px 4px 4px 32px;
	margin: 0px;
	border-color: #808080;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	clear: both;
}
.blog-pager {
	padding: 0px 100px 0px 100px;
	margin: 0px;
	height: 20px;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;

	background-color: #808080;
	background: -webkit-gradient(linear, left top, right top, from(#c0c0c0), to(#808080));
	background: -webkit-linear-gradient(left, #c0c0c0, #808080);
	background: -moz-linear-gradient(left, #c0c0c0, #808080);
	background: -ms-linear-gradient(left, #c0c0c0, #808080);
	background: -o-linear-gradient(left, #c0c0c0, #808080);
	background: linear-gradient(left, #c0c0c0, #808080);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#c0c0c0', endColorstr='#808080');
}
.blog-pager a {
	display: inline-block;
	height: 20px;
	font-size: 16px;
	margin: 0px;
	padding: 0px 8px 2px 8px;

	text-decoration: none;
	font-weight: bold;
	color: #c0c0c0;
	background-color: #002040;

	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #808080;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.blog-pager a:hover {
	color: #c0c0c0;
	background-color: #004080;
}
.feed-links {
	visibility: hidden;
}
.comments {
	padding: 4px 0px 4px 32px;
	margin: 0px;
	right: 0px;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #808080;
}
#sidebar-left-1 {
	padding: 0px;
	margin: 0px;
}
#sidebar-right-1 {
	padding: 0px;
	margin: 0px;
}
#sidebar-right-1 a:link {
	color: #0080c0;
}
#sidebar-right-1 a:visited {
	color: #0080c0;
}
#sidebar-right-1 a:hover {
	color: #00c0ff;
}
/*
#subnav .widget {
	padding: 0px;
	margin: 0px;
}
*/
.Label {
	padding: 0px;
	margin: 0px;
}
.Label h2 {
	padding: 0px 8px 0px 8px;
	margin: 8px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;
	color: #c0c0c0;
	font-size: 1.25em;
}
.Label .widget-content {
	padding: 4px 16px 4px 16px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;
}
.BlogArchive {
	padding: 0px;
	margin: 0px;
}
.BlogArchive h2 {
	padding: 0px 0px 0px 8px;
	margin: 8px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;
	color: #c0c0c0;
	font-size: 1.25em;
}
.BlogArchive .widget-content {
	padding: 4px 16px 4px 16px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;
}
.CustomSearch {
	padding: 0px;
	margin: 0px;
}
.CustomSearch h2 {
	padding: 0px 8px 0px 8px;
	margin: 8px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;
	color: #c0c0c0;
	font-size: 1.25em;
}
.CustomSearch .widget-content {
	padding: 4px 16px 4px 16px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;
}
.LinkList {
	margin: 0px;
	padding: 0px;
}
.LinkList h2 {
	padding: 0px 8px 0px 8px;
	margin: 8px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;
	color: #c0c0c0;
	font-size: 1.25em;
}
.LinkList ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-position: inside;
	
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #808080;
}
.LinkList li {
	padding: 0px;
	margin: 0px;
}
.LinkList li a {
	display: inline-block;
	margin: 0px;
	padding: 2px 0px 2px 16px;
	width: 184px;

	text-decoration: none;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;
		
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.LinkList li a:hover {
	background-color: #004080;
}
.LinkList li.selected a {
	background-color: #004080;
}
.SiteMap {
	padding: 0px;
	margin: 0px;
}
.SiteMap h2 {
	padding: 0px 8px 0px 8px;
	margin: 8px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;
	color: #c0c0c0;
	font-size: 1.25em;
}
.SiteMap .widget-content {
	padding: 4px 16px 4px 16px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;
}
#navbar-iframe {
	visibility: hidden;
}
#uds-searchControl {
	position: fixed;
	padding: 0px;
	margin: 0px;
	left: 216px;
	right: 225px;
	background-color: #c0c0c0;
	z-index: 300;
}
div.activities-widget-activity {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}?