/* CSS Document */
body table { margin:0px auto;}
body, html{
	color:white;
	background-color:black;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
a{
	color:#bb0000;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	cursor:pointer;
}
input, textarea, select{
	border:1px solid #cccccc;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQCAYAAADXnxW3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACBJREFUeNpiYGBg4GcCEv9BBAOchZP4h02CGaaXASDAANqbDCK8gnn5AAAAAElFTkSuQmCC);
   background-repeat: repeat-x;
	background-color: #eeeeee;
}
.header{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	vertical-align:top;
	background-image:url(/imgs/header.gif);
	background-repeat:no-repeat;
	height:72px;
	position:relative;
}
.header span{
	display:block;
	margin:5px 26px;
}
.header span a{
	margin:0px 5px;
	font-weight:normal;
}
.header div{
	margin-top:11px;
}
.header div a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px 8px;
}
.header div a:hover{
	text-decoration:none;
}
.header a{
	color:white;
}
.subheader{
	color:gray;
	background-color:white;
	text-align:right;
	padding: 3px 5px;
	vertical-align:top;
	background-image:url(/imgs/subheader/shadow.gif);
	background-repeat:no-repeat;
}
.subheader a{
	padding: 0px 5px;
}
.homepage{
	color:#333333;
	background-color:white;
	line-height:130%;
	vertical-align:top;
	background-image:url(/imgs/wall.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.content{
	color:#333333;
	background-color:white;
	line-height:130%;
	vertical-align:top;
	padding:0px 20px 0px 0px;
}
.contentmenu{
	color:black;
	background-color:white;
	line-height:350%;
	padding:0px 5px 0px 5px;
}
.contentmenu a{
	color:black;
}
.headlines{
	font-weight:bold;
	font-size:14px;
}
.stateDir a{
	color:#333333;
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
	padding-left:60px;
}
.centerDir{
	font-weight:bold;
	padding-left:80px;
	vertical-align:top;
}
.leftDir{
	padding-left:100px;
	vertical-align:top;
}
.rightDir{
	vertical-align:top;
}
.subfooter{
	background-image:url(/imgs/footer.gif);
	background-repeat:no-repeat;
	height:58px;
}
.footer{
	color:white;
	letter-spacing:1px;
	text-align:center;
}
.footer a{
	color:white;
	font-weight:normal;
	text-align:center;
}
.js{
	cursor:pointer;
}
.parentsguide p{
	padding-left:10px;
}
.genders {
	position:relative;
	top:-2px;
	left:10px;
}
