* {
    padding: 0;
    margin: 0;
} 

body {
    background: #d1ceb2;
	font: 100.1% "Times New Roman", Times, serif;
	line-height: 1.5em; 
}
a {
	color: #363;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p { padding-bottom: 0.25in;}
#wrap {
margin: 20px auto;
width: 990px;
background: #fff url('images/bkgMid.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/bkgTop.jpg');
height: 25px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/bkgBot.jpg');
height: 25px;
}

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
	font-weight: bold;
}
	
.middle {
	float: left;
	width: 59%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.right {
	float: left;
	width: 30%;
	margin: 0 10px;
	padding: 1% 1%;
	
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
	font-weight: bold;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #363;
	font-size:22px;
}

.middle h1 { color: #363; font-size: 30px; margin-bottom: 20px; margin-top: 10px;}
.middle h2 { color: #363; font-size: 22px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #363; font-size: 18px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #363;
}
.middle li {
	margin-bottom:5px;
	list-style-type: square;
	
}

