body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	/*background-color: #2E3A80;*/
	background-color: wheat;
	background-color: #AD985E;
}

table.content_box {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #F5F5F5;
}

table.content_box td.content_box {
	font-size: 10px;
	width: 950px;
	background: url('images/caliper_bottom_right.gif') no-repeat;
	background-position: 20px 155px;
	background-color: #993300;
}

td.blank {
	background-color: transparent;
}

#header {
	margin-top: 0px;
	height: 110px;
	width: 100%;
	background-color: #5E2E2E;
}

#menu {
	width: 190px;
	height: 320px;
	float: left;
	/*padding-top: 20px;*/
	margin-top: 20px;
	margin-left: 10px;
	background: url('images/caliper_top_left.gif') no-repeat;
	/*border: 1px solid black;*/
}

#menu ul {
	width: 120px;
	margin-left: 30px;
	margin-right: 0;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	background: #3D3D3F;
	/*border: 1px solid white; */
}

#menu li {
	width: 120px;
	padding: 0px;
	margin: 0px;
	background: #345099;
	color: white;
}

#menu li a:link, #menu li a:visited {
	 /* this is what stretches the link across the whole area and makes most buttony */
	display: block;
	width: 110px;
	text-decoration: none;
	padding: 2px 2px 2px 5px;
	color: #E2E2E2;
	font-size: 12px;
	font-weight: bold;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	/*border-left 1px solid black;*/
}

#menu li a:hover {
	background: #AEB9C0;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 2px solid black;
	border-right: 2px solid black;
}

#content {
	width: 675px;
	background-color: #C7D0D9;
	border: 2px solid #F8F8F8;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-left: 205px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#footer { 
	font-size: 75%;
}

h1 {
	color: #71747C;
}

ul {
	padding-left: 10px;
	list-style-type: square;
}

li {
	font-weight: bold;
}

.accent {
	padding: 5px;
	background: white;
}

#header li.straight {
	margin-top: 40px;
	list-style-type: none;
	display: inline;
	background-color: #2E3A80;
	padding: 5px;
	border: 1px solid #F5F5F5;
}
#header li.straight a {
	color: #F5F5F5;
	font-weight: bold;
}

li.straight {
	margin: 5px;
	float: left;
	list-style-type: none;
	display: inline;
}

.title {
	font-weight: bold;
	font-size: 14px;
}

a img {
	border: 0;
}
li.straight a {
	font-size: 10px;
	font-weight: normal;
}

a:link, a:visited{
	/*text-decoration: none;*/
	color: white;
}

a:hover {
	color: silver;
}

