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

#page_header {
	position:relative;
	padding-top:15px;
	padding-bottom:20px;
}
#page_header h1 {
	position:absolute;
	left:0px;
	top:0px;
	width:180px;
}
#introtext {
	float:right;
	margin-left:185px;
}
#center_column {
	float:left;
	width:564px;
	padding:15px;
	border:1px solid #72CDF4;
}
#left_column {
	float:left;
	position:relative;
	width:182px;
	height:527px;
	margin-right:0px;
}
.blue_column_top {
	width:166px;
	height:15px;
	background-image:url(../images/blue-column-top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#subnavholder {
	width:166px;
	height:527px;
	background-color:#72CDF4;
}	
#subnav div {
	width:166px;
	height:37px;
	padding-top:15px;
	text-align:center;
	background-color:#72CDF4;
}
#sub_chosen {
	width:182px;
	height:37px;
	padding-top:15px;
	padding-right:16px;
	text-align:center;
	background-image:url(../images/subnav-bg.jpg);
	background-repeat:repeat-x;
}
#subnav a {
	z-index:99;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:15px;
}
.blue_column_bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:166px;
	height:15px;
	background-image:url(../images/blue-column-bottom.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.moreinfo {
	width:146px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:10px;
	padding-top:190px;
	background-color:#72CDF4;
}
.moreinfo a {
	color:#FFFFFF;
}
