@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333132;
	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;
}
#container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #333132;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
} 
#header {
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 200px;
	height: 360px;
	margin-bottom: 0px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 0px;
	background-color: #6a5466;
}
#navbar {
	float: right;
	width: 200px;
	margin-top: 50px;
}
#mainContent a:link {
	font-weight: bold;
	color: #623750;
	text-decoration: underline;
}
#mainContent a:visited {
	font-weight: bold;
	color: #6B5466;
	text-decoration: underline;
}
#mainContent a:hover {
	font-weight: bold;
	color: #6B5466;
	text-decoration: underline;
}
#mainContent  a:active {
	font-weight: bold;
	color: #623750;
	text-decoration: underline;
}
#sidebar1  a:link {
	font-weight: bold;
	color: #a9aeac;
	text-decoration: underline;
}
#sidebar1  a:visited {
	font-weight: bold;
	color: #807986;
	text-decoration: underline;
}
#sidebar1  a:hover {
	font-weight: bold;
	color: #807986;
	text-decoration: underline;
}
#sidebar1   a:active {
	font-weight: bold;
	color: #a9aeac;
	text-decoration: underline;
}


#sidebar1 p {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d7d9cc;
}
#sidebar1 b {
	font-weight: bold;
	color: #a9aeac;
}

#sidebar1 h2 {
	background-image: url(../images/sidebanbg.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	color: #a9aeac;
}
#mainContent {
	background: #c9cbbf;
	margin-top: 0;
	margin-right: 200px;
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ececec;
	border-left-color: #ececec;
	border-bottom-width: 1px;
	border-bottom-color: #ececec;
} 
.sideimg {
	text-align: center;
}

#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bolder;
	color: #6b5466;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6b5466;
	text-align: right;
	padding-right: 10px;
	background-image: url(../images/headerbg.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 0px;
	margin-bottom: 5px;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 333132;
	padding-left: 5px;
	text-indent: 15px;
	padding-right: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	color: #6B5466;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	font-weight: bold;
}

#footer {
	background:#DDDDDD;
	margin-right: 200px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
