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-image: url(img/New/PageBkg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#header
{
	background-image: url(img/New/header.gif);
	background-repeat: no-repeat;
	height: 180px;
	width: 980px;
	padding-top: 5;
	padding-right: 5;
	padding-bottom: 10;
	padding-left: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	background-position: center top;
	text-align: right;
	vertical-align: text-top;
	margin-left: auto;
	margin-right: auto;
}
#sidebarLeft
{
	float: left;
/*since this element is floated, a width must be given*/
	width: 152px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#container
{
	width: 100%;
	text-align: center;
	margin: auto;
}
#sidebarRight
{
	width: 276px;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	border: 1px none #FFFFFF;
	background-image: url(img/New/Pages%20pic.jpg);
	height: 400px;
	background-repeat: repeat-x;
}
#mainContent
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
IFRAME
{
	border: 0;
	width: 515px;
	height: 540px;
}
#footer
{
	background-color: #D8DBE4;
	font-size: 10px;
	text-align: center;
	height: 35px;
	vertical-align: bottom;
	padding: 6;
}
.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;
}
.MenuButtons
{
	height: 37px;
	width: 152px;
}
.HeaderCelLeft
{
	height: 84px;
	width: 33%;
}
.HeaderCelRight
{
	height: 84px;
	width: 33%;
	vertical-align: text-top;
	float: right;
}
.HeaderCelCent
{
	height: 84px;
	width: 33%;
}
#mainContentIndex
{
	width: 300px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
}
#sidebarRightIndex
{
	float: right;
/*since this element is floated, a width must be given*/
	width: 420px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 1px solid #FFFFFF;
}
.IndexPicCells
{
	background-image: url(img/New/Index%20Pic.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 190px;
	background-position: center top;
	vertical-align: top;
}
.mainContainer
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.headerTopRight
{
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	vertical-align: text-top;
}
.mainContentArea
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.style4
{
	color: #FF0000;
}
.style3
{
	font-size: x-small;
}
P
{
	font-size: 12px;
}
LI
{
	font-size: 12px;
	list-style-image: url(img/bullet_blu.gif);
	margin-bottom: 6px;
}
HR
{
	background-color: #9EC1E9;
}

