/*whole document body*/
body { 
	font-size: medium; 
	font-family: font-family: Helvetica, sans-serif; 
	line-height: 115%
	margin-left: 2%; 
	margin-right: 2%
}

/*bearable headings*/
h1{
	font-size: large;
}
h2{
	font-size: medium;
}

/*images within links*/
a img{
text-decoration: none;
border-width: 0px;
}

/*all links*/
a{
	/*text-decoration: none;*/
}

/*hover over a link*/
a:hover{
	background-color: #FDDFC3;
}

/*list item*/
li {
	line-height : 150%;
}

/*span type listheader*/
span.listheader { 
	font-weight: bold 
}

/*page header*/
#header{
	padding: .5em;
	background: #E0ECF8;
}

/*headings in a header*/
#header h1{
	font-size: x-large;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 1.25em;
}

#header p{
	margin-top: -1em;
}

/*image in a header (the logo)*/
#header img{
	float: right;
	margin-top: -6em;
	margin-right: 10em;
}

/*links in a header*/
#header a{
	color: inherit;
	text-decoration: none;
}
/*page footer*/
#footer{
	border-width: thin;
	border-top-style: solid;
	border-color: gray;
	margin-top: 1%;
	padding-top: 1%;
}
/*descriptive part of a page*/
div.blurb{
	font-style: italic;
}

/*navigation bar*/
#topnav {
	border-width: thin;
	border-bottom-style: solid;
	border-color: gray;
	margin-top: 2%;
	padding-bottom: 1%;
}

/*links in the nav bar*/
div.nav a{
	text-decoration: none;
	color: #009900;
}
/*center contents of the page*/
div#main{
	margin-top: 3%;
	margin-bottom: 5%;
	}
div#localnav{
	font-size: smaller;
	padding-top: 1%
}
/*mark something as having draft status*/
.draft{
	color: Red;
	font-size: large;
}
/*skip navigation link will be invisible until hovered over.  from http://www.jimthatcher.com/skipnav.htm*/
a.skip {color: #FFFFFF; background-color: #FFFFFF;}
a.skip:active {color: #000000; background-color: #FFFFFF;}
a.skip:hover {color: #000000; background-color: #FFFFFF;}

a.sflink {color: #FFFFFF; background-color: #FFFFFF;}
a.sflink:active {color: #000000; background-color: #FFFFFF;}
a.sflink:hover {color: #000000; background-color: #FFFFFF;}

/*sourceforge logo <img src="http://sourceforge.net/sflogo.php?group_id=86978&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo"/>*/
img.sf{
	width: 88px;
	height: 31px;
	border: 0px;
}

.indent{
	margin-left: 5%;
	margin-right: 5%;
}

img#release-banner{
	float: right;
	margin-top: -2%;
	margin-right: 60%;
}
