html, body
{
	height: 23%;
	overflow-x: hidden;
}

body 
{
	background-image: url('images/bg.jpg');
	background-position: "top left";
	background-repeat: no-repeat;
	
	font-family: "Verdana";
	color: "#ffffff";

	margin: 0;
	padding: 0;
}
img.homeLink
{
	position: absolute;
	float: left;
	left: 10px;
	top: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
}
div#header_images
{
	position: absolute;
	left: 300px;
	height: 1px;
	white-space: nowrap;
}
img.header
{
	height: 150px;
	width: 200px;
	opacity: .7;
	filter: alpha(opacity=60);
}
div#top_nav
{
	position: absolute;
	left: 300px;
	top: 165px;
	width: 800px;

	background-color: #FFFFFF;
	
	font-size: 12pt;
	font-weight: bold;	
}
span.top_button
{
	width: 20%;
	border-left: solid .01cm #aaaaaa;
	border-bottom: solid .01cm #000000;
	border-top: solid .01cm #000000;
	line-height: 180%;
	text-align: center;
	float: left;
}


div#side_nav
{
	position: absolute;
	left: 20px;
	top: 275px;
	width: 200px;
	height: 350px;

	background-color: #FFFFFF;
	border: solid .01cm #000000;
}


span.sidebutton_set
{
	position: absolute;
	left: 1px;
	top: 1px;
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: nowrap;
	visibility: hidden;
}

div.side_button
{
	width: 199px;
	border-bottom: solid .01cm #aaaaaa;
	line-height: 150%;
	text-align: center;
}

div#content_bg
{
	position: absolute;
	left: 250px;
	top: 210px;
	width: 71%;
	/* height: 700px; */
	height: 200%;
	background-color: #FFFFFF;
	opacity: .7;
	filter: alpha(opacity=70);
	border: solid .03cm #000000;
	border-bottom: none;
}

span#content
{
	position: absolute;
	left: 255px;
	top: 210px;
	width: 69%;
	/* height: 700px; */
	height: auto;

	overflow: hidden;

}

a:link, a:visited
{
	color: #000099;
	text-decoration: none;
}

a.main_nav:link, a.main_nav:visited
{
	color: #000000;
	display: block;
	width: 100%;
}

a.sec_nav
{
	display: block;
	width: 100%;
}

/** Each nav button is associated with a different color */
a#tbutton1:hover { background-color: #333366; color: #ffcc00 }
a#tbutton2:hover { background-color: #ffcc00 }
a#tbutton3:hover { background-color: #333366; color: #ffcc00 }
a#tbutton4:hover { background-color: #ffcc00 }
a#tbutton5:hover { background-color: #333366; color: #ffcc00 }
a.but_type1:hover { background-color: #aaaaee }
a.but_type2:hover { background-color: #ffff66 }
a.but_type3:hover { background-color: #aaaaee }
a.but_type4:hover { background-color: #ffff66 }
a.but_type5:hover { background-color: #aaaaee }
a.but_type0:hover { background-color: #333366; color: #ffcc00 }


/** The 'contact us' and 'links' buttons go to the bottom of the side panel */
div#contact_button { position: absolute; bottom: 0px }

div#infobox
{
	text-align: center;
}

span#content
{
	text-align: left;
}
