body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
	background: #007CC3 url(../images/background.png) repeat-x;
}

.pblue 		{	font-family: arial, helvetica, verdana, tahoma, sans-serif; 		}
.pred 		{	font-family: arial, helvetica, verdana, tahoma, sans-serif; 	font-weight:bold;	color: #FF0000;	}

.tt				{ border-style: solid; border-width: 1px 0px 1px 1px; border-color: #C2C2E7; COLOR: #333333; }
.tte				{ border-style: solid; border-width: 1px 1px 1px 1px; border-color: #C2C2E7; COLOR: #333333; }
.tm				{ border-style: solid; border-width: 0px 0px 1px 1px; border-color: #C2C2E7; COLOR: #333333; }
.tme				{ border-style: solid; border-width: 0px 1px 1px 1px; border-color: #C2C2E7; COLOR: #333333; }

#wrapper-header {	background: #FAFDFE; }

#header {
	background: #222 url('../images/banner.jpg') right no-repeat;
	width: 80%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header img {
	float: left;
	padding: 0;
	margin: 0 auto;
	padding-left: 25px;
}

#header h1 {
	position: relative;
	padding-left: 200px;
	color: #eee;
	margin: 0;
	font-size: 220%;
	letter-spacing: -1px;
}


#wrapper-menu {
	background: #88ac0b url('../images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 80%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap;
	padding-right: 2px;
}

* html #menu { padding-right: 0; }

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #004470;
	border-right: 1px solid #004470;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #004470;
}

#menu a:hover {
	background: #b6e41c url('../images/menu-hover.png') repeat-x;
	color: #485b06;
}

#content {
	width: 78%;
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #FFC600;
	border-right: 1px solid #FFC600;
	background: #FFF2C1;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; }

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 78%;
	text-align: right;
	color: white;
	background: url('../images/footer_bottom.png') bottom left repeat-x;
	border: 0px solid #BBB;
	font-size: 80%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #004470;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #00d;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }

