@charset "UTF-8";
body {
	margin: 0px auto;
	width: 980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
}
a:link {
	color: #003399;
}
a:visited {
	color: #663399;
}
a:hover {
	color: #990000;
}
#header {
	height: 140px;
}
#wrap {
	float: left;
	background-color: #CBCBCB;
	background-image: url(../images/bg-faux-columns.png);
	background-repeat: repeat-y;
}
#left-column {
	display: block;
	float: left;
	width: 680px;
	background-image: url(../images/bg-gray-fade.png);
	background-repeat: no-repeat;
}
#main-content {
	float: left;
	width: 590px;
	padding-left: 45px;
	padding-right: 45px;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 20px;
}
#main-content-home {
	display: block;
	float: left;
	width: 980px;
	height: 455px;
	/* no message */
	/* height: 475 */
	background-image: url(../images/bg-gray-fade-home.png);
	background-repeat: no-repeat;
	background-color: #B8B8B8;
}
#message {
	width: 980px;
	height: 30px;
	padding-top: 12px;
	text-align: center;
}
#splash {
	/* no message */
	/* margin-top: 20px; */
	margin-left: auto;
	margin-right: auto;
	width: 774px;
	background-image: url(../images/bg-splash-chalkboard.jpg);
	background-repeat: no-repeat;
	height: 440px;
}
#splash-menu {
	position: absolute;
	width: 680px;
	height: 136px;
	margin-top: 35px;
	margin-left: 49px;
}
#right-column {
	display: block;
	float: left;
	width: 300px;
}
#vert-menu {
	width: 260px;
/* adjust MENU hieght */
	height: 400px;
	background-image: url(../images/bg-vert-menu.png);
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	padding-top: 8px;
	background-color: #CBCBCB;
	background-repeat: no-repeat;
}
a.vert-menu {
	display: block;
	color: #003399;
	font-size: 14px;
	font-family: Skia, Verdana, Arial, Helvetica, sans-serif;
/* adjust BUTTON height */
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	width: 180px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AEAEAE;
}
a.vert-menu span {
	display: block;
/* adjust BUTTON height */
	line-height: 17px;
	padding: 10px;
}
a.vert-menu-no-line {
	display: block;
	color: #003399;
	font-size: 15px;
	font-family: Skia, Verdana, Arial, Helvetica, sans-serif;
/* adjust BUTTON height */
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	width: 180px;
	text-align: center;
}
a.vert-menu-no-line span {
	display: block;
/* adjust BUTTON height */
	line-height: 16px;
	padding: 10px;
}
a.vert-menu:hover {
	color: #990000;
}
a.vert-menu-no-line:hover {
	color: #990000;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #507085;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.highlight {
	color: #FF6600;
	font-weight: bold;
}
.block-highlight {
	padding: 15px 30px;
	border: 1px solid #214188;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.block-highlight-tighter {
	padding: 15px 30px;
	border: 1px solid #214188;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.date {
	font-size: 11px;
	text-transform: uppercase;
}
.smaller {
	font-size: 11px;
}
.big-link {
	font-size: 16px;
}
.big-link a:link {
	font-size: 16px;
	color: #990000;
}
.big-link a:visited {
	font-size: 16px;
	color: #663399;
}
.big-link a:hover {
	font-size: 16px;
	color: #FF0000;
}
#dax {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
#dax a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#dax a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#dax a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.small-cap-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
