﻿/* ----------------------------------------
Begin reset elements
---------------------------------------- */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input { 
	margin: 0; 
	padding: 0;
}

ul, ol {
	list-style: none;
}

fieldset, img {
	border: none;
}

caption, th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td {
	padding: 0px;
	margin: 0px;
}

form {
	display: inline;
}

/* ----------------------------------------
 End reset elements
---------------------------------------- */

/* ----------------------------------------
 Begin element positioning
---------------------------------------- */

p {
	padding-bottom: 10px;
}

body {
	background-color:#B0AEBA;
	background-image:url('bg.png');
	background-repeat: repeat-y;
}

.header
{
	position:absolute;
	top:0px;
	left:37px;
	width:966px;
	height:10px;
	background:#FF9A00;
	font-size:2px;
}

.header-middle
{
	position:absolute;
	top:30px;
	left:47px;
}

.header-right
{
	position:absolute;
	top:10px;
	left:761px;
}

.header-bottom
{
	position:absolute;
	top:80px;
	left:37px;
	width:759px;
	height:4px;
	background:#FF9A00;
	font-size:2px;
}

.content-left
{
	position:absolute;
	top:110px;
	left:90px;
	width:513px;
}

.content-right
{
	position:absolute;
	top:188px;
	left:637px;
	width:340px;
}

.box-header h2
{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.box-header
{
	background-color:#fdd598;
	height: 20px;
	padding: 3px 10px 0 11px;
}

.box-content
{
	border-left: 1px #fdd598 solid;
	border-right: 1px #fdd598 solid;
	border-bottom: 1px #fdd598 solid;
	padding: 5px 10px 0 10px;
	background-color: #fffcf1;
	font-size: 10px;
}

.spacer10
{
	height: 10px;
}

.spacer20
{
	height: 20px;
}

.spacer30
{
	height: 30px;
}

.dlElement {
	 background-color: #faf9fb;
	 padding: 6px 0 2px 7px;
	 width: 513px;
	 border-top: #aba8c0 1px solid;
	 border-bottom: #aba8c0 1px solid;
}

/* ----------------------------------------
 End element positioning
---------------------------------------- */


/* ----------------------------------------
 Begin color and font styles
---------------------------------------- */

h1
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#6B698C;
	margin-bottom: 10px;
	font-weight:bold;
}

h2 { 
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #2b2b2b;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 10px;
}

ol {
	list-style: decimal;
	margin-bottom: 15px;
}

ol li{
	list-style-type: decimal;
	margin-bottom: 5px;
}

ul {
	padding: 0 0 15px 0;
}

li
{
	margin-left: 30px;
	list-style-type: disc;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #2B2B2B;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}


.text-intro
{
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #2B2B2B;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}

.text
{
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: #2B2B2B;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}

.text-small
{
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	color: #2B2B2B;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}

a:link
{
	color:#383184;
	text-decoration:none;
	font-weight: bold;
}

a:visited
{
	color:#383184;
	text-decoration:none;
	font-weight: bold;
}

a:active
{
	color:#383184;
	text-decoration:none;
	font-weight: bold;
}

a:hover
{
	text-decoration:underline;
}

.fp-box-header
{
	background-color: #6f6b8e;
}

.fp-box-header p
{
	background-color: #6f6b8e;
	color: #FFFFFF;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

.fp-header h2 
{
	color:#2B2B2B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
}

.fp-text {
	line-height: 18px;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
}

/* ----------------------------------------
 End color and font styles
---------------------------------------- */