@charset "iso-8859-1";

body {
	font-family: "Arial";
	font-size: 0.80em;
	background-color: rgb(153,194,255);
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

/*Links*/
a{
	color: rgb(0,0,128);	
}
a:link {
	color: rgb(0,0,128);
	text-decoration: none;
}

a:visited {
	color: rgb(0,0,128);	
	text-decoration: none;
}

a:hover, a:active {
	color: rgb(0,0,128);
	border-bottom: thin solid rgb(222,0,0);
}

/*selected page*/

a.selected {
	border-bottom: thin solid rgb(222,0,0);
}


div#wrapper{	
	margin: 0 auto;
	width: 750px;
	height: auto;
}

/*menu*/
ul.menu{
	list-style: none url(../images/L-bullet.gif);
	margin-left:16px;
	padding-left: 3em;
	
	vertical-align: middle;	/* keep the text aligned with the bullet*/
	
}
li.menu{
	display: list-item;
}


div#content {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	position: relative;
}

div#content .top{
	width: 100%; 
	height: 125px;
}

div#content .main_menu{
	position: absolute;
	left: 0;
	
	font-weight: bold;
	
    /*IE hack*/
    _height:400px;
    
    min-height: 400px;
    width:200px;
    
    background-image: url('../images/menu_background.gif');
	background-repeat: no-repeat;
}

div#content .main{
	position: relative;
	margin-left: 200px;
	margin-right: 60px;
	   /*IE hack*/
    _height:600px;
	 min-height: 600px;
}

div#bottom{
	text-align: right;
	font-weight: normal;
	font-size: 80%;
	margin-top:10px;
	margin-right:5px;
}

hr{
	background-color: rgb(0,0,128);
	color: rgb(0,0,128);
	border: 0.5px solid rgb(0,0,128);
	height: 1px;
  	width: 100%;
}
