@charset "utf-8";
@charset "utf-8";

/* CSS Reset --- Chris Sawyers 2008*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* define focus styles here */
:focus {
	outline: 0;
}
body {
	color: #161635;
	background: #323366 url(images/bg.gif) repeat-x center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style-type: circle;
	padding-left: 25px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Document */


#container {
	text-align: left;
	width: 953px;
	margin-right: auto;
	margin-left: auto;
}
#container2 {
	text-align: center;
	width: auto;
	background: #323366;
}
#container3 {
	text-align: center;
	width: auto;
	background: #FFFFFF;
}
#frame_top {
	border-bottom: 7px solid #a7a4c6;
	height: 28px;
	background: url(images/stripe_bg.gif) repeat-x;
}
#frame_bottom {
	height: 100px;
	background: url(images/stripe2_bg.gif) repeat-x;
	text-align: center;
	border-top: 7px solid #a7a4c6;
}
#main {
	padding: 45px 90px 40px 145px;
	width: 717px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h1 {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #323366;
}
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #161635;
}
.top_text {
	color: #FFFFFF;
	padding-top: 13px;
}
#footer {
	color: #FFFFFF;
	padding: 50px 0px 0px 0px;
	width: 953px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.foot_links {
	float: right;
	padding-right: 90px;
	text-align: right;
}
.foot_links_dekko {
	float: right;
	padding-right: 90px;
	text-align: right;
	font-size: 11px;
	padding-top: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.maintext {
	font: 12px/18px Arial, Helvetica, sans-serif;
	list-style: disc;
}
subhead {
	font: bold 16px/120% Arial, Helvetica, sans-serif;
}

