body {
margin:0;
padding:0;
height:100%;
background-color:#999966;
} 

.anchorlinks {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;	
}

a.anchorlinks:hover {
	color: #666;
}

.returntop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin-left: 60px;
}

a.returntop:hover {
	color: #666;
}

.content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #E5E7AB;
	height: 100%;
	width: 468px;
	text-align: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.contactbox {
	height:180px;
	width:1024px;
	background-color:#003366;
	float:left;
	background-image: url(images/officelocations.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	clear: none;
}
.menubox {
	width:234px;
	background-color:#993333;
	float:left;
	text-align:center;
	clear: both;
	height: 100%;
}
.menucontainer {
	width:234px;
	background-color:#993333;
	height: 100%;
	clear: both;
	background-attachment: fixed;
}

.contactinfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
.phone {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

.lowernav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}
a.lowernav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #666;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.tableback {
	background-image: url(images/tm_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 1024px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.content2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #E5E7AB;
	width: 600px;
	text-align: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	float: left;
	margin-top: auto;
	margin-bottom: auto;
	height: 100%;
}

.allcontent {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	width: 1024px;
	padding: 0px;
	margin: 0px;
}
.legalcontainer {
	width: 1024px;
	clear: both;
	float: left;
	background-color: #FFF;
	position: relative;
}
.containerback {
	background-image: url(images/tm_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 1024px;
	height: auto;
	background-attachment: fixed;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.biopage {
	padding: 5px;
	float: left;
	height: 200px;
	width: 170px;
	clear: right;
	position: fixed;
}
.imageborder {
	border: 1px solid #333;
	position: fixed;
}


a.links:link {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;}
a.links:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
a.links:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a.links:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #23679D;
	text-decoration: underline;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu {
	margin: 0px;
	left: 0px;
}

.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 234px; /* Main Menu Item widths */
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #994C4E;
	border-bottom-color: #994C4E;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
width: 234px;
height: 40px;
display: block;
vertical-align: bottom;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 0px 0px 0px 0px;
border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #994C4E;
	border-bottom-color: #994C4E;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #42001B; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #8F4F51;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 234px; /*Sub Menu Items width */
	visibility: hidden;
	margin-left: 0px;
	top:0px
}

.sidebarmenu a.subfolderstyle{
background: url(images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
.proheader {
	font-size: 16px;
	color: #000;
}
.imageborder2 {
	border: 1px solid #000;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 2px;
}
