html, body {
    height: 100%;
}

body {
	background-color: #81AABA;
	font-family: "Trebuchet MS", "Verdana", Sans-Serif;
	color: #1B5268;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	margin: 0px auto;
	padding: 0px;
}

p {
	text-align: justify;
}

table {
	background-color: #transparent;
	font-size: 11px;
	font-style: normal;
	font-family: "Trebuchet MS", "Verdana", Sans-Serif;
	color: #1B5268;
}

.contrast-bold {
	color: #407E96;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-bottom:-8px;
}

.title-contrast {
	color: #407E96;
	font-size: 13px;
	font-weight: bold;
	margin-top:-3px;
	margin-bottom:-12px;
}

.disclaimer {
	color: #1B5268;
	font-size: 10px;
}

.disclaimer-title {
	color: #407E96;
	font-size: 10px;
	font-weight: bold;
}

A:link {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #1B5268;
}

A:hover, A:active {
	color: #407E96;
}

A:visited {
	color: #0D546F;
}

.disclaimer-link a{
	font-family: "Trebuchet MS", Verdana;
	font-size: 9px;
	color: #1B5268;
}

.disclaimer-link A:link {
	color: #1B5268;
}

.disclaimer-link A:hover, .disclaimer-link A:active {
	color: #407E96;
}

.disclaimer-link A:visited {
	color: #0D546F;
}

input, textarea, button, select, option {
	color: #407E96;
	font-size: 11px;
	font-family: "Trebuchet MS", "Verdana", Sans-Serif;
	background-color: #EDF6FA;
	border-style: solid; 
	border-right: #407E96 1px solid;
	border-left: #407E96 1px solid;
	border-top: #407E96 1px solid;
	border-bottom: #407E96 1px solid;
}

#container {
	width: 504px;
	position: relative;
	min-height: 100%;
    height: auto;
    _height: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-image: url("pics/contentbg.gif");
	background-repeat: repeat-y;
}

#content {
	float: left;
	width: 96%;
	background-color: transparent;
	position: relative;
	padding: 8px;
	height: auto;
	overflow: auto;
	text-align: left;
	margin-top: -5px;
	margin-left: 1px;
}