

* {
	padding:0;
	margin:0;
	font-size:12px;
	font-family: Verdana,Sans-serif;
}
body {
	padding:5px;
	line-height:1.6em;
}

p {
	line-height:1.6em;
	text-align: justify;
	padding: 0 20px 1em 20px;
}
ul {
	padding: 0 20px 1em 40px;
}
li {
	line-height:2em;
}
h1 {
	font-size: 3em;
	letter-spacing: .1em;
	font-weight: bold;
	font-family: Georgia, serif;
	margin: 70px 0 0 0;
	padding: 10px 10px 10px 0px;
	color: #000080;
}
h2 {
	font-size: 2em;
	font-weight: bold;
	font-family: Georgia, serif;
	padding: 10px 10px 10px 20px;
	color: #000080;
}
h2 em {
	font-size: 1em;
	font-style: italic;
	color: #000080;
}
strong {
	font-weight: bold;
}

.ttl {
	padding:20px;
}
.section {
	background: #0000b0;
	padding: 5px 5px 5px 15px;
	color: #c0c0ff;
	letter-spacing: 0.3em;
}
.addressbox {
	background: #0000b0;
	color: #c0c0ff;
	padding: 20px;
}

.footerbar {
	background: #000060;
	color: white;
	padding: 5px;
	text-align:center;
	font-size:10px;
}
.menubar {
	background:  #000060;
	color: white;
	padding: 5px;
	margin: 0px;
 }
 
.content {
	padding: 10px;
	font-family: "trebuchet MS", verdana,sans-serif;
	vertical-align: top;
	background:url(../images/home.jpg) 0% 0px no-repeat;
	}

#navlist ul {
	line-height:1em;
	padding: 0;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
	line-height:1em;

}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #000060;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	background-color: #0000b0;
	text-decoration: none;
}

#footnavlist ul {
	line-height:1em;
	padding: 0;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#footnavlist li {
	line-height:1em;
	padding-top:5px;
	display: inline;
	list-style-type: none;
	font-size:9px;
}

#footnavlist a {
	padding: 3px 10px;
}

#footnavlist a:link, #footnavlist a:visited {
	color: #000;
	text-decoration: none;
}

#footnavlist a:hover {
	color: #fff;
	background-color: #0000b0;
	text-decoration: none;
}
	
img.curve {
	float: left;
	clear: left;
	margin: 0 1em 0 0;
	border-right: 0px solid silver;
	height: 20px;
}
	
