body {
	background-color:#4374B0;/* blue */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:62.5%;
}
p, q {
	color:#F2EF8E; /* light yellow */
	margin:0;
	padding:0.2em 30px 0.4em 60px;
	font-size:2.2em;
}
ul, ol {
	color:#F2EF8E; /* light yellow */
	margin:0;
	padding:0.3em 3em 0.05em 4em;
	font-size:2.2em;
	list-style-position:inside;
}
h1, h2, h3, h4, h5 {
	color:white;
	margin:0;
	padding:0.3em 30px 0 60px;
	font-weight:normal;
}
h1 {font-size:4.3em;}
h2 {font-size:3.3em;}
h3 {font-size:2.3em;}
h2 a {color:white;}
a { color:#CFF;}/* light blue */
a:hover { color:#F90;}/* orange */
a:visited { color:#CCF;}/* purple */
/* -----------------------------------------------
			header
------------------------------------------------ */
#header {
	background:#8C3BBD url(../images/header-back.jpg) no-repeat bottom left; /* purple */
	position:relative;
}
#title {
	padding:20px 10px 30px 200px;
	width:53%;
}
#title h1 {padding:0 0.3em 0.1em; font-size:4em;}
#logo {
	position: absolute;
	left:0;
	bottom:-48px;
	top: 47px;
}
#address {
	background-color:#201B20; /* warm black */
	border-left:6px solid #B6CA2C; /* lime green */
	border-bottom:3px solid #B6CA2C; /* lime green */
	position:absolute;
	top:0;
	right:0;
	width:25%;
}
#address p {padding:0.2em 15px 0.1em; font-size:2em;}
#address div {
	background:#201B20 url(../images/corner.gif) no-repeat bottom left; 
	margin:0 0 -3px -6px;
	width:20px; 
	height:20px;
	z-index:10;
}
/* -----------------------------------------------
			nav 
------------------------------------------------ */
#nav {
	background-color:#201B20; /* warm black */
	border-top:4px solid #B6CA2C; /* lime green */
	border-bottom:5px solid #B6CA2C;
	padding-left:230px;
}
#nav ul {margin:0; padding:0;}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size:0.9em;
	line-height:2.3em;
	z-index:20;
}
#nav a:link, #nav a:visited {
	padding: 0.5em 0.7em;
	margin:0;
	text-decoration: none;
	color: #F2EF8E; /* light yellow */
	border-right:1px solid #B6CA2C; /* lime green */
}
#nav a:link#current, #nav a:visited #current, #nav a:hover {
	color: white;
	background-color: black;
}
#nav li a.last {border:none;}
/* -----------------------------------------------
			content area
------------------------------------------------ */
#content {
	background-color:#042462; /* navy */
	border-bottom:5px solid #B6CA2C;/* lime green */
	clear:both;
	padding-bottom:1em;
}
#intro {
	background-color:#4E932B; /* green */
	border-bottom:3px solid #B6CA2C;/* lime green */
	border-right:3px solid #B6CA2C;
	border-left:3px solid #B6CA2C;
	margin:0 40px;
	text-align: center;
}
#intro h1 { padding:10px 5px 10px 20px; font-size:3.7em;}
#intro q { /* float:right; */ color: white; padding:20px;}
/* -----------------------------------------------
			footer
------------------------------------------------ */
#footer {
	border-top:4px solid #B6CA2C; /* lime green */
}
#footer a {color:white;}
#footer a:hover { color:#F90;}/* orange */
/* -----------------------------------------------
			forms 
------------------------------------------------ */
#contact {padding:5px 10px 20px 25px;}
#contact label {
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
#contact submit {
	margin-left: 4.5em;
}
#contact input {
	color: #000;
	border: 1px outset #5E373C;
}
#contact textarea {
	color: #000;
	border: 1px outset #5E373C;
}
#contact fieldset {
	width: 90%;
	border: 1px solid #6081B7; /* blue */
}
#contact legend {
	padding: 5px 6px;
	color:white;
	font-size:2em;
	font-style:italic;
} 
.button, #contact input.button {
	background-color:#6081B7; /* blue */
	color:white;
	font-size:1em;
	text-transform:uppercase;
	border:3px outset #6081B7; /* blue */
}