@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneDVS #container {
	width: 780px;
	margin: 10px auto 0;
	text-align: left;
	color: #666666;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #FF8D00;
} 
.oneDVS #header {
	background: repeat left center;
	padding: 0px;
	color: #FFFFFF;
	height: 70px;
	text-align: right;
} 
.oneDVS #headermenu {
	background: #FF8B00 no-repeat;
	text-align: right;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	word-spacing: 1em;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 1px;
} 
.oneDVS #headermenu a {
	font-weight: bold;
	text-decoration: none;
	margin-right: .5em;
	margin-left: .5em;
	color: #FFFFFF;
}
.oneDVS #headermenu a:hover {
	color: #666666;
}
.oneDVS     #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 151px;
	border-right: 1px dotted #FF8B00;
	font-size: x-small;
	height: 375px;
	line-height: 10px;
}
.oneDVS #sidebar1 ul {
	list-style: none outside;
	margin: 0px;
	padding: 5px;
	line-height: 175%;
}
.oneDVS #sidebar1 li {
	border-bottom: 1px dotted #FF8B00;
	list-style: url(img/callout_yellow.png) none inside;
}
.oneDVS #sidebar1 li a {
	color: #666666;
	text-decoration: none;
}
.oneDVS #sidebar1 li a:hover {
	color: #FF8B00;
}
.oneDVS #side1photo {
	height: 90px;
	width: 151px;
	margin-bottom: 45px;
}
.oneDVS #side1menu {
	color: #FF9900;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 150%;
}
.oneDVS #side1menu1 {
	color: #FF9900;
	padding: 10px;
}
.oneDVS #mainContent {
	margin: 0 0px 0 151px;
	padding-right: 11px;
	padding-left: 11px;
	line-height: 225%;
} 
.oneDVS #mainContent a {
	text-decoration: none;
}
.oneDVS #mainContent a:hover {
	color: #6699FF;
}
.oneDVS #mainTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 35px;
	padding-top: 25px;
	color: #666666;
	word-spacing: 1px;
}
.oneDVS #footer {
	text-align: right;
	margin: 0em;
	padding-right: 5px;
	padding-bottom: 5px;
} 
.oneDVS #footer a {
	color: #999999;
	text-decoration: none;
}
.oneDVS #footer a:hover {
	color: #FF8D00;
}
.oneDVS #footer p { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: .5em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
