@charset "utf-8";

body, html {
	margin: 0;
	padding: 0;
	background-image: url(graphics/main_bgd.jpg);
	background-repeat: repeat-x;
	background-color: #566EB2;
}

#container {
	width:798px;
	margin: 0px auto;
}

#window{
	float: left;
	position: relative;
	top: 30px;
	left: 15px;
}

#title {
	float: left;
	position: relative;
	top: 30px;
	left: 50px;
}

#mainNav ul {
	margin: 50px 0px 0px 0px;
	list-style-type: none;
	text-align: right;
}

#mainNav li {
	display: inline;
}

#mainNav a {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFF80;
	text-decoration: none;
	padding: 0px 0px 0px 18px;
}

#mainNav li.selected a{
	color: #5A90B1;
}

#mainNav a:hover {
	color: #D8E6ED;
}

#line {
	text-align: right;
}


#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}

#subNav li {
	display: inline;
}

#subNav li.selected a{
	color: #000033;
}

#subNav a {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
}

#subNav a:hover {
	color: #D8E6ED;
}

#content {
	background-image: url(graphics/content_bgd.gif);
	padding: 1px 20px 10px 20px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000033;
	background-repeat: repeat-y;
}

#bottom {
	height:325px; 
	background: url(graphics/bottom_content_bgd2a.gif)	no-repeat;}

#footer {
	font-size: 12px;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

.welcome {
	font-size: 18px;
}

.welcomeBig {
	font-size: 22px;
	text-align: center;
}
