body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	background-color: #FFFEDA;
	background-image: url(images/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	color: #262736;
}
strong { font-style: italic;
	overflow: hidden;
	o\verflow: visible;
}
a {
	color: #253F7C;
	text-decoration: none;
}
a:hover {
	color: #1254E3;
	text-decoration: underline;
}
div, form, a, p, img {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: none;
}
#content li {
	padding: 4px 0px 4px 16px;
	background-image: url(images/bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 1.35em;
}

#container {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/stagebg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#head {
	width: 670px;
	height: 171px;
}
div#info {
	height: 30px;
	width: 670px;
	background-image: url(images/topinfo.jpg);
	text-indent: 0px;
	text-align: center;

}
div#info h3 {
	color: #11184D;
	font-size: 12px;
	line-height: 29px;
	padding: 0px;
	margin: 0px;
}
div#info h3 span { margin: 0 5px; color: #11369E; }
div#info h3 span.pn { margin: 0; }
#header {
	background-image: url(images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 670px;
	height: 141px;
}
#header ul {
	background-image: url(images/nav.gif);
	background-position: 10px 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
	display: block;
		height: 52px;
}
#header ul li {
	display: block;
	float: left;
	margin: 0; padding: 0; list-style-type: none;
}
#header ul li a {
	display: block;
	float: left;
	height: 52px;
	width: 144px;
	background-image: url(images/nav_home.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#header ul li#drfox a {
	width: 238px;
	background-image: url(images/nav_about.gif);
}
#header ul li#office a {
	width: 268px;
	background-image: url(images/nav_office.gif);
}
#header ul li a:hover, #header ul li#drfox a:hover, #header ul li#office a:hover {
	background-position: 0 52px;
}
.home #header ul li#home a {
	background-position: 0 -52px;
}
.drfox #header ul li#drfox a {
	background-position: 0 -52px;
}
.office #header ul li#office a {
	background-position: 0 -52px;
}
#header ul li a span { display: none; }

#headtext {
	width: 297px;
	height: 54px;
	background-image: url(images/headtext.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 17px 0 0 34px;
	float: left;
}
#headtext * { display: none; }

div#content {
	float: left;
	background-image: url(images/content.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 472px;
	height: auto !important;
	min-height: 334px;
	height: 334px;
	padding: 0;
}
#right {
	float: right;
	background-image: url(images/right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 198px;
	height: auto !important;
	min-height: 334px;
	height: 334px;
	padding: 0;
}

#footer {
	width: 673px;
	height: 44px;
	clear: both;
	background-image: url(images/btm.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

ul, li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
}
ul {
	padding: 0;
	margin: 0px 26px 0px 40px;
}
#content li {
	padding: 4px 0px 4px 12px;
	background-image: url(images/bullet.gif);
	background-position: 0 11px;
	background-repeat: no-repeat;
	line-height: 1.35em;
}
#right ul {
	padding: 2px 0px 6px;
	margin: 0px 26px 0px 10px;
}
#right li {
	padding: 4px 0px 4px 12px;
	background-image: url(images/bullet_white.gif);
	background-position: 0 11px;
	background-repeat: no-repeat;
	line-height: 1.35em;
	color: #D9E4ED;
}

p, h1, h2, h3, .colgroup {
	padding: 0;
	margin: 0px 26px 0px 34px;
}
p {
	padding: 4px 0px;
	line-height: 1.5em;
}
h1 {
	color: #004887;
	font-size: 1.5em;
	padding: 0px;
	height: 50px;
	line-height: 50px;
	background-image: url(images/h_home.gif);
	background-position: 0px 20px;
	background-repeat: no-repeat;
}
.drfox h1 { background-image: url(images/h_drfox.gif); }
.office h1 { background-image: url(images/h_office.gif); }
h1 span { display: none; }
h2 {
	color: #004887;
	font-size: 1.3em;
	font-weight: bold;
	padding: 8px 0px 4px 0px;
}
h3 {
	color: #004887;
	font-size: 1.1em;
	font-weight: bold;
	padding: 6px 0px 4px 0px;
}

.cols {
	width: 47%;
	float: left;
}
.cols h2, .cols h3, .cols p {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

/* \*/
* html #content p {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */