body {
	background-color:  #bbbcd1;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #333333;
	line-height: 160%;
	text-align: center;
}
#content {
	width: 522px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	position: absolute;
}
#content a:link, #content a:active, #content a:visited {
	text-decoration : underline;
	color: #35699B;
}
#content a:focus, #content a:hover{
	text-decoration : none;

	-moz-outline:0;
	color: #FFFFFF;
	background-color: #366EA1;
}

code {
	font-size: 12px;
	color: #FFFFFF;
	padding: 15px;
	width: 522px;
	background-color: #323f7f;
	display: block;
	font-family: "Courier New", Courier, mono;
	border-left-width: 15px;
	border-left-style: groove;
	border-left-color: #0099FF;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #366B9F;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: none;
}


/* this is the CSS for the menu that you will need. */
#menu_holder {
	height: 50px;
	width: 900px;
	display: block;
	position: absolute;
	top: -58px;
	left: 0px;
	z-index: 300;
}
#nav {
	height: 58px;
	width: 522px;
	margin: auto;
	padding: 0px;
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	background-position: right;
}
#hit_area {
	height: 432px;
	width: 900px;
	padding: 0px;
	display: block;
	left: 0px;
	top: 110px;
	margin-right: auto;
	margin-left: auto;
	z-index: 300;
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 58px;
	list-style-type: none;
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	background-position: left;
}
#nav li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav li a:link, #nav li a:active, #nav li a:visited {
	background-image: url(images/middle.png);
	background-repeat: repeat-x;
	height: 58px;
	width: 80px;
	display: block;
	line-height: 50px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 120%;
	background-position: top;
}
#nav li a:focus, #nav li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
	background-image: url(images/rollOver.png);
	background-repeat: repeat-x;
}
#menu_holder_static {
	height: 58px;
	width: 900px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu_holder_btm {
	height: 58px;
	width: 100%;
	display: block;
	position: absolute;
	top: -78px;
	z-index: 25;
	left: 0px;
}
#nav_btm {
	height: 58px;
	width: 522px;
	margin: auto;
	padding: 0px;
	background-image: url(images/right_btm.png);
	background-repeat: no-repeat;
	background-position: right;
}
#nav_btm ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 58px;
	list-style-type: none;
	background-image: url(images/left_btm.png);
	background-repeat: no-repeat;
	background-position: left;
}
#nav_btm li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav_btm li a:link, #nav_btm li a:active, #nav_btm li a:visited {
	background-image: url(images/middle_btm.png);
	background-repeat: repeat-x;
	height: 58px;
	width: 80px;
	display: block;
	line-height: 50px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 120%;
	background-position: top;
}
#nav_btm li a:focus, #nav_btm li a:hover {
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
	background-image: url(images/rollOver_btm.png);
	background-repeat: repeat-x;
}
#nav_btm_co {
	height: 58px;
	width: 202px;
	margin: auto;
	padding: 0px;
	background-image: url(images/right_btm.png);
	background-repeat: no-repeat;
	background-position: right;
}
#nav_btm_co ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 58px;
	list-style-type: none;
	background-image: url(images/left_btm.png);
	background-repeat: no-repeat;
	background-position: left;
}
#nav_btm_co li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav_btm_co li a:link, #nav_btm_co li a:active, #nav_btm_co li a:visited {
	background-image: url(images/middle_btm.png);
	background-repeat: repeat-x;
	height: 58px;
	width: 80px;
	display: block;
	line-height: 50px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 120%;
	background-position: top;
}
#nav_btm_co li a:focus, #nav_btm_co li a:hover {
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
	background-image: url(images/rollOver_btm.png);
	background-repeat: repeat-x;
}
.subHead {
	color: #000051;
	font-weight: bold;
	font-size: 9pt;
}
.headline {
	color: #000051;
	font-weight: bold;
	font-size: 11pt;
}
#disclaimer {
	position:absolute;
	width:900px;
	height:150px;
	z-index:30;
	left: 0px;
	top: 535px;
	overflow: visible;
}
.subHeadWhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	line-height: 20px;
}
.subHeadWhite a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.subHeadWhite a:hover {
	color: #000051;
	text-decoration: none;
}
.subHeadWhite a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.headlineleading {
	color: #000051;
	font-weight: bold;
	font-size: 11pt;
	line-height: 20px;
}
.bodyleading {
	line-height: 15px;
	font-weight: normal;
	font-size: 11px;
}
.subHead a:link {
	text-decoration: none;
}
.subHead a:hover {
	color: #333333;
}
.subHead a:visited {
	text-decoration: none;
}
.pawprintbkgd {
	background-image: url(images/paw_print.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.subHeadleading {
	color: #000051;
	font-weight: bold;
	font-size: 9pt;
	line-height: 13pt;
}
