﻿body {
	margin: 0px;           
	padding: 3px;   /*  Show a peek of the background  */
    background-color: #333333;
	background-image: url("template/zerband.gif");
	font-family: "Segoe UI";	
}

#main-container {
    position: relative;
	max-width: 955px;     /* page gets this large, then shows body background  */
	margin-left: auto;    /* left/right auto margins center page in browser  */
	margin-right: auto;
	min-width: 955px;     /* page gets no smaller than this  */
	width: 955px;
	padding: 0px 0px 10px 0px;
}

#header {
  	position: relative;
	height: 100px;
	min-height: 100px;
	text-align: right;
	font-weight: bold;
	color: #333333;
	z-index: 5;
}

.header-main
{
    float: left;
    background-color: #0B2E83;
    height: 100px;
    width: 935px;
}

.website-design-hdrimg
{
	float: left;
	margin-left: 20px;
	padding-top: 19px;
}

#header h1 {
	position: relative;
	margin: 0px 100px 0px 0px;
}

#hdr-tagline {
	font-size: 14px;
	font-style: italic;
}

#content-region {
    position: relative;
    top: -8px;
    background-color: #FFFFFF;    
	min-height: 291px;
}

#sidebar {
	position: relative;
	float: right;
    background-image:url('template/bkgd-sidebar.png');
    background-repeat: repeat-x;
	width: 160px;
	padding: 4px;
	top: -8px;
	text-align: center;
	min-width: 160px;
	min-height: 400px;
	font-size: 14px;
}

#left-wide-column {
    width: 775px;
    max-width: 775px;
}

.content-margin {
    padding: 10px 10px;
    padding-right: 0px;
	text-align: left;
}

.footer-rule {
	color: #333333;
	width: 80%;
	margin: 0px auto 0 auto;
	padding: 0 0 0 0;
}

.copyright-line {
    background-color: #0B2E83;
    color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 8px;
	margin-top: 20px;
	font-variant: small-caps;
}

#menu-div {
    position: relative;
	height: 37px;
	min-height: 37px;
	width: 955px;
	text-align: left;
}

#footer {
	position: relative;
	top: -8px;
	padding-top: 20px;
	padding-bottom: 10px;
    background-color: #FFFFFF;
}

.ftleftrnd
{
	float: left;
}

.ftrightrnd
{
	float: right;
}

.infoBar
{
	position: relative;
	background-color: #FFFFFF;
	border-bottom-color: #CF1717;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	height: 30px;
	line-height: 30px;
	top: -8px;
	vertical-align: middle;
}

