body {
	/*padding-left: 11em;*/
	color: #cccccc;
	background-color: black
}

#banner {
	background: url(../images/type3_inv.jpg) no-repeat;
}

body a:link {
	color: #c84b39;
}	
body a:visited {
	color: #c84b39;
}	
body a:hover {
	color: #b32229;
}

/* specifies that link styles also apply to images in IE */
a:link img, a:visited img {
	border-color: #c84b39;
}

a:hover img{
	border-color: #b32229;
}

body a:active {
	color: #b32229;
}

body strong {
	color: #649da6;
}

.button li a:hover {
	background-color: #000000;
	color: #b32229;
}

.notedefault {
 border: 2px solid #333;
 background-color: #000000;
 color: white;
}

.top li a:hover{
	background-image: url(../images/nav_bg_hover_inv.jpg);
	color: #649da6;
}

.under li a:hover{
	background-image: url(../images/nav_bg_bottom_hover_inv.jpg);
	background-repeat: repeat;
	color: #649da6;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: #333;
 color: #649da6;
}