@charset "utf-8";
/* CSS Document */


body {
	background-image:url(../images/bgtile.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#062d48;
	margin: 0;
	padding: 0;
}

.wrapper {
	background-image: url(/images/bg-tile.gif);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 100px;
	padding-right: 100px;
}
.header h1 {
	margin:0;
	font-size:30px;
}
.header h1 a {
	text-decoration:none;
}
.page {
	color:#246;
}
a:link, a:visited {
	color:#246;
}
a:hover, a:active {
	color:#468;
}
.content  {
	padding:10px 40px 10px 40px;
}

h1 {
	font-size:24px;
	color:#024;
}
h2 {
	font-size:18px;
	font-weight:normal;
	color:#024;
	margin-bottom:8px;
}
h3 {
	color:#000;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:8px;
	border-bottom:1px dashed #8AC; /* Light Blue */
}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	margin-bottom:8px;
}
p {
	line-height:175%;
}

/* ============================== FOOTER ============================== */

.footernav {
	text-align:center;
	padding-bottom:1em;
}
.footer {
	margin:0px;
	padding:0px;
	margin-top:1ex;
}
.footer li {
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
	list-style-type:none;
}
.footer a {
	display:inline-block;
	margin-left:1ex;
	margin-right:1ex;
	margin-top:0px;
	font-size:11px;
}
.footer a:link, .footer a:visited {
	text-decoration:none;
	color:#999;
}
.footer a:hover, .footer a:active {
	text-decoration:underline;
	color:#333;
}


.end {
	background-image:url(/images/footer.gif);
	height:27px;
	width:856px;
	margin-left:auto;
	margin-right:auto;
}


/* ============================== FCK EDITOR ============================== */

.imageOnLeft {
	margin-right:5px;
	float:left;
	border:1px solid #246;
}
.imageOnRight {
	margin-left:5px;
	float:right;
	border:1px solid #246;
}

/* ============================== SITE MAP ============================== */

.m1 {
	font-weight:bold;
	font-size:120%;
}
.m2 {
	list-style-type:square;
	margin-left:2em;
}
.m3 {
	list-style-type:circle;
	margin-left:4em;
	font-size:90%;
}
