/* CSS Document */

html, body {
    /* get rid of default spacing on the edges */
    margin: 0;
    padding: 0;

    /* get rid of that 2px window border in Internet Explorer 6 */
    border: 0;

    /* fill the height of the browser */
    height: 100%;

	background-color: #333333;
	margin: 0px;
	color:#FFFFCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


a:link { 
	color: #FFFFCC;	
	text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;	
	text-decoration: none;
	}
a:hover { 
	color:#FFFF00;
	text-decoration: none;
	}
a:active { 
	color:#9A3334;	
	text-decoration: none;
	}

a.sideNav:link { 
	color: #FFFFff;	
	text-decoration: none;
	}
a.sideNav:visited { 
	color: #FFFFFF;	
	text-decoration: none;
	}
a.sideNav:hover { 
	color:#333333;
	text-decoration: none;
	}
a.sideNav:active { 
	color:#FFFFFF;	
	text-decoration: none;
	}

.sideNav
{
font-weight:bolder;
font-size:20px;
color:#FFFFFF;
}

a.topNav:link
{
font-weight:bolder;
font-size:18px;
color:#993333;
text-decoration: none;
}

a.topNav:active
{
font-weight:bolder;
font-size:18px;
color:#ffffff;
text-decoration: none;
}
a.topNav:visited
{
font-weight:bolder;
font-size:18px;
color:#993333;
text-decoration: none;
}
a.topNav:hover
{
font-weight:bolder;
font-size:18px;
color:#333333;
text-decoration: none;
}

.sideNavNote
{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#FFFFFF;
}

.btmstretch
{
height:100%;
}

.header {
color:#FFFFCC;
}
