@charset "UTF-8";
body  {
	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-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: none;
}
#container  {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
#header  {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header  h1  {
	margin: 0;
	padding: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	color: #990000;
	background-color: #999999;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	line-height: 120%;
	color: #FFFF00;
	background-color: #CCCC99;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
	text-decoration: none;
	height: 450px;
	border-top-color: #FFFF00;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
	clear: none;
	background-repeat: repeat-y;
	background-position: 0px top;
	display: block;
}
#sidebar1 p {
	line-height: 120%;
	background-color: #CCCC99;
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 130px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #000000;
	clear: none;
	float: none;
	background-position: left top;
	background-repeat: no-repeat;
} 
#footer  {
	padding: 0;
	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;
	background-color: #FFFFFF;
	white-space: nowrap;
	height: 46px;
	width: 780px;
} 
#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;
}
body,td,th {
	font-size: 70%;
}
#mainContent .h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #990000;
	text-decoration: none;
}
#mainContent .h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	text-decoration: none;
}
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: capitalize;
	color: #CCCC99;
	text-decoration: none;
	left: 8px;
	top: 15px;
	font-weight: bold;
}
.style4 {color: #FFFFFF}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ECECEC;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style5 {font-size: small}
/* CSS Document */

.style6 {
	color: #990000;
	text-decoration: none;
}
