html body  {
	background: #CCCCCC;
	background-image: 
	url('target_bg.png');
	background-repeat: repeat-x;
	font-family:helvetica;
	cursor:default;
	color:white;
	padding:0px;
	margin:0px;
	position:relative;
}
#container {
	margin:auto;
	width:800px;
	background:url(bg.jpg) no-repeat #00418b ;
}
#nav {
	width:800px;
	min-height:18px;
	background:#FFFFFF;
	color:#868686;
	font-size:10px;
	font-family:arial;
	text-transform:uppercase;
	margin:auto;
}
#nav table {
	width:100%;
	text-align:center;
}
#nav table a {
	text-decoration:none;
	color:#868686;
}
#nav table a:visited {
	text-decoration:none;
	color:#868686;
}
#nav table a:hover {
	text-decoration:none;
	color:#3D3D3D;
}
#top {
	width:800px;
	height:380px;
	margin:auto;
}
.bottom {
	width:246px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	letter-spacing:1px;
	font-family:arial;
	font-size:15px;
}
.bottom h1 {
	color:#DFDFDF;
	letter-spacing:0px;
	display:block;
	background:#003d86;
	padding-left:5px;
}
.bottom h1:hover {
	color:white;
}
#extra {
	text-align:center;
	font-size:12px;
	color:#535353;
}
#picture {
	width:390px;
	height:300px;
	overflow:hidden;
	background:black;
	float:right;
	margin-top:30px;
	margin-right:30px;
	border:8px solid #F6F6F6;
}
#linkage {
		
	font-size:22px;
	margin-left:15px;
	padding-top:30px;
	width:310px;
	text-align:center;
}
.clear {
	clear:both;
}
#teddy {
	width:310px;
	margin-left:15px;
	letter-spacing:6px;
	text-align:center;
}
.header {
	font-size:42px;
	font-weight:bold;
	font-family:arial;
	float:left;
	vertical-align:middle;
	font-family:arial;
}
#head {
	width:780px;
	height:58px;
	background:url(head.png);
	margin:auto;
	font-family:arial;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}
.box {
	/*background:#004088 #003a7f;*/
	height:100%;
	padding:5px;
}
.box a {
	color:#868686;
	font-size:10px;
	font-style:italic;
}
.box a:visited {
	color:#868686;
	font-size:10px;
	font-style:italic;
}
.telnumber {
	float:right;
	font-size:28px;
	font-family:times;
}
.map {
	border:5px solid white;
	width:230px;
}
.daytime {
	float:right;
	clear:right;
	font-size:10px;
	color:#EFEFEF;
	line-height:10px;
}
.thatthing {
	color:#808080;
}

#stuff {
	width:800px;
	padding-bottom:15px;
	background:#00418b;
	margin:auto;
}
#leftnav {
	width:720px;
	padding:20px;
	background:#Fff;
	color:#3B3B5A;
	margin:auto;
	position:relative;
	top:15px;
	font-family:sans-serif;
	font-size:14px;
	border-right:2px solid #5C5C5C;
	border-bottom:2px solid #5C5C5C;
}
h2 {
	font-size:24px;
	line-height:10px;
}
#leftnav input field {
	border:#B9B9B9;
}
/* FONT STYLES FOR INSIDE PAGES, GOING IN ORDER FROM LARGE, aa, TO SMALL, dd, AND EXTRA, ee. */
.title{
	font-size:32px;
	color:#282E3F;
	line-height:39px;
	font-weight:bold;
	font-family:helvetica;
	font-variant:small-caps;
	letter-spacing:4px;
	
}
.mainheader{
	font-size:24px;
	color:#0E235E;
	line-height:28px;
}
.subheader{
	font-size:16px;
	color:#112B75;
	font-weight:bold;
	text-transform:captialize;
	font-family:helvetica;
	text-transform:capitalize;
}
.text{
	font-size:12px;
	color:#212531;
	line-height:22px;
}
.extralinks{
	font-size:1em;
}