@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../art/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.spalsh {
	background-image: url(../art/splash.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 644px;
	display: block;
	visibility: visible;
	text-align: center;
	vertical-align: bottom;
}
.websitebytext {
	color: #FFFFFF;
	text-decoration: none;
}
.titletext {
	font-size: 24px;
	font-weight: bold;
}
.subtitletext {
	font-size: 20px;
	font-weight: bold;
	color: #130801;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	NAVIGATION MENU
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */		
#menu {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	text-align: center;
	padding-top: 1px;
	background-image: url(../art/menu_bg.png);
	height: 50px;
	}
#menu p {
	margin: 0;
	vertical-align: middle;
	}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
#menu li {
	background-image: none;
	padding: 0;
	margin: 0 6px 0 4px;
	float: left;
	vertical-align: middle;
	}
#menu a {
	display: block;
	line-height: 50px;
	padding: 0 2px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #1C1104;
	}
#menu .selected a,
#menu .selected a:link,
#menu .selected a:visited,
#menu .selected a:active {
	color: #3D9C25;
	background-image: url(../art/rungun.png);
	background-position: center top;
	background-repeat: no-repeat;
	}
#menu a,
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
	text-decoration: none;
	}
#menu a:hover {
	color: #DB0000;
	background-image: url(../art/rungun.png);
	background-position: center top;
	background-repeat: no-repeat;
	}
