@charset "UTF-8";
/* CSS Document */

/****************************/
/*TEXT STYLES               */
/****************************/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #12537F;
	text-decoration: none;
	margin-top: 0;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #1A7DBF;
	text-decoration: none;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #1A7DBF;
	text-decoration: none;
	font-weight: bold;
}
.header2 a:link, .header2 a:active, .header2 a:hover{
	font:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #1A7DBF;
	text-decoration: underline;
	font-weight: bold;
}
.header2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #092A40;
	text-decoration: underline;
	font-weight: bold;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #12537F;
	text-decoration: none;
}
.bodytext a:link, .bodytext a:active, .bodytext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #12537F;
	text-decoration: underline;
}
.bodytext a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #092A40;
	text-decoration: underline;
}
/****************************/
/*DIV STYLES                */
/****************************/
#container {
	background-color:#FFFFFF;
	width: 800px;
}

#topbar{
	background-image: url(images/top_banner.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: relative;
	height: 165px;
	width: 800px;
	padding: 0;
	margin: 0;
}

#container2 {
	width: 800px;
	position: relative;
	padding: 0;
	left: 0;
	top: 0;
	background: url(images/bottom.gif);
	height: 435px;
	background-repeat: no-repeat;
}

#leftcontent {
	position: relative;
	width: 270px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#content {
	width: 530px;
	position: absolute;
	left: 270px;
	top: 0;
	margin: 0;
	padding: 0;
}

#text {
	width: 490px;
	position: relative;
	left: 30px;
	margin: 0;
	top: 0;
	padding-bottom: 30px;
}

#flashcontent {
	width: 490px;
	position: relative;
	left: 0;
	margin: 0;
	top: 0;
}