body {
	behavior: url(/csshover.htc);
	background-color: #004F81;
	background-repeat: no-repeat;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}
.heading_left {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFCB05;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFCB05;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFCB05;
}
a:visited:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFCB05;
}
a.callout:link {
	font-weight: normal;
	text-decoration: underline;
	color: #FFCB05;
}
a.callout:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #FFCB05;
}
a.callout:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #FFCB05;
}
a.callout:visited:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #FFCB05;
}
#frame {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header_kids {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 234px;
	height: 75px;
}
#header_kids2 {
	position: absolute;
	left: 0px;
	top: 75px;
	width: 234px;
	height: 27px;
}
#header_banner {
	position: absolute;
	left: 0px;
	top: 102px;
	width: 648px;
	height: 82px;
}
#top_nav_container {
	position: relative;
	left: 0px;
	top: 0px;
	width: 648px;
	height: 184px;
}
#top-nav-buttons {
	position: absolute;
	left: 234px;
	top: 75px;
	width: 414px;
	height: 27px;
}
#content-header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 650px;
	height: 24px;
}
#content_container {
	background-image: url(images/background_content.gif);
	position: relative;
	left: 0px;
	top: 0px;
	width: 650px;
}
#nav-buttons {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 190px;
}
#border-bottom_ {
	position: relative;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 24px;
}
#content {
	float:left;
	position: relative;
	overflow: auto;
	width: 425px;
	top: 5px;
	/*left: 200px;
	right: 0px;*/
}
#title {
	float:left;
	position: relative;
	width: 425px;
	top: 5px;
	/*left: 200px;*/
}

#DisclaimerText {
	display: block;
	width: 400px;
	height: 200px;
	overflow: auto;
	border: solid 2px #FFFFFF;
	border-style: inset;
	padding: 4px;
	/*background-color: #FFFFFF;
	color: #000000;*/
}
#DisclaimerText h1 {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}
#DisclaimerText h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFCB05;
}
#DisclaimerText h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFCB05;
}

/********* FORMS *********/
.SmallText {
	font-size: 9px;
}
.ErrorText {
	text-transform: uppercase;
	color: #FF0000;
	font-weight: bold;
}
.TextBox {
	float: left;
	margin: 4px;	
	font-size: 11px;
}
.Label {
	display: block;
	float: left;
	text-align: right;
	margin-top: 8px;
	margin-left: 4px;	
}
.UserForm label {
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	margin-top: 8px;
}
.UserForm br {
	clear: left;	
}
.UserForm .Button {
	width: 100px;
}
.Button {
	background-color: #00497A;
	color: #FFFFFF;
	border: solid 1px #F79F07;
	text-transform: uppercase;
	font-size: 10px;
	cursor: default;
	margin: 0 2px 2px 0;
}
.Button:hover {
	background-color: #0049CC;
	cursor: pointer;
	margin: 2px 0 0 2px;
}
