body {
	background-color: #FFCC00;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
#construct {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	background-image: url(../images/bg-navigation.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 46px;
}
#navigation ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#navigation li {
	list-style-image: none;
	list-style-type: none;
	padding: 10px;
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Tw Cen MT", tahoma;
	font-weight: normal;
}
#navigation li a {
	list-style-image: none;
	list-style-type: none;
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Tw Cen MT", tahoma;
	font-weight: normal;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFE601;
}



#banner {
}
#content {
	background-color: #FFFFFF;
	padding: 20px;
}
#content a {
	color: #990000;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #990000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A31C20;
	font-weight: normal;
}

th {
	color: #990000;
	background-color: #FFCC00;
	height: 24px;
	text-align: left;
}
.borderTable {
	border: 1px solid #FFCC00;
}
.borderTable td {
	border: 1px solid #CCCCCC;
}
#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 11px;
	color: #990000;
}
#footer a {
	color: #990000;
	text-decoration: none;
}
