body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #FFFFFF;
	
	scrollbar-face-color: #DFDFDF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
}

#mainborder {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 800px;
	margin-left: -400px;
}

#logo {
	width: 800px;
	height: 81px;
	background-image: url(../images/logo_background.jpg);
	background-repeat: repeat-x;
	margin-bottom: 16px;
}

#logo_right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 32px;
	height: 81px;
	background-image: url(../images/logo_right.jpg);
}

#navigation {
	left: 0px;
	top: 90px;
	width: 170px;
	float: left;
}

#navigation a {
	display: block;
	padding: 7px 6px 5px 12px;
	margin: 0px 0px 6px 0px;
	height: 18px;
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/navigation_button.jpg);
	background-repeat: no-repeat;
}

#navigation a.sub{
	display: block;
	padding: 5px 6px 5px 12px;
	margin: 0px 0px 6px 40px;
	height: 15px;
	text-decoration: none;
	cursor: pointer;
	color: #549BE3;
	font-weight: 100;
	background-image: url(../images/navigation_subbutton.jpg);
	bdackground-repeat: no-repeat;
}
  
#navigation a:hover {
	text-decoration: none;
	color: #2D547A;
}

#navigation .selected {
}

#content {
	margin-left: 180px;
	_margin-left: 177px;
	width: 620px;
	color: #2D547A;
}

#content_block {
	width: 433px;
	text-align: justify;
	float: left;
	margin-right: 17px;
}

#content_block p {
	margin-top: 0px;
	margin-left: 7px;
}

#content_info {
}

#content_info img {
	border: 1px solid black;
	padding: 4px;
}

#content h1 {
	background-image: url(../images/content_header.jpg);
	background-repeat: no-repeat;
	font-size: 18px;
	color: #2D547A;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 12px 0px;
}

#content h2 {
	font-size: 12px;
	color: #2D547A;
	padding: 0px 7px 7px 7px;
	margin: 0px 0px 0px 0px;
}

#content a {
	color: #549BE3;
	text-decoration: none;
}

#content a:hover {
	color: #2D547A;
	text-decoration: none;
}

#content input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#content table {
	margin-left: 7px;
}

#info {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 28px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/info_background.jpg);
	background-repeat: no-repeat;
	height: 24px;
	color: #FFFFFF;
}

#info a {
	color: #2D547A;
	text-decoration: none;
}

.faq_question {
	padding-left: 24px;
	background-image: url(../images/faq_question.jpg);
	background-repeat: no-repeat;
}

.faq_answer {
	padding-left: 24px;
	color: #549BE3;
}

.table_dates {
	border: 1px solid #549BE3;
	margin-bottom: 16px;
	text-align: left;
}

.table_dates th {
	background-color: #DCEAFA;
	padding: 2px;
}

.table_dates td {
	padding: 2px;
	border-top: 1px solid #A2C7F6
}

.table_forms {
	border: 1px solid #549BE3;
	margin-bottom: 16px;
	text-align: left;
	padding: 6px;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.success {
	color: #009900;
	font-weight: bold;
}
