* {
	margin:0;
	padding:0;
}

body {
	background:#225A84;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.688em;
	color:#3E3E3E;
}

h3 {
	color:#444;
	font-size:1.4em;
	text-decoration:underline;
	text-transform:uppercase;
	margin-bottom:5px;
	letter-spacing:1px;
}
h4 {
	color:#ddd;
	font-size:1.375em;
}

ul {
	margin-left:20px;
	color:#fff;
}
li {
	margin:15px;
}

a {
	color:#333;
}
a:hover {
	color:#E97E00;
}
a:visited {
	color:#E97E00;
	font-style:italic;
}

.quote {
	border:1px solid #b2b1b1;
	background:#e2e2e2 url(images/quote-left.gif) no-repeat 1% 3%;
	margin:0 12% 0 10%;
	padding:10px 0 0 40px;
	line-height:1.6em;
	color:#666666;
}

img.left {
	margin:10px;
	float:left;
}
img.right {
	margin:10px;
	float:right;
}

#wrapper {
	width:780px;
	height:100%;
	margin:0 auto;
}

#header {
	margin:0;
}

#content-wrapper {
	background:#186495;
	width:766px;
}

#content {
	width:516px;
	height:auto;
	background:#ecece8;
	margin:-3px -5px 0 0;
	padding:10px;
	float:left;
}

#content ul {
	color:#3e3e3e;
}

#sidebar {
	margin:-3px 0 0 5px ;
	float:left;
	width:210px;
	background:#186495;
	padding:10px;
	height:auto;
}

#footer {
	background:#1a4667 url(images/content-bottom-bg.jpg) bottom left no-repeat;
	padding-top:10px;
	height:150px;
	width:767px;
}
#footer p a {
	color:#BABAB6;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
	color:#E97E00;
}

#footer p {
	color:#BABAB6;
}

#footer p span {
	color:#E97E00;
}

#footer p.footer-left {
	float:left;
	text-align:left;
	padding:90px 0 20px 20px;
}

#footer p.footer-right {
	float:right;
	text-align:right;
	margin:90px 25px 0 0;
}

#footer p.footer-center {
	text-align:center;
	margin-top:130px;
}