/* CSS Document */
html {
	height: 100%;
}

body {
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a {
	color: #000000;
	text-decoration: none;
}

#page {
	background-color: #EBEBEB;
	display: block;
	height: 100%;
	margin: 0px auto 0px auto;
	width: 980px;
}

#header {
	background-image: url(../images/bg_header.gif);
	background-position: left;
	background-repeat: repeat-x;
	height: 142px;
}

#menu {
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

#menu a {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

#menu a:hover, .submenu a:hover, .newsitem a:hover, .selected, #content #downloads td a:hover, #content a, #content td a:hover {
	text-decoration: underline;
}

.submenu ul {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 0px;
}

.submenu ul li {
	list-style-image:  url(../images/bal.gif);
	list-style-position: inside;
}

.submenu ul li ul li {
	list-style-image:  url(../images/balsub.gif);
}

#content td a {
	text-decoration: none;
}

.spacer {
	background-image: url(../images/spacer_pink.gif);
	background-position: left;
	background-repeat: repeat-x;
	height: 22px;
}

.row {
	width: 980px;
}

#content {
	font-size: 12px;
	width: 595px;
	vertical-align: top;
}

#content p {
	margin: 10px;
	text-align: justify;
}

#content #downloads {
	width: 545px;
}

#content #contact {
	width: 355px;
}

#content #contact input {
	width: 200px;
}

#content #contact textarea {
	width: 300px;
}

#content #downloads th {
	background-image: url(../images/spacer_pink.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 22px;
	text-align: left;
}

#content #downloads td, #content #contact td {
	border-bottom: 1px solid #A05C69;
}

#submenu {
	font-size: 12px;
	width: 160px;
	vertical-align: top;
}

#news {
	font-size: 12px;
	width: 225px;
	vertical-align: top;
}

.newsitem {
	background-color: #DFDFDF;
	border: 1px solid #A05C69;
	margin-bottom: 10px;
	width: 225px;
}

.submenu {
	border-right: 1px solid #A05C69;
	width: 150px;
}

.submenu .title, .newsitem .title, #content .title {
	font-size: 14px;
	font-weight: bold;
}

.submenu p, .newsitem p {
	margin: 10px;
	margin-top: 10px;
	text-align: justify;
}

.sponsors {
	text-align: center;
}

.sponsors img {
	border: 0px;
	margin: 7px;
	margin-top: 10px;
	margin-bottom: 10px
}

.footer {
	font-size: 12px;
	color: #333333;
	height: 20px;
	padding-top: 2px;
	text-align: center;
}

.footer a {
	color: #333333;
}

.footer a:hover {
	text-decoration: underline;
}
