@charset "utf-8";
/* CSS Document */

body {
	font-size: 70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	background-color:#ebebeb;
}

#wrap {
	top: 0px;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

#container {
	position: absolute;
	width:800px;
	top: 211px;
	background-repeat:no-repeat;
	z-index:100;
}

#mainLayer {
	width: 800px;
	float: left;
	background-color: #ffffff;
	z-index:22;
	border: 0px solid #cccccc;
	border-bottom: 1px solid #990000;
	padding-bottom:20px;
}

.mainTextLayer {
	float: left;
	width: 590px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 20px;
	z-index: 30;
}

#mainSideBar {
	float:left;
	margin-top:26px;
	width:190px;
	z-index:30;
	color:#fff;
	background-color: #E85858;
	min-height:70px;
	padding-top:8px;
	padding-bottom:8px;
}

#subSideBar {
	float:left;
	margin-top:14px;
	width:180px;
	z-index:30;
	color:#fff;
	background-color: #444;
	min-height:50px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}

#header, #footer {
	width: 800px;
}

#mainLayer, #headerPartB, #headerPartC {
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
}

#footer {
	float: right;
	height:45px;
	color:#990000;
	margin-top:5px;
}

#headerPartA {
	position:absolute;
	top:0px;
	height:29px;
	width:800px;
}

#headerPartB {
	position: absolute;
	top:30px;
	width:800px;
	height:150px;
	border:1px solid #990000;
	background-color:#ffffff;
}

#headerPartC {
	position: absolute;
	top: 181px;
	width: 800px;
	height: 28px;
	background-color:#660000;
	border-bottom: 1px solid #444;
	border-top: 1px solid #ccc;
}

/* Structural Elements */

h1 {
	color: #990000;
	font-size: 16px;
	text-align: left;
	font-weight:bold;
}

h2 {
	color: #fff;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	
}

h3 {
	color: #0063a3;
	font-size: 12px;
	text-align:left;
	font-weight:bold;
}

h4 {
	color: #990000;
	font-size: 12px;
	font-style: italic;
	text-align:left;
	font-weight:bold;
}

ul {
	list-style-type: circle;
	list-style-position:outside;
	margin-left:30px;
	padding:5px;
}

ol {
	list-style-type: decimal;
}

ol.alpha {
	list-style-type: upper-alpha;
}

p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

table {
	empty-cells: hide;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

th {
	border: 1px solid #cccccc;
	text-align: center;
	margin:0px;
	background-color:#0063a3;
	color: #ffffff;
	font-weight:bold;
}

td {
	border: 1px solid #cccccc;
	text-align: left;
	vertical-align:top;
	padding-bottom:3px;
	padding-left: 4px;
	padding-top:3px;
}

em {
	background-color: #BCD2EE;
	font-style:normal;
}

/* Anchors */

a:link {
	color: #0063a3;
	text-decoration:underline;
	font-weight:normal;
}

a:visited {
	color: #0063a3;
	text-decoration:underline;
	font-weight:normal;
}

a:hover {
	color: #990000;
	text-decoration:none;
	font-weight:normal;
}

/* News ticker */
.newsticker {
	margin-left:5px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-family:Georgia;
	font-size: 10pt;
	font-style: italic;
	text-align:left;
	color: #fff;
	position: relative;
	top: 0px;
}
