@charset "UTF-8";
/* CSS Document */

/* Generic HTML Definitions */
body {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #000000;
	font-size: small;
	background-attachment: fixed;
/*	background-repeat: repeat;
	background-position: 0px -0px;
	background-image: url(/bkgrnd.jpg);*/
	margin: 0;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border: hidden;
}

a:hover {
	cursor:pointer;
	font-weight:bolder;
}

.alt {
	display:none;
	position:absolute;
	top:50px;
	left:500px;
}

/* Main Site Layout */

#container {
	width:1100px;
	position:relative;
	left:0px;
	top:0px;
	margin: 0;
}

#main {
	background-repeat: no-repeat;
	background-image: url(/main.jpg);
	width: 800px;
	margin: 0;
	min-height: 650px;
	height: auto;
	/*border: 0px #000 solid;
	/* For Firefox, Opera, Safari, Netscape */
	overflow: auto;
}

#header {
	height: 112px;
	width: 100%;
}

#topnav {
	float: right;
	width: 600px;
	z-index:10;
}

#leftnav {
	position: absolute;
	width: 160px;
	top: 280px;
	left: 40px;
}

#subscription {
	position: absolute;
	color: #000000;
	font-size: small;
	width: 200px;
	left: 5px;
	top: 500px;
	z-index:10;
}

#subscription form {
	display: inline;
}

#mainContent {
	clear: both;
	width: 580px;
	z-index:10;
	margin-left: 200px;
	padding-top: 2px;
	padding-left: 10px;
}

#rtContent {
	position: absolute;
	top: 135px;
	left: 802px;
	width: 300px;
	margin: 0;
	min-height: 400px;
	height: auto;
	/*border: 0px #000 solid;
	/* For Firefox, Opera, Safari, Netscape */
	overflow: auto;
	z-index:10;
}

#footer {
	clear: both;
	font-size:10px;
	width= 100%;
}

/*  Bottom Menu  */
.bottommenu {
	float: right;
	width: 25%;
	text-align: right;	
}

.credits {
	float: left;
	color:#102E46;
	width: 75%;
	text-align: left;	
}

.credits a {
	color: #333333;
	text-decoration: none;
}

