/* CSS Document */

*,html {
	outline:none;
}

body {
	height:100%;
	width:1024px;
	text-align:center; /*I.E. Centering*/
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	background-color:#ffffff;
	position:relative;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
}

a,a:visited,a:active {
	font-family:"Courier New";
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

a:hover {
	font-weight:bold;
	color:#b0302d;
	text-decoration:underline;
}

img a {
	border:none;
}
/* Layout */
#skeletonFrame {
	width:1024px;
}

#header {
	background:url(images/header.jpg) center no-repeat;
	width:1024px;
	height:125px;
}

#menuBar {
	margin-top:0 auto;
	padding:0 0 0 40px; /* Centers Menu */
}

#content {
	background:url(images/contentBg.jpg) center no-repeat;
	width:959px;
	height:688px; /* 20px added to height real bg height == 668px; */
	position:relative;
}

/* Floating Divs */
#sectionTitle {
	position:absolute;
	left:112px;
	top:207px; /* Original: 192  +18px correction*/
	width:200px;
	height:35px;
	z-index:1;
	text-align:center;
	line-height:30px;
	font-family:"Courier New";
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

#contentContainer {
	background:#f0f1f2 url(images/p&p.gif) right bottom no-repeat;
	position:absolute;
	left:55px;
	top:253px; /* Original: 238 +15px correction*/
	width:910px;
	height:595px;
	z-index:2;
	padding:5px;
	margin: auto;
}

#contentContainer p, ul, td {
	font-family:Tahoma;
	font-size:12px;
	text-decoration:none;
	text-align:justify;
	color:#000;
}

#contentContainer strong {
	text-decoration:underline;
	font-weight:bold;
}

#contentContainer th {
	font-family:Courier;
	text-align:left;
	font-size:24px;
	font-weight:bold;
	text-decoration:underline;
	color:#b0302d;
	letter-spacing:2px;
}

#contentContainer li {
	list-style-type:circle;
}

#contentContainer h1 {
	text-align:center;
}

/* Menu */
#menuBar ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

#menuBar ul li {
	margin:0 1px;
	float:left;
	background:url(images/tabLeft.gif) no-repeat bottom left;
}

#menuBar li a {
	display: block;
	height: 30px;
	padding: 0 2em;
	line-height: 2em;
	background:url(images/tabRight.gif) no-repeat bottom right;
	text-decoration:none;
	color:#fff;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	float:left;
}

#menuBar ul a:hover {
	color: #000;
	text-decoration:underline;
	font-weight:bold;
}

/* Misc */
#hiddenContent {
	visibility:hidden;
	display:none;
}
#loader {
	margin-top:275px;
	font-style:italic;
}

.barSeparator {
	background:url(images/headerBar.jpg) center no-repeat;
	width:1024px;
	height:23px;
	text-align:center;
}

.footer {
	color:#999999;
	font-family:sans-serif;
	font-size:9px;
	text-align:center;
}

.footer strong {
	color:#666666;
	font-weight:bold;
	/*text-decoration:underline;*/
}

.separator {
	height:15px;
}

#status404 {
	width:700px;
	margin:125px auto auto auto;
	font-family:Arial;
}

#status404 h1 {
	text-align:left;
	color:#990000;
	font-size:14;
}

#status404 h2 {
	font-size:12px;
}