/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #E1DDDD;
	background-image: url(images/bcgd_11.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page {
	width: 840px;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	height: 140px;
	width: 840px;
	position: relative;
	left: 0px;
	top: 0px;
}
#menu {
	height: 31px;
	width: 840px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(images/body-background.jpg);
}

#middle {
	background-image: url(images/body-background.jpg);
	background-repeat: repeat-y;
	position: relative;
	width: 840px;
	left: 0px;
	top: 0px;
	overflow: auto;
	padding-left: 67px;	
}

#footer {
	background-color: #90A99C;
	background-image: url(shared/img/swings-footer.jpg);
	position: relative;
	height: 42px;
	width: 840px;
	left: 0px;
	top: 0px;
}
#bottom_navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	padding-top: 10px;
	height: 30px;
	width: 840px;
	position: relative;
	left: 0px;
	top: 0px;
}


.perex{	
	font-style:italic;
	color:#5e1a2d;
}
.orange {
	color: #DC9956;
}
.italic_9px{
	font-style: italic;
	font-size: 9px;
}
img {
	border: none
}
 OL {
	list-style-type: none;
	list-style-position: inside;
	font-weight: normal;
} 

 UL {
	list-style-type: decimal;
	font-weight: normal;
} 

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	color: #000000;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;}


a:link  {
	color: #5e1a2d;
	text-decoration: underline;
}
a:hover {
	color: #5e1a2d;
	text-decoration: underline overline;
	font-weight: bold;
}
a:visited {
	color: #5e1a2d;
	text-decoration: underline;
}


hr
{
	border-width: 1px;
	border-color: #90A99C;
}

