body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Lucida Console", "Courier New", Arial;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.2em;
	background-color: #f6f6f6;
}
a:link {
	font-weight: bold;
	color: #455560;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #455560;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #ffe716;
	text-decoration: none;
}
#container {
	position: relative;
	width: 750px;
	top: 6px;
}
#logo {
	width: 750px;
	text-align: left;
	position: relative;
	height: 175px;
}
#navcontainer {
	float: left;
	width: 200px;
	position: relative;
	text-align: left;
}
#content {
	float: right;
	width: 500px;
	position: relative;
	text-align: left;
}

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

.slidedoormenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px; /* thick left border of menu */
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #ffe716;
	font-family: "Lucida Console", "Courier New", Arial;
	letter-spacing: 0em;
}

.slidedoormenu li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.slidedoormenu li a{
	display: block;
	color: #455560;
	width: auto;
	border-bottom: 1px solid white;
	text-decoration: none;
	font-family: "Lucida Console", "Courier New", Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 8;
	background-color: #f6f6f6;
	background-image: url(images/vstrip.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: #455560;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 8;
}

[if IE]>
.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}
<![endif]



h1 {
	font-family: Minion, Georgia, "Times New Roman";
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	letter-spacing: 0.5em;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 24px;
	line-height: 25px;
	color: #455560;
}
.text {
	font-family: "Lucida Console", "Courier New", Arial;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	letter-spacing: 0em;
}
h2 {
	font-family: "Lucida Console", "Courier New", Arial;
	font-size: 12px;
	line-height: 23px;
	background-color: #CCCCCC;
	font-weight: bold;
}
