@charset "UTF-8";
body {
	/* [disabled]background-color: #20253f; */
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
}
.left_glow {
	background-image: url(images/left_glow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right_glow {
	background-image: url(images/right_glow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	text-decoration: none;
	height: 94px;
	width: 908px;
}
#header .nav_top {
	background-image: url(images/nav_top.jpg);
	height: 57px;
}
a:hover {
	color: #BF0036;
}
#header .nav_top a {
	text-decoration: none;
	color: #666666;
}
#header .nav_top a:hover {
	text-decoration: underline;
	color: #BF0036;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
#main_content {
	width: 908px;
}
#main_content #boxes {
	background-image: url(images/main2_bkg.jpg);
	background-repeat: repeat-x;
	height: 137px;
}
#footer {
}
#main_content a {
	color: #0000CC;
}
#footer #links {
	font-family: Arial, Helvetica, sans-serif;
	color: #a6b0ca;
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
	text-decoration: none;
	text-align: right;
	margin-bottom: 20px;
}
#main_content #secondary td {
	/* [disabled]font-size: 13px; */
	color: #333333;
}
#main_content #secondary h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #BF0036;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCDD6;
}
#footer #links a {
	color: #a6b0ca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#footer #links a:hover {
	color: #a6b0ca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
#main_content #secondary h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000099;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCDD6;
}
#fosterform {
	background-color: #FFC;
	padding: 20px;
	margin-right: 20px;
	border: 2px solid #FF9;
}
