@charset "utf-8";
/* -------------------- Main Styles -------------------- */

body {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #666;
	line-height: 18px;
	background-color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;	
}

.clear {
	clear: both;
}

#pageContainer {
	margin: 0 auto;
	width: 994px;
}

/* -------------------- End Main Styles -------------------- */

/* -------------------- Body Styles -------------------- */

#bodyContainer {
	position: relative;
	background: url(../images/bodyBg.gif) repeat-y;
	width: 994px;
	text-align: left;
}

/* -------------------- End Body Styles -------------------- */

/* -------------------- Header Styles -------------------- */

#header {
	background: url(../images/header.jpg) no-repeat;
	position: relative;
	width: 994px;
	height: 185px;
	text-align: left;
	z-index: 99;
}

#mainNav {
	background: url(../images/navBg.png) repeat-x;
	position: relative;
	width: 994px;
	height: 67px;
}

/* -------------------- End Header Styles -------------------- */

/* -------------------- SideBar Styles -------------------- */

#sideBar {
	background: url(../images/sideBarBg.png) repeat-x #b80000;
	background-position: bottom;
	width: 260px;
	position: absolute;
	top: 20px;
	left: 35px;
	padding: 1px;
	z-index: 100;
}

#borderContainer {
	margin: 6px;
	width: 244px;
	border: 2px groove #ff0000;
	padding-bottom: 8px;
}

#borderContainer hr {
	color: #880000;
	width: 90%;
	size: 1px;
	text-align: center;
	border-bottom-style: solid;
	margin-bottom: 5px;
}

#sideBarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
}

#sideBarContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	padding: 0px 8px 8px 8px;
}

#sideBarContent ul {
	margin-left: 0px;
	padding-left: 16px;
}

#sideBarContent a
{
	color: White;
}

/* -------------------- End SideBar Styles -------------------- */

/* -------------------- Footer Styles -------------------- */

#footerDivide {
	background: #ccc;
	width: 954px;
	height: 1px;
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 5px;
}

#footerText {
	font-size: 10px;
	margin-left: 25px;
	margin-top: 5px;
	padding-bottom: 20px;
}





