body {
	font-size: 0.9em;
	font-family: bitstream vera sans,sans-serif;
	margin: 0;
	padding: 0;
	/* (The background color is specified elsewhere, so do a global replacement if it ever changes) */
	background-color: #993300;
	background-image: images/bg.jpg;
}

a:link {
	color: #cccccc;
}
a:visited {
	color: #cccccc;
}
a:hover {
	color: #ffffff;
}
a[name] {
	color: inherit;
	text-decoration: inherit;
}

P
{
	color: #cccccc;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 120%;
}
.purpletext
{
	color: #003399;
}


.noline
{
    text-decoration: none;
	font-weight: bold;
}


B
{
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}
i
{
	color: #cccccc;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 120%;
}
H1
{
	color: #cccccc;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
}
H2
{
	color: #aaaaaa;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}
H3
{
	color: #aaaaaa;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
H4
{
	color: #993300;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}	

/* Left-side naviagation */
#side-nav-label {
	display: none;
}
#side-nav {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0px solid #cccccc;
	border-top: 0;
	width: 120px;
}

#side-nav li {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #666; /* required by ie ... for some reason*/
}

#side-nav a, .current {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #cccccc;
	display: block;
	text-decoration: none;
	padding: 4px ;
	width: 120px;
}
	
#side-nav a:hover{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

#side-nav #currentpage a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: underline;
}

