/* Style Sheet */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: Helvetica, Arial, Geneva, Swiss, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 135%;
	background: #4a5a88;
}
img {
	margin: 0;
	padding: 0;
	line-height: 0;
	border: none;
}

a:link, a:visited {
	color: #2a3a66;
	text-decoration: underline;
}
				
a:hover, a:active {
	color: #2a3a66;
	text-decoration: none;
}


html {
	overflow-y: scroll;
}

#pagewrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	padding-bottom: 25px;
}

#header {
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 220px;
}

#mainnavi {
	position: absolute;
	bottom: 5px;
	right: 0px;
}
		
#mainnavi ul {
	list-style: none;
	padding-top: 4px;
	font-size: 15px;
	float: right;
}
		
#mainnavi ul li {
	display: inline;
	padding: 0 28px 0 0;
	font-style: normal;
	color: #2a3a66;
}
			
#mainnavi ul li a:link, #mainnavi ul li a:visited {
	color: #2a3a66;
	text-decoration: underline;
}
				
#mainnavi ul li a:hover, #mainnavi ul li a:active {
	color: #2a3a66;
	text-decoration: none;
}

#content {
	position: relative;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

#content-main {
	width: 648px;
	text-align: left;
	padding: 40px 0 0 75px;
}

#content-main p {
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	line-height: 145%;
	margin-bottom: 25px;
}

#content-main h1 {
	color: #000000;
	font-family: Helvetica, Arial, Geneva, Swiss, sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 120%;
	padding: 0;
}

#content-main h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 8px;
	color: #997E17;
}

#content-main h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 20px;
	color: #000000;
}

#content-main ul {
	list-style-position: outside;
	padding: 0 0 28px 3px;
}

#content-main li {
	font-weight: normal;
	font-size: 14px;	
	margin: 5px 25px;
}

.audio-box {
 	float: left;
	width: 320px;
}

address {
 	font-size: 12px;
	line-height: 100%;
	margin-bottom: 5px;
}

#footer {
	height: 31px;
	width: 800px;
	background-color: #bac8e0;
	text-align: center;
	}
	
#bottomlinks {
	text-align: center;
	margin-top: 10px;
	color: #bac8e0;
}

#bottomlinks ul {
	list-style: none;
	padding-top: 5px;
}
		
#bottomlinks ul li {
	display: inline;
	padding: 0 0 0 25px;
	font-size: 95%;	
	font-style: normal;
	font-weight: normal;
}
			
#bottomlinks ul li a:link, #bottomlinks ul li a:visited {
	color: #999999;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	font-size: 95%;	
}
				
#bottomlinks ul li a:hover, #bottomlinks ul li a:active {
	color: #999999;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 95%;	
	}

.photoright {
	float: right;
	border: 1px solid #4a5a88;
	margin: 0 0 0 50px;
}

.photoright2 {
	float: right;
	border: none;
	margin: 0 0 0 25px;
}

.photoleft {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #4a5a88;
}

.line {
	border-top: 1px solid #4a5a88;
	margin: 10px 0 10px 0;
}

.clear {
	clear: both;
}