body {
	font-family: "arial", "helvetica", "sans-serif";
	background: #F9F3E7;
	margin:0px;
	padding:0px;
}

a:link {color: #333399; text-decoration: underline;}
a:visited {color: #333399; text-decoration: underline;}
a:hover {color: #cf0021; text-decoration: underline;}
a:active {color: #333399; text-decoration: underline;}

.header {color: #ffffff;
	font-size: 30px;
 	background: #736F6B;
	border-bottom: 3px groove #333333;
 }
 
 #header {border-bottom: 5px groove #333333;
 }
 
#foot a {font-size: 12px;
	color: white;
	text-decoration: none;
	}
	
#nav {font-size: 11px;
	 color: white;
	 }
	
#nav a {font-size: 11px;
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
 
#stuff {padding: 10px;
	}
	
/*---  For Page Titles ---*/
h1 {text-align: center;
}
	

/*---  For Section Headers ---*/
h2 {margin: 0px;
 font-size: 18px;
 color: cf0021;
 font-weight: bold;
}

/*---  For second major sections (see home page) ---*/
h3 {margin: 0px;
 font-size: 24px;
 color: cf0021;
 font-weight: bold;
}	

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#eee;
    color:#0000ff;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}


/*---  LEFT SIDE BAR ---*/
#headlines {
 width: 260px;
 float: left;
 padding-right: 10px;
 text-align: left;
 color: #333;
 padding-bottom: 10px;
 border-right: 1px dotted #999;
}

/*---  RIGHT SIDE PICTURE ---*/
#rightpic {
 width: 220px;
 float: right;
 margin-top: 40px;
 padding-right: 30px
 padding-bottom: 30px;
}
