body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
	background-color: #ffffff;
	margin: 8px;
	background-image: url(images/bg_image.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

h1 {
	color: #000000;
	font-size: 200%;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}
h2 {
	color: #000000;
	font-size: 160%;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}
h3 {
	color: #000000;
	font-size: 120%;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}
h4 {
	color: #000000;
	font-size: 100%;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}

th {
	text-align: left;
	color: #C40000;
	background-color: #dedede;
	border-bottom: 1px solid #999999;
	padding: 2px 4px 2px 4px;
}

#main {
	width: 80%;
}

table {
	background: url(images/bg_tables.svg);
	background-color: transparent;
	z-index: inherit;
	}

.bgtable {
	border-top: 3px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
	background-color: White;
}

.container2 {
	border-top: 0px solid #000000;
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
	border-left: 4px solid #000000;
	background-color: White;
}

.form-error {
	color: red;
}
.error {
	color: red;
}

.content {
	font-size: 90%;
	padding: 10px 10px 10px 10px;
	background-color: White;
	text-align: Justify;
}
a:link {color: #C40000; text-decoration: underline; font-weight: normal;}
a:visited {color:#C40000; text-decoration: underline; font-weight: normal;}
a:hover {color: #CC3300; text-decoration: none; font-weight: normal;}

.small {
	color: #333333;
	font-size: 80%;
	margin-right: 10px;
	margin-left: 4px;
}
.tiny {
	color: #999999;
	font-size: 70%;
}
a.tiny {color: #999999; text-decoration: none;}
a.tiny:hover {color: #999999; text-decoration: none;}

.header {
	/* border-bottom: 1px solid #999999; */
	padding: 2px 4px 2px 4px;
}

.footer {
	color: #999999;
	font-size: 70%;
	/* border-top: 1px solid #999999; */
	padding: 2px 4px 2px 4px;
}
a.footer {color: #999999; text-decoration: none;}
a.footer:hover {color: #0089A0; text-decoration: none;}


.navlink {
	border-right: 1px solid #999999; 
	/* border: 1px solid #999999; 
	border-radius: 10px;
	-moz-border-radius: 10px; */
	font-size: 100%;
	padding: 5px 10px 20px 10px;
	color: #000000;
	width: 180px;
}

.navlink a {
	color: #000; 
	text-decoration: none; 
	font-weight: bold;
	}
.navlink a:hover {
	color: #C40000;
	text-decoration: none;
	font-weight: bold;
	}

ul {
	padding: 4px 8px 12px 18px;
	margin: 0;
}

li.selected {
	color: #C40000;
}

li.selected a {
	color: #C40000;
	}

.rightsidenote {
	float: right;
	border: thin dotted #999999;
	padding: 4px 4px 4px 4px;
	margin: 4px
	width: 220px;
	}
	
.bottomsponsor {
	 float: right;
	 width: 40%;
	 padding: 4px 4px 4px 4px;
	 margin: 4px;
	 border: none;
	}
.bottomsponsorimg {
	 float: right;
	 border: none;
	 padding-right: 4px;
	}
	
#contentcontainer {
	padding: 8px;
}

