html, body {
	background-color:#CCCCCC;
	background-image:url(../layout/page_bg.gif);
	background-repeat:repeat;
	border:0px;
	padding:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	width:100%;
	/* Lock the font type */
	font-family:Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#666666;
}

/**
 * Main white box around whole site, and wrapper to make column heights work
 */
#wrapper {
	background-color:#FFFFFF;
	width:690px;
	margin:auto; /* for IE6 and Firfox centering */
	text-align:left;
	/*padding-top:2px;
	padding-left:5px;
	padding-right:5px;*/
	padding:0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#headerNav {
	background-image:url(../layout/navBackgroundBanner.gif);
	background-repeat:no-repeat;
	width:690px;
	height:33px;
	
	padding-bottom:8px;
	
}

#header {
	padding-left:20px;
	padding-top:14px;
	width:235px;
	float:left;
	
	font-weight:bold;
	color:#FF0000;
	letter-spacing:5px;
	font-size:12px;
}

#nav {
	width:410px;
	float:right;
	padding-top:8px;
	color:#FFFFFF;
	
	font-weight:170;
	font-size:8pt;
}

#nav a, a:Visited {
	padding-left:5px;
	padding-right:5px;
	
	color:#FFFFFF;
	text-decoration:none;
}

#nav a:Hover {
	color:#FF0000;
	text-decoration:none;
}

#content {
	padding:3px;
}

#sideBar {
	float:left;
	background-color:#E8E7E7;
	width:240px;
	padding:8px;
	
	color:#000000;
}

#sideBar hr {
	color:#FFFFFF;
	width:90%;
	padding-top:3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#sideBarRight {
	padding:0px;
	padding-left:5px;
}

.imageRight {
	padding-bottom:3px;
	padding-left:3px;
}

.imageLeft {
	padding-bottom:5px;
	padding-right:5px;
}

#headerBox {
	background-image:url(../layout/homePageBannerTitle.gif);
	background-repeat:no-repeat;
	width:405px;
	height:34px;
	padding-top:5px;
	padding-bottom:0px;
	padding-left:8px;
}