body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #252222;
	background: #EFEFEF;
	width: 759px;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003366;
	line-height: normal;
}

h1 { font-size: 1.8em; }
h4 { font-size: 1.3em; margin-bottom: 0; }
h5 { font-size: 1.2em; margin: 0; }

a:link { color: #003366; text-decoration: none; font-weight: bold;}
a:visited { color: #003366; text-decoration: none; font-weight: bold; }
a:hover { color: #003399; text-decoration: none; font-weight: bold; }
a:active { color: #003366; text-decoration: none; font-weight: bold; }
img { border: 0; }

ul {
	margin-left: 25px;
	padding-left: 0;
}

/************************
	Stuff
**********************/

#header h1{
	display:none;
}

#printbar{
	display:block;
}

div.search-area{
	display:none;
}

topnav-bar-container{

}

div.topnav-bar{
	display:none;
}


/***********
	BREADCRUMB
	***************/
div.breadcrumb {
	display:none;
}
	
/************
	CONTENT
	**************/
#all{
	width: 759px;
}
#content {
	padding: 5px 5px 5px 5px;
	background: #FFF;
	border-left: 1px #C1C1C1 solid;
	border-right: 1px #C1C1C1 solid;
	line-height: 1.3em;
	font-size: .9em;
}
#content ul{
	padding-left: 161px;
}
#content li{
	list-style-image: url(/services/images/dogwood_small.gif);
	padding-left: 4px;
}

#maincontent {
	width: 570px;
	float: right;
}

/***************
	SUBNAV
	***************/

#subnav {
	display:none;
}


/***********************
 FOOTER
***********************/

#footer {
	display:none;
}

/******
	RANDOM STUFF
	*********/

.tf {
	font-weight: bold;
	border: 1px solid #666666;
	background-color: #F7F7F7;
	font-size: .9em;
}

.small {
	font-size: .9em;
}
.med {
	font-size: 1.1em;
}
.large {
	font-size: 1.3em;
}