@charset "UTF-8";
/* GENERAL BODY DEFINITIONS */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #011E3C;
	line-height: 1.5em;
	background-color: #fff;
	background-image: url(../images/back_index.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #850001;
	margin:0px 0px 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #333;
	margin:25px 0px 20px
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight:normal;
	letter-spacing:-0.5px;
	color: #D8331D;
	margin:25px 0px 0px 0px;
	padding: 0px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
}
a:link {
	color: #0054A8;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0054A8;
}
a:hover {
	text-decoration: none;
	color: #B61E11;
}
a:active {
	text-decoration: underline;
	color: #01244C;
}
hr {
	border: none;
	width: 100%;
	background-color:#e2ded8;
	height: 1px;
	margin:40px 0px 20px 0px;
}
/* --- LISTS --- */	
	ol, ul {
	margin: .5em 0;
}
ol {
	padding-left: 24px;
}
ul {
	padding: 0 0 0 10px;
	list-style-image: none;
	list-style-type: none;
}
li {
	color: #3c3c3c;
	padding: 5px 0 5px 10px;
}
ol li {
	background: none;
	padding: 3px 0;
}
li ul {
	margin: 0;
}
li ul li {
	padding-bottom: 0;
}
dl {
	margin: 0 10px;
}
dt {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 14px;
	color: #333333;
	font-style: italic;
}
dd {
	padding: .25em .5em 1em .5em;
}
/* CONTAINER */
#wrapper {
	position:relative;
	width:960px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/* --- Specific content boxes --- */
.box-callout {
	background-color: #e3e3e3;
	color: #000000;
	padding: 10px;
	border: 2px solid #b8b8b8;
	margin: 10px 25px; }	
	
.box-notice {
	color: #000000;
	background-color: #efe1b7;
	padding: 10px;
	border: 1px solid #a4630e;
	margin: 10px 0;
	line-height: 1.4em; }	
.box-notice a, .box-notice a:visited { }	
.box-notice a:hover {
	text-decoration:underline;
	color:#000000; }
.box-notice strong {
	font-size:125%;}


/* SUBPAGE */
#content {
	background-color: #FFFFFF;
	width: 920px;
	min-height:430px;
	margin-top: 30px;
	padding: 20px 20px 0px 20px;
	background-repeat: no-repeat;
	background-position: top;
}
#main_content {
	width: 599px;
	float:left;
	padding-right: 20px;
	padding-top:10px;
	border-right-}
	
.rightblock_sub {
	width: 280px;
	min-height:200px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	float:left;
}

#wrapper {padding-top: 160px}

