@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #5F80BF;
}
.DynamicStyles #container {
	width: 904px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
}
.DynamicStyles #header {
	background-repeat: no-repeat;
	background-image: url(../images/headerpic.jpg);
	padding-top: 190px;
}
.DynamicStyles #header #menu {
	height: 34px;
	width: 416px;
	margin: 0 auto;
}
.DynamicStyles #header #menu_image {
	height: 34px;
	width: auto;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	border-top: 2px solid #d6d7df;
	border-bottom: 2px solid #d6d7df;
}
.DynamicStyles #header #logo {
	width:350px;
	height:110px;
	padding-top: 55px;
	padding-left: 140px;
	border-top: 2px solid #d6d7df;
	border-bottom: 2px solid #d6d7df;
}
.DynamicStyles #header h1 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.DynamicStyles #mainContent {
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-image: url(../images/content_bg.png);
	padding: 10px 40px 40px 40px;
	text-align: justify;
	border-top: 1px solid #d6d7df;
	margin-top:-1px;
}
.DynamicStyles #mainContent p{
	text-align: justify;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.DynamicStyles #mainContent #sdvosb{
	float: left;
	height: auto;
	width: 400px;

}
.DynamicStyles #mainContent #manual{
	float: right;
	height: auto;
	width: 380px;
}
.DynamicStyles #footer {
	background-repeat:no-repeat;
	background-image: url(../images/footerpic.png);
	height: 52px;
	padding-top: 18px;
}
.DynamicStyles #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 12px;
	padding: 0;
}
.DynamicStyles #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 12px;
	padding: 0;
	text-decoration:none;
	color: #5F80BF;
}
.DynamicStyles #footer a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 12px;
	padding: 0;
	text-decoration:none;
	color: #B3C9EF;
}
.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;
}
.DynamicStyles #mainContent h1{
	color: #5F80BF;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
.DynamicStyles #mainContent h2{
	color: #5F80BF;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.DynamicStyles #mainContent h3{
	color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 18px;
}
.fltlt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	padding-right: 20px;

}
