@charset "utf-8";

/* ------------ RESET ---------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul { list-style: none; }


/* ------------- END OF RESET ---------------- */

html, body {
	font:13px/19px Georgia, "Times New Roman", Times, serif;
	background-color:#f6f2e9;
	height:100%;
	color:#2f2f2f;
	margin:3px;
}

h1 { font-size:21px; padding:25px 0 20px; line-height:30px; font-weight:normal; }
p { margin-bottom:13px; }

.ornmt-lft {
	width:22px;
	background:url(img/ornament-lft-rght.gif) top left repeat-y;
}

.ornmt-rght {
	width:22px;
	background:url(img/ornament-lft-rght.gif) top right repeat-y;
}

.ornmt-top {
	height:22px;
	background:url(img/ornament-top-btm.gif) top left repeat-x;
}

.ornmt-btm {
	height:22px;
	background:url(img/ornament-top-btm.gif) bottom left repeat-x;
}

.corner-top-lft,
.corner-top-rght,
.corner-btm-lft,
.corner-btm-rght {
	display:block;
	width:22px;
	height:22px;
	background:url(img/ornament-corner.gif) top left no-repeat;
}

.corner-top-lft { float:left; }
.corner-top-rght { float:right; }
.corner-btm-lft { float:left; }
.corner-btm-rght { float:right; }

a:hover { text-decoration:none; }

#container { width:100%; min-width:990px; }

.content { padding:25px 30px; }

.info {
	width:735px;
	margin:0 auto;
}

.logo {
	display:block;
	width:160px;
	margin:0 auto 30px;
}

.page-link {
	text-align:center;
	padding:20px 0 40px;
}

.page-link a {
	font-size:21px;
	color:#04409b;
}

.navigation { margin:40px 0; }
.navigation a {
	display:block;
	float:left;
	width:170px;
	height:37px;
	padding-top:15px;
	background:url(img/nav-links.png) top left no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:none;
	color:#000;
	text-align:center;
}

.navigation a:hover { text-decoration:underline; }

.navigation a.active {
	color:#fff;
	background:url(img/nav-links.png) left -56px no-repeat;
}