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

/* global styles */

body {
	background-color: #7BB0CF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a:link, a:visited {
	color: #3c75ae;
	text-decoration: underline;
}

a:hover, a:active {
	color: #3c75ae;
	text-decoration: none;
}

div#container {
	width: 767px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-bottom: #3C75AE 5px solid;
}

div#header {
	text-align: left;
	margin-bottom: 5px;
}

div#kids {
	position: absolute;
	top: 85px;
	left: 50%;
	margin-left: 35px;
}

div#banner {
	margin: 0 auto;
	text-align: center;
}

table#content {
	width: 685px;
}

/* navitgation styles */

div#nav {
	width: 155px;
	height: 276px;
	background-image: url(images/navbg.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 8px;
}

div#nav a:link, div#nav a:visited {
	color: #C8A100;
	font-size: 13px;
	text-decoration: none;
	width: 142px;
	display: block;
	border-bottom: #FFFFFF 2px dotted;
	padding: 5px 0px 5px 0px;
}

div#nav a:hover, div#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* content styles */
	
div#textArea {
	color: #8E8E8E;	
	text-align: left;
}

div#textArea h1 {
	color: #A6B4BC;
	font-size: 24px;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-weight: lighter;
	margin-left: 25px;
}

div#textArea p {
	text-align: justify;
	text-indent: 25px;
	margin-left: 25px;
}

ul {
	margin-top: -5px;
	margin-left: 15px;
}

div#textArea td > img, div#textArea>img {
	border-top: #3C75AE 3px solid;
	border-bottom: #7BB0CF 2px solid;
}

div#textArea table {
	width: 480px;
}

div#textArea table tr td {
	vertical-align: middle;
}

table.imSpecial {
	width: 500px;
}

/* footer styles */

div#strip {
	margin: 50px 0px 10px 0px;
	border-bottom: #EEEEEE 4px solid;
}

div#binfo {
	color: #999999;
	font-size: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
}

div#binfo div#legal {
	float: right;
	margin-right: 10px;
}

	/* bottom navigation styles */
	
	div#bnav {
		color: #ebf3f8;
		font-size: 10px;
		margin: 10px auto;
	}
	
	div#bnav a:link, div#bnav a:visited {
		color: #ebf3f8;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
	}
	
	div#bnav a:hover, div#bnav a:active {
		color: #3c75ae;
		text-decoration: none;
	}
