body  {

	background: #666666;

	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: #333333;

	background-color: #E9E9E9;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 8pt;

	line-height: 20pt;

}

#container {

	width: 778px;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #CACACA;

	text-align: left; /* this overrides the text-align: center on the body element. */

	background-color: #ffffff;

} 

#header {

	background-color: #FFFFFF;

	padding: 0;

} 

#header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

#sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 230px;

	background-color: #FFFFFF;

	height: 450px;

	margin: 0px;

	padding-top: 20px;

	padding-right: 30px;

	padding-bottom: 20px;

	padding-left: 10px;

}

#imagebar {

	padding-right: 15px;

	padding-bottom: 10px;

	padding-left: 15px;
}

#sidebar2 {

	float: Right; /* since this element is floated, a width must be given */

	width: 170px;

	background-color: #FFFFFF;

	height: 480px;

	margin: 0px;

	padding-top: 20px;

	padding-right: 30px;

	padding-bottom: 20px;

	padding-left: 10px;

}
#mainContent {

	padding-top: 20px;

	padding-right: 10px;

	padding-bottom: 20px;

	padding-left: 10px;

	border-top-width: 1px;

	border-top-style: none;

	border-top-color: #cacaca;

	margin: 0px;

} 

#footer { 

	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background:#DDDDDD; 

} 

#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;

	height: 20px;

	padding-top: 3px;

	padding-right: 3px;

	padding-bottom: 3px;

	padding-left: 10px;

	margin: 3px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	height: 50px;

	margin: 3px;

	padding-top: 3px;

	padding-right: 10px;

	padding-bottom: 10px;

	padding-left: 3px;

}

.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 {

	color: #333333;

	z-index: 2;

}

#navbar {

	background-color: #2476A2;

}

h1,h2,h3,h4,h5,h6 {

	font-weight: bold;

}

h1 {

	font-size: 11px;

	color: #660033;

	font-weight: bold;

	text-transform: uppercase;

	line-height: normal;

}

h2 {

	font-size: 11px;

	color: #2476A2;

}

a:link {

	color: #0094DE;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #007BB7;

}

a:hover {

	text-decoration: none;

	font-weight: normal;

	color: #3EC0FF;

}

a:active {

	text-decoration: none;

	color: #0094DE;

}

.style2 {

	color: #666666;

	font-size: 7pt;

}

topright {

	font-family: verdana, arial, helvetical;

	font-size: 8pt;

	font-style: normal;

	font-weight: bold;

	color: #999999;

	margin: 3px;

	padding: 3px;

}

#Nav bar {

}

.style4 {

	color: #333333;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	line-height: 20px;

	text-decoration: none;

}

.style5 {float: right; height: 20px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 10px; margin: 3px; color: #999999; }

#clearall {

	clear: both;

}

img {
border: 0;
}



