* { margin: 0; padding: 0; }

body {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#401b01;
	margin:0 0 0 0;
	line-height:20px;
	background-image:url(../images/header.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #0c2b5e;
}

#wrapper {
	width: 720px;
	margin: 0 auto 0 auto;
	background-color:#fff;
	padding:20px 20px 0px 20px;
}

#header {
	margin: 0 auto 0 auto;
	height: 100px;
	text-align:center;
	border:#cfb092 solid 1px;
	border-bottom:none;
	padding:10px;
	background-image:url(../images/header-back.gif);
	background-repeat:no-repeat;
}

#navigation {background-color:#cfb092;
margin-left:-20px; margin-right:-20px; height:46px;
text-align:center; padding-left:30px; margin-bottom:-11px;
}

#content {
	border:#cfb092 solid 1px;
	border-top:none;
	padding-top:20px;
	text-align:left;
	min-height:530px;
	background-image:url(../images/content-back.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#content p {padding:0px 20px 0px 20px;}

#footer {
	text-align:center;
	padding:5px;
	clear:both;
}


a:link {
	color: #C30;
	text-decoration:underline;
}
a:visited {
	color: #C30;
	text-decoration:underline;

}
a:hover {
	color: #C96;
	text-decoration:underline;
}
h1 {
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	color:#401b01;
	margin-bottom:10px;
	padding-left:20px; padding-bottom:10px;
	text-align:left;
	line-height:28px;
}
h2 {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#401b01;
	margin-bottom:5px;
	line-height:22px;
	font-variant:small-caps;
	padding-left:20px;
}
h3 {
	margin-bottom:5px;
	line-height:22px;
	font-variant:small-caps;
	padding-left:20px;

}
#wcMessage {display: none;}

#content ul, #content ol {margin-left:50px;}
#content ul li {padding-top:5px; list-style:square;}

.image-right {float:right; padding:2px; border:1px solid #401b01; margin-left:10px;}
.image-left {float:left; padding:2px; border:1px solid #401b01; margin-right:10px;}