@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
	background-color: #207ba5;
	height:100%;
}
#main_container {
	height: 100px;
	width: 750px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -375px;
	position: absolute;
	left: 50%;
	top: 25px;
	z-index: 2;
}
#header {
	height: 133px;
	width: 750px;
	position: relative;
}
#left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	float: left;
	height: 100%;
	width: 160px;
	padding-right: 5px;
	position: relative;
	text-align: left;
	padding-left: 5px;
}
#left a:link {
	color: #207BA5;
	text-decoration: underline;
}
#left a:visited {
	color: #207BA5;
	text-decoration: underline;
}
#left  a:hover {
	color: #000000;
	text-decoration: underline;
}
#right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	float: right;
	height: auto;
	width: 565px;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	text-align: left;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}
#container_shell {
	height: 100%;
	width: 750px;
	position: relative;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	float: left;
	height: auto;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	text-align: left;
	height: auto;
	width: 565px;
	position: relative;
	display: inline;
}
#bgwrapper {
	background-attachment: scroll;
	background-image: url(images/bg_trans.png);
	background-repeat: repeat;
	background-position: left top;
	width: 750px;
	position: relative;
	padding-top: 1px;
	padding-bottom: 1px;
}
#clear {
	clear: both;
	height: auto;
	width: 100%;
	position: relative;
}
#fs_return {
	height: auto;
	width: 100px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -50px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	visibility: hidden;
}
#fs_return a:link {
	color: #000000;
	text-decoration: underline;
}
#fs_return a:visited {
	color: #000000;
	text-decoration: underline;
}
#fs_return a:hover {
	color: #999999;
	text-decoration: underline;
}
.small_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #333333;
}
#footer {
	background-attachment: scroll;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: auto;
	width: 100%;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	padding-top: 25px;
}
#sign {
	height: 500px;
	width: 400px;
	position: absolute;
	visibility: hidden;
	z-index: 99;
	bottom: 10px;
	color: #FFFFFF;
}
#sign a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#sign a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#sign a:hover {
	color: #FF0000;
}
#content a:link {
	color: #207BA5;
	text-decoration: underline;
}
#content a:visited {
	color: #207BA5;
	text-decoration: underline;
}
#content a:hover {
	color: #666666;
}
.fauxlink {
	color: #207BA5;
	text-decoration: underline;
}
