body {
	background-attachment: fixed;
	background-color: #65624C;
	background-image: url(http://www.wpfd.org/graphics/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

/*This code depicts the black across*/
.top {
	background-image: url(http://www.wpfd.org/graphics/top.jpg);
	background-repeat: repeat-x;
	font-size: x-large;
	color: #FFFFFF;
	background-color:#000000
}

/*This code adds the shadow/texture look under the header*/
.median {
	background-image: url(http://www.wpfd.org/graphics/median.jpg);
	background-repeat: repeat-x;
}

/*This code makes the menu work*/
/*DO NOT CHANGE*/
.menu_right {
	float: left;
	width: 190px;
}

.menu_right ul {
	padding: 0;
	margin-left: 10px;
}

.menu_right li {
	border-bottom: 1px dash #333333;
	list-style: none;
}

.menu_right li a {
	background: #FFFFFF;
	color: #C60000;
	display: block;
	padding: 7px 0 7px 12px;
	width: 180px;
	text-decoration: none;
	font-size: 10pt;
}

.menu_right li a:hover {
	color: #C60000;
	font-weight: bold;
	border-bottom: medium double Maroon;
}

/*This code makes the current page destictive from the links*/
.current {
	background: #FFFFFF;	
	color: #C60000;
	display: block;
	padding: 7px 0 7px 20px;
	width: 180px;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
/*END MENU CSS*/

/*This code adds minimual padding to the main text area*/
.left {
	padding: 13px;
}

/*The next 6 sectors organize the SOGs*/
/*This code applys an hanging indent*/
.leftsog {
	padding: 13px;
}

.sog {
	text-indent: -60px;
	margin-left: 60px;
	font: 15px;
}

.sog_header {
	font: bold medium;
}

.sog_subheader {
	font: bold small;
}

a.linksog, a:visited.linksog {
	color: #000000;
	text-decoration: none;
}

a:active.linksog, a:hover.linksog {
	color: #B22222;
}

/*This makes the captions of pictures slightly smaller*/
.caption {
	font-size: 12px;
}

hr {
	color: #333333;
}

/*This formats the day and shift information*/
.day {
	font: bold 9pt;
}

.nine {
	font: 9pt;
}

.left a {
	color: #990000;
}

.left a:visited {
	color: #990000;
}

.left a:hover {
	color: #993333;
}

.left a:active {
	color: #993333;
}
