/* styles for general  body content */

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color : #000000;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
}

p  {
	font-family : Arial, Helvetica, sans-serif;
	margin-top : 5px;
	margin-bottom : 10px;
	margin-right : 5px;
	margin-left : 7px;
}

ul  {
	background-color: transparent;
	font-family: arial, sans-serif;
	list-style: disk;
	color: #333333;
}

ol  {
	background-color: transparent;
	font-family: arial, sans-serif;
	color: #333333;
	list-style: decimal;
}

li  {
	background-color: transparent;
	font-family: arial, sans-serif;
	color: #333333;
	list-style: square;
}

td  {
	font-family : Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}

h1  {
	background-color: transparent;
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: x-large;
	font-weight: bold;	
	margin-left : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
}

h2  {
	background-color: transparent;
	color: #00ccff;
	font-family: arial, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	margin-left : 10px;
}

h3  {
	background-color: transparent;
	color: #00ccff;
	font-family: arial, sans-serif;
	font-size: medium;
}

h4  {
	background-color: transparent;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: small;
	font-weight: bold;
}

h5  {
	background-color: transparent;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

a {
	text-decoration : none;
}

a:active {
	color: #CC0033
}

a:hover {
	text-decoration : underline;
	color : #CC0033;
}

a:visited {
	background-color: transparent;
	color : #000099;
}


.headernav {
	background-color : #000000;
	color: #ffffff;
	font-family: arial, sans-serif;
	font-weight : bold;
}

a.headernav {
	color: #ffffff
}

a:active.headernav {
	color: #CC0033
}

a:visited.headernav {
	background-color: transparent;
	color : #CCCC99;
}

a:hover.headernav  {
	background-color: #000000;
	color : #CC0033;
	text-decoration: none;
}

.sidenav {
	background-color : transparent;
	color: #000000;
	font-family: arial, sans-serif;
	font-weight : bold;
	margin-left : 10px;
}

a.sidenav {
	color: #ffffff;
}

a:active.sidenav {
	color: #CC0033;
}

a:visited.sidenav {
	background-color: transparent;
	color : #ffffff;
}

a:hover.sidenav  {
	background-color: #000000;
	color : #CC0033;
	text-decoration: underline;
}

.footer {
	background-color : 000000;
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: x-small;
}

a.footer {
	color: #ffffff
}

a:active.footer {
	color: #CC0033
}

a:visited.footer {
	background-color: transparent;
	color : #CCCCCC;
}

a:hover.footer  {
	background-color: #000000;
	color : #CC0033;
	text-decoration: underline;
}

.featurebox  {
	background-color : ffffff;
	color: #000000;
	font-family: arial, sans-serif;
}

.indent0 {
	margin-top : 5px;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 5px;
}

.indent5 {
	margin-top : 5px;
	margin-bottom : 10px;
	margin-left : 5px;
	margin-right : 10px;
}

.indent10 {
	margin-top : 5px;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
}

/*
.hdr-green-line {
	margin-top : 14px;
	margin-bottom : 3px;
	padding-top : 0px;
	padding-bottom : 0px;
	margin-right : 0px;
	font-size : 13px;
	margin-left : 10px;
	font-weight : bold;
	border-bottom : 1px solid #E1DCA0;
	color : #919D21;
	font-family : Arial, Helvetica, sans-serif;
}

 what does the property "super" mean?

.subscriptdb {
	margin-top:15px;
	vertical-align : super;
	font-weight : bold;
	font-size : 10px;
	font-style: italic;
	
this one looks interesting?	
.emailpopup {
	margin-top : 10px;
	margin-left : 70px;
}

what up with the text align?
.white-link-right {
	color : White;
	font-weight : normal;
	background : transparent;
	text-align : right;
	margin-right : 8px;
	margin-top : 4px;
	margin-bottom : 4px;
	
*/
