body
{
	background: #ffffff url(images/sbackground.jpg) repeat-x;
	font: 12px georgia;
	color: #000000;
	
	padding: 20px 0px 20px 0px;
	margin: 0px auto;
}

#container
{
	background-color: #ffffff;
	width: 880px;
	padding: 10px;
	

	margin: 0px auto;
}
.innercontent
{
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px auto;
}

#footer
{
	background-color: #d8d8d8;
	width: 880px;
	padding: 10px;
	
	margin: 0px auto;
	text-align: center;
	font: bold 11px arial;
}
.header
{
	background-color: #4a6d50;
	padding-right: 10px;
	text-align: right;
	height: 29px;
	
	color: #ffffff;
	font: bold 11px tahoma;
	line-height: 29px;
}
.header a
{
	color: #ffffff;
}

.navstrip
{
	height: 36px;
	background-color: #cbcbcb;
}
.navstrip ul, ol {
	list-style: none;
	padding: 0px;
	display: inline;
}
.navstrip ol li {
	float: left;
}

.navstrip ol li a {
	width: 101px;
	background-image: url('./images/nav_off.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	line-height: 36px;
	text-align: center;
	color: #000000;
}

.navstrip ol li a:hover {	
	text-decoration: underline;
	background-image: url('./images/nav_on.jpg');
	background-repeat: no-repeat;
}

.pagetop
{
	font: bold 12px tahoma;
}

.tab_on
{
	float: left;
	width: 198px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background: url(images/tab_on.gif) no-repeat;
}
.tab_off
{
	float: left;
	width: 198px;
	line-height: 31px;
	height: 31px;
	text-align: center;
	background: url(images/tab_off.gif) no-repeat;
}

.tab_on a
{
	text-decoration: none;
	color: #000000;
}
.tab_off a
{
	text-decoration: none;
	color: #000000;
}

.tab_body
{
	background-color: #f7f5f0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	padding: 10px;
}

.m_body
{
	background-color: #f7f5f0;
	border: 1px solid #b0b0b0;
	
	padding: 10px;
}

.phead
{
	font: 20px georgia;
	letter-spacing: -1px;
	color: #444444;
}