body
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 18px;
}

a.nav
{
	text-decoration: none;
	font-size: 1.0em;
	color: #000;
}

a.nav:visited
{
	text-decoration: none;
	font-size: 1.0em;
	color: #000;
}

a.nav:active
{
	text-decoration: underline;
	font-size: 1.0em;
	color: #000;
}

a.activeNav
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	color: #005500;
}

a.activeNav:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	color: #005500;
}

a.activeNav:active
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.0em;
	color: #005500;
}

a.activeNav:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.0em;
	color: #007700;
}

.verticalAdjust
{
	margin-top: 40px;
}

.copyright
{
	color: #005500;
	font-size: 0.7em;
}

img
{
	border: 0px solid #000000;
}

.u
{
	text-decoration: underline;
}

h3
{
	color: #555;
	margin-top: 0;
}

/* Global */
#content
{
	margin: 45px auto;
	text-align: center;
}

#innerContent
{
	width: 450px;
	text-align: left;
	margin: 0 auto;
	font-size: .90em;
}

/* Project List */
ul.projList
{
	
}

/* Project Page */
div.section
{
	margin-left: 26px;
}

div.vitals
{
	background-image: url(/images/vitals.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	
	font-weight: bold;
	text-decoration: underline;
	text-indent: 26px;
	
	min-height: 24px;
}

div.link
{
	background-image: url(/images/link.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	
	font-weight: bold;
	text-decoration: underline;
	text-indent: 26px;
	
	min-height: 24px;
}

div.downloads
{
	background-image: url(/images/downloads.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	
	font-weight: bold;
	text-decoration: underline;
	text-indent: 26px;
	
	min-height: 24px;
}

div.screenshots
{
	background-image: url(/images/screenshots.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	
	font-weight: bold;
	text-decoration: underline;
	text-indent: 26px;
	
	min-height: 24px;
}

div.demo
{
	background-image: url(/images/demo.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	
	font-weight: bold;
	text-decoration: underline;
	text-indent: 26px;
	
	min-height: 24px;
}

a.oldVersions
{
	font-size: smaller;
}

div#oldVersionsSection
{
	margin-left: 0px;
	color: #777;
}

div#oldVersionsSection dl
{
	width: 100%;
	overflow: auto;
	margin: 0;
    background: url(/images/dot.gif) repeat-x 0 0.96em;
}

div#oldVersionsSection dt
{
	font-size: smaller;
	color: #777;
}

div#oldVersionsSection dd.dlLink a
{
	font-size: smaller;
	color: #777;
	font-style: italic;
}

div#oldVersionsSection dd.dlLink a:hover
{
	font-size: smaller;
	color: #555;
	font-style: italic;
}

/*
 Thanks to http://www.web-graphics.com/mtarchive/001622.php
 for this.
*/
dl
{
	width: 100%;
	overflow: auto;
	margin: 0 0 0.25em 0;
    background: url(/images/dot.gif) repeat-x 0 1.0em;
}

dt,dd.dlLink
{
	font-weight: bold;
	background-image: url(/images/cover.gif);
}

dt
{
	float: left;
	padding-right: 3px;
	color: #000;
}

dd
{
	margin: 0;
}

dd.dlLink
{
	float: right;
	padding-left: 3px;
	color: #AAA;
}

dd.dlLink a
{
	color: #000;
	text-decoration: underline;
}

dd.dlLink a:hover
{
	color: #009900;
	text-decoration: underline;
}