@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #90F;
	background-image: url(pagephotos/bk.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #000;
	background-image: url(pagephotos/toplogo.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
#menulayer {
	text-align: center;
	color: #EB0102;
	background-color: #000;
	height: 30px;
	padding-top: 10px;
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: thin;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
}
#menulayer a {
	color: #C6C;
	font-weight: normal;
	font-variant: normal;
}


.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	font-size: 14px;
	color: #AB535F;
	background-color: #000;
	background-image: url(pagephotos/xcellebk2.jpg);
	background-repeat: no-repeat;
	background-position: 600px 0px;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 20px;
	border: 2px double #F00;
}
#mainContent h3 {
	color: #F00;
}

.oneColFixCtrHdr #footer {
	color: #F00;
	background-color: #90F;
	background-image: url(pagephotos/bottomlogo.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 36px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}#footer p a {
	color: #90F;
}
#mainContent h1 {
	color: #F00;
	font-size: 20px;
}
#mainContent p a {
	color: #AA7E71;
}
#mainContent h2 {
	font-size: 16px;
	color: #C6A;
}
#mainContent h4 a {
	color: #C6CFD6;
}
table tr td div strong a {
	color: #C6A;
}
#mainContent h3 {
	font-size: 14px;
	color: #DD0001;
}
#mainContent h3 a {
	color: #86C;
}

