@charset "UTF-8";
/* CSS Document */

#container {
	width: 930px;
	margin-left: 50px;
	height: 100%;
	background-image: url(layout_images/body_fill.jpg);
	background-repeat: repeat-y;
	margin-top: -10px;
}
body {
	background-color: #003465;
}
#top_banner {
	background-image: url(layout_images/top_banner.jpg);
	height: 189px;
	width: 930px;
	background-repeat: repeat;
	background-position: left;
}
#navbar {
	height: 41px;
	width: 930px;
}
#panel_left {
	float: left;
	width: 415px;
	background-image: url(layout_images/jc_body.jpg);
	height: 252px;
	background-repeat: repeat;
	background-position: left top;
}
#panel_right {
	float: right;
	width: 515px;
}
#footer {
	background-image: url(layout_images/footer.jpg);
	height: 38px;
	width: 930px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bodytext_firstcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003467;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	text-decoration: none;
}
.bodytext_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.bodytext_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F00;
}
.bodytext_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00F;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	text-decoration: none;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #003467;
}
.bodytext_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
#coffee_cup {
	background-image: url(../images/coffee_cup_blue.jpg);
	background-repeat: no-repeat;
	background-position: right 75px;
}
#dog {
	background-image: url(../images/dog.jpg);
	height: 237px;
	width: 185px;
	background-repeat: no-repeat;
	margin-left: 260px;
}
#outline {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#outline_all {
	border: thin solid #8DA3BA;
}
.columnhead_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #FFF;
}
