/* Edited with EditCSS */
body 
{
	margin:0;
	padding:0;
	background-color: #d2d2ca;
	color: black;
	min-width:750px;
	font-family: Arial;
	font-size: 10pt;
	behavior: url("./includes/csshover.htc");
	background-image: url('./../images/background.jpg');
	background-repeat: repeat-x;
	background-color: black;
}

A
{
	color: black;
	font-weight: bold;
}

A:hover
{
	color: #CDCDCD;
}


	
#wrap
{
	height: 1%;
	
}


#wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#header
{
	border: 1x solid black;
	background-color: white;
	padding: 0;
	margin-top: 45px;
	background-image: url('./../images/header.jpg');
	background-repeat: repeat-x;
	height: 154px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;

}

#title
{

	height: 100%;
	margin-left: 25px;
	margin-right: 25px;
	background-image: url('./../images/pork.png');
	background-repeat: no-repeat;
	background-position: bottom right;

}

#title P
{
	font-size: 60pt;
	line-height: 60pt;
	vertical-align: bottom;
	font-family: times new roman;
	padding-top:45px;
	padding-left: 15px;
	margin:0;
}	

#content
{

}

#menu
{
	float: left;
	background-image: url('./../images/header.jpg');
	background-repeat: repeat-x;

}

#donate
{
	width: 120px;
	position: absolute;
	color: white;
	text-align: center;
	margin-top: 100px;
}

#menu UL, #menu LI
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu 
{
	padding: 15px;
	margin: 25px;
	margin-left: 0;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	background-color: #91B9DC;
}

#menu LI
{
	padding: 3px;
	width: 120px;

}

#menu LI A
{
	font-weight: normal;
	text-decoration: none;
	color: black;
}

#menu UL LI UL
{
	margin-left: 15px;
}
#content 
{
	margin: 50px;
	width: 100%;
}

#body
{
	border: 1px solid black;
	background-color: white;
	width:60%;
	padding: 15px;
	margin: 25px;
	float: left;
	background-image: url('./../images/header.jpg');
	background-repeat: repeat-x;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	background-color: #91B9DC;
}


#menuItems .selectedTab A
{
	font-weight: bold;
	color: black;
}


.selectedPage A 
{
	text-decoration: underline !important;
}

#body H1
{
	font-family: times new roman;
	background-color: transparent;
	font-size: 25pt;
	margin-bottom: 10px;

}

#body HR
{
	color: black;
}

.page
{


}

.page .story
{
	padding-bottom: 45px;
	margin-bottom: 20px;
	border: none;
	background-image:url('./../images/grass.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	border-bottom:1px solid #A5DEA5;
}

.page FIELDSET
{
	border:none;
	border-top: 2px solid black;
}

.page CITE,.page CODE, .page FORM, #spacer1 PRE
{
	display:block;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	background-image: url('./../images/back2.jpg');
	background-repeat: repeat-x;
	background-color: white;
	margin: 16px;
	overflow:auto;
	width: 90%;

}

.databasetable
{
	float: left;
	width: 100px;
	border: 1px solid black;
	margin: 16px;
}

.databasetable H3
{
	margin: 0;

	background-color: black;
	color: white;
	text-align: center;
	padding: 2px;
	font-size: 11pt;
}

.databasetable UL
{
	margin: 0;
	padding: 0;
	background-image: url('./../images/back2.jpg');
	background-repeat: repeat-x;
	background-color: white;
}

.databasetable LI
{
	border: 1px solid black;
	list-style-type:none;
	padding: 2px;
}

.databasetable LI STRONG
{
	text-decoration: underline;
}
#footer
{
	text-align:center;
}