* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
body {
	background:  url(../images/background.jpg) repeat #000000;
	color: #4A6189;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#maintable {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	margin-top: 20px;
	color: #4A6189;
	border: 3px solid #192438;
	background: #000000;
	text-align: center;
}

/* Maintable Links */

#text a:link {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #A2191A;
	background: transparent;
	text-decoration: underline;
}
#text a:visited {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #A2191A;
	background: transparent;
	text-decoration: underline;
}
#text a:hover {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #A2191A;
	background: transparent;
	text-decoration: none;
}
#text a:active {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #A2191A;
	background: transparent;
	text-decoration: underline;
}

/* Banner */

#banner {
	height: 130px;
}

/* Menu */

#menu ul {
	list-style-type: none;
	text-align: center;
	height: 38px;
	margin-left: 15px;
}
#menu li {
	float: left;
	text-align: center;
}
#menu li a {
	background: url(../images/buttons1.jpg) repeat top left #000000;
	color: #A2191A;
	float: left;
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 1px;
	margin-right: 1px;
}
/* Hide from IE5-Mac \*/
#menu li a {
	float: none
}
/* End hide */
#menu li a:hover {
	background: url(../images/buttons2.jpg) repeat top left #000000;
	color: #A2191A;
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 1px;
	margin-right: 1px;
}

/* Headings, lines */

h2 {
	color: #A2191A;
	font-size: 22px;
	font-weight: bold;
	background: transparent;
	padding-bottom: 15px;
	text-align: center;
}
h3 {
	color: #A2191A;
	background: transparent;
	font-size: 18px;
	font-weight: bold;
	margin-left: 30px;
	padding-bottom: 15px;
	text-align: left;
}
hr {
	color: #4A6189;
	background: transparent;
	width: 600px;
	border-top: 1px solid;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

/* Text, articles, styles */

#text {
	margin: 10px 40px 0px 40px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4A6189;
	background: transparent;
	font-size: 16px;
}
p {
	text-indent: 30px;
	text-align: justify;
	padding-bottom: 10px;
}
.text2 {
	text-indent: 0px;
	text-align: center;
}
.back {
	text-indent: 30px;
	text-align: left;
}
#center {
	text-align: center;
}
#maintable img {
	border: none;
	margin: 0 0 0 0;
}
#text ul {
	list-style-type: disc;
	text-align: left;
	height: auto;
	margin-left: 0px;
}
#text li {
	float: none;
	text-align: left;
}

/* Footer with links */

#footer {
	background: #000000;
	height: 20px;
	color: #4A6189;
	font-size: 10px;
}

#footer a:link {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4A6189;
	background: transparent;
	text-decoration: underline;
}
#footer a:visited {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4A6189;
	background: transparent;
	text-decoration: underline;
}
#footer a:hover {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4A6189;
	background: transparent;
	text-decoration: none;
}
#footer a:active {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4A6189;
	background: transparent;
	text-decoration: underline;
}
