@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bodyBg.jpg);
	background-repeat: repeat-x;
}

td {
	vertical-align: top;
}
	
#wrap {
	width: 920px;
	position: absolute;
	margin-left: -480px;
	left: 50%;
	background-color: #ffffff;
}

#innerWrap {
	margin: 10px;
	background-color: #ffffff;
}

#header {
	width: 900px;
	height: 226px;
	background-color: #000000;
	background-image: url(../images/header.jpg);
}

#header #toolBox {
	color: #ffffff;
	line-height: 20px;
}
	
#header #toolBox a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
}

#header #toolBox a:hover {
	text-decoration: underline;
}

#menu {
	background-color: #000000;
	line-height: 30px;
	margin-bottom: 10px;
	color: #e5571d;
}

#menu a {
	color: #e5571d;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#menu a:hover, #menu .activ {
	text-decoration: underline;
}
	
#setLeft {
	width: 184px;
	height: 10px;
}

#setCenter {
	width: 526px;
	height: 10px;
}

#setRight {
	width: 190px;
	height: 10px;
}

#left {
	
}

#navigation {
}

#navigation a {
	display: block;
	color: #000000;
	padding: 4px;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	margin-bottom: -1px;
}

#navigation a:hover, #navigation .activ {
	color: #e5571d;
}

#content1 {
	margin: 0 10px;
}

h1 {
	color: #e5571d;
	font-size: 16px;
	border-bottom: 1px solid #e5571d;
	margin: 0 0 8px 0;
	padding: 0 0 5px 0;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-style: italic;
}

#content2 {
	
}

#news {
	background-color: #dddddd;
	padding: 0 5px 5px 5px;
}

#newsHeader {
	background-color: #e5571d;
	font-size: 14px;
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 -5px;
}

#news h1 {
	color: #e5571d;
	font-size: 12px;
	border-top: 1px solid #e5571d;
	border-width: 1px 0 0 0;
	line-height: 20px;
	margin: -1px 0 3px 0;
}

#news p {
	margin: 5px 0;
}

#news a {
	color: #e5571d;
	text-decoration: none;
	line-height: 20px;
}

#news a:hover {
	text-decoration: underline;
}

#footer {
	margin-top: 10px;
	background-color: #000000;
	padding: 5px;
	font-size: 10px;
	color: #ffffff;
}