@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
}
a.bar:link, a.bar:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.bar:hover, a.bar:active {
	text-decoration: underline;
	color: #FFFFFF;
}
a:link, a:visited {
	color: #2B5C91;
	text-decoration: none;
}
a:hover, a:active {
	color: #2B5C91;
	text-decoration: underline;
}
.cell_pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #2B5C91;
}
.cell_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 26px;
	color: #000000;
	width: 509px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	height: 100%;
	vertical-align: top;
}
.cell_content_bg {
	background-color: #EDEFEF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9C9D9D;
	height: 100%;
	width: 509px;
}

.header_text {
	background-color: #B1C4DC;
	background-image: url(../images/header_text.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 90px;
	width: 530px;
}
.header_bar_top {
	background-image: url(../images/header_bar_top.gif);
	background-repeat: repeat-y;
	height: 90px;
	width: 250px;
}
.header_background {
	background-color: #B1C4DC;
	vertical-align: top;
}
.header_bar_nav {
	background-image: url(../images/header_bar_nav.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 250px;
}
.header_nav {
	background-image: url(../images/nav_background.gif);
	background-repeat: repeat-x;
	height: 31px;
	text-align: right;
}
.header_photo_right {
	background-image: url(../images/header_photo_right.jpg);
	background-repeat: no-repeat;
	height: 193px;
	width: 210px;
}
.header_photo_left {
	background-image: url(../images/header_photo_left.jpg);
	background-repeat: no-repeat;
	height: 193px;
	width: 530px;
}
.header_photo_gradient {
	background-image: url(../images/header_photo_gradient.gif);
	background-repeat: repeat-x;
	height: 193px;
}
.header_bar_logo {
	background-image: url(../images/header_bar_logo.gif);
	background-repeat: no-repeat;
	height: 193px;
	width: 250px;
}
.bar_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #FFFFFF;
	width: 155px;
	vertical-align: bottom;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 60px;
	text-align: center;
}
.bar_background {
	background-image: url(../images/bar_background.gif);
	background-repeat: repeat-y;
	width: 250px;
	height: 100%;
}
.callout_container {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.callout_top {
	background-image: url(../images/callout_top.gif);
	height: 15px;
	width: 210px;
	background-repeat: no-repeat;
}
.callout_bottom {
	background-image: url(../images/callout_bottom.gif);
	height: 15px;
	width: 210px;
	background-repeat: no-repeat;
}
.callout_left {
	background-image: url(../images/callout_left.gif);
	background-repeat: repeat-y;
	width: 21px;
}
.callout_right {
	background-image: url(../images/callout_right.gif);
	background-repeat: repeat-y;
	width: 16px;
}
.callout_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #516995;
	width: 153px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.callout_content {
	hhfont-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	background-color: #BCCCE1;
	padding: 10px;
	width: 153px;
}
.textfield_long {
	width: 300px;
}
.textfield_short {
	width: 150px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	height: 200px;
	width: 300px;
}


.cell_required {
	font-weight: bold;
	height: 15px;
	padding-right: 20px;
}
.cell_notrequired {
	font-weight: bold;
	height: 15px;
	color: #585858;
	padding-right: 20px;
}

.cell_textfield {
	height: 20px;
}

.cell_spacer {
	height: 10px;
}
