html {
	font-size: 100%;
}

body {
	margin: 0;
	background-color: #ccc;
	padding: 0;
	color: #eee;
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* center container in IE 5*; left aligned in #container */
}

td img {
	display: block;
}

a img {
	border: none;
}
#inline-image-right {
	float: right;
	margin: 0px 10px 10px 10px;
}
#inline-image-left {
	float: left;
	margin: 1em 2em 2em 1em;
}
#container {
	margin: 0 auto;
	border-left: 1px solid #333; 
	background: url('/images/dakota_dropshadow.jpg') #333 repeat-y right;
	width: 807px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
#header {
	width:807px;
	height:150px;
} 

#header img {
	display: block;
} 
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	padding: 0px 20px 0px 20px;
	width: 150px;
}
.sidemenu {
	margin: 0 auto;
	width: 150px;
}
.sidemenuhead {
	background: url('/images/sidemenu_top.jpg') no-repeat top center;
	height: 25px;
}
.sidemenubody {
	margin: 0;
	background: url('/images/sidemenu_background.jpg');
	padding: 0 12px;
	font: 1.0em/1.5 Arial, Helvetica, sans-serif;
}
.sidemenubody ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidemenubody li {
	line-height: 1.0em;
}
.sidemenufooter {
	background: url('/images/sidemenu_bottom.jpg') no-repeat top center;
	margin: 0 0 10px;
	height: 25px;
}
.minipl p {
	margin-top: 0;
}
.minipl form {
	margin: 0;
	padding: 0;
}
#input{
	width: 120px;
}
.submit{
	padding-top: 10px;
}
#mainContent {
	float:left;
	width: 550px;
	margin: 0;
	padding: 0px 20px;
} 
#mainContent h1 {
	margin: 0 0 0.75em;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
}
#mainContent h2 {
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 1% 0;
}
#mainContent h3 {
	font-size: 1.2em;
	line-height: 1.25;
	font-weight: bold;
	margin: 0 0 1% 0;
}
#mainContent p {
	margin: 0 0 1.5em;
	font-size: 1.0em;
}
#mainContent a {
	color: #eee;
}
#footer {
	background: url('/images/dakota_footer2.jpg') no-repeat top center;
	padding: 10px 0;
} 
#footer p {
	margin: 0;
	font: 1.0em/1.5 Arial, Helvetica, sans-serif;
	text-align: center;
}
.footermenu {
	font: 0.84em/1.80em Arial, Helvetica, sans-serif;
}
.footermenu th {
	text-align: center;
}
.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: 0;
}
.sidemenubody a {
	display: block;
	padding: 0.25em 0;
	width: 100%;
	text-decoration: none;
}
.sidemenubody a, .footermenu a {
	color: #eee;
}
.sidemenubody a:hover {
	background: #ED2024;
}
.sidemenubody a:visited {
	color: #ccc;
}
.sidemenubody a:active {
	color: #eee;
}
.sidemenubody a:link, .footermenu a:link {
	text-decoration: none;
}
.minipl a {
	display: inline;
	font-weight: bold;
}
.minipl a:hover {
	background: none;
	text-decoration: underline;
}
#footer a {
	text-decoration: none;
	color: #eee;	
}
.footermenu a:hover {
	text-decoration: underline;
}
