html {
	background-image: url(images/stripe.png);
}

body {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
}

p, td, tr {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
}

a {color: #1656BB; text-decoration: none;}
a:hover {text-decoration: underline;}

b {color: #660000}

img {
	border: 0;
}

#header {
	background-image: url(images/header.gif);
	height: 106px;
	text-align: center;
	line-height: 175%;
	font-weight: bold;
	color: #640100;
}

#nav { 
	background-image: url(images/menu.gif);
	height: 34px;
}

#nav-text{
	text-align: center;
	font:10pt "Tahoma", sans-serif;
	font-weight: bold;
	color: #646532;
	padding-top: 10px;
}

#nav-text a {color:#646532; text-decoration: none;}
#nav-text a:hover  {color:#646532; text-decoration: underline;}
#nav-text a.current {color:#646532; text-decoration: underline;}

#main {
	width: 850px;
	height: 100%;
	background-color: #E8E9C9;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	width: 830px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	float: middle;
}

#content  img {padding: 5px  5px  5px  5px;}

#page-title{
	color:#669900;
	background-image: url(images/content-header.gif);
	height: 30px;
	padding-top: 5px;
	font-weight:bold;
	text-indent: 15px;
	letter-spacing: 5px;
}

#content-header{
	color:#669900;
	font-weight:bold;
	text-indent: 15px;
}


#footer {
	background-image: url(images/footer.gif);
	height: 30px;
	background-color: #333333;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #EFFFCE;
}

#footer-left {
	float: left;
	padding-left: 10px;
}

#footer-right {
	float: right;
	padding-right: 10px;
}

#footer a {color: #EFFFCE; text-decoration: none;}
#footer a:hover {text-decoration: underline;}
