﻿body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #efefef;
}

p {
	margin: 0 0 12px 0;
}

#GlobalContainer {
}

#SiteHolder {
	width: 780px;
	text-align: left;
	margin: 20px auto;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#LogoOverlay {
	width: 185px;
	margin: 0 auto;
	position: absolute;
	top: 20px;
}
#HeaderBar {
	height: 60px;
	background-image: url(images/back_headerBar.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #ffffff;
}
#Header {
	height: 184px;
}
#NavBar {
	margin: 40px 0 0 160px;
}
#Body {
	background-image: url(images/back_rightGrid.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}

#BodyLeft {
	width: 500px;
	float: left;
}
.CopyHolder {
	margin: 0 30px 25px 45px;
}
.Bodytext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #8A8A8A;
	line-height: 15px;
}

#BodyRight {
	width: 260px;
	float: right;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}

.BaseBar {
	clear: both;
	height: 15px;
	background-image: url(images/back_headerBar.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#BaseTags {
	margin: 6px 0 8px 0;
	text-align: center;
	color: #999999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
}
.BreakFloat {
	clear: both;
	height: 1px;
	visibility: visible;
	/* visibility: visible; background-color: #cc0000; Debug */
}

#BaseTags a:link, #BaseTags a:visited, #BaseTags a:hover {
	color: #8A8A8A;
	text-decoration: none;
}