body {
	background-color: #002244; font-family: 'Lucida sans',Tahoma, arial, Helvetica, sans-serif; font-size: 78%; 
}

h1{font-size: 1.3em; margin-left: 80px; }

h2{font-size: 1.15em; margin-left: 70px}
h3{
	font-size: 1.05em; margin-left: 70px; color: #00008B;
	font-style : italic;
}
p{margin-left: 70px; width: 300px}

a{	color: #596173; font-weight: bold;  text-decoration : none;   }

#page, #menuLine, #header{width: 800px;}
#mainPage{width: 450px;}
#rightPanel{width: 350px;left: 450px; }
#rightPanel p {width: 220px;}
#mainPage ul,  #mainPage ol{width: 280px}

#page{height: 800px; }
#header{height: 148px; }
#mainPage{
	height: 550px
}
#rightPanel{
	height: 550px
}

#page {	position: absolute; left: 50%; margin-left: -400px; background-color: white; color: #002244; }
#header{position: absolute; top: 0; background-color: #002244; color: white; padding: 0; margin: 0; background-image : url(images/header.jpg);  }

#menuLine{	position: absolute; top: 148px; height: 20px; padding:0 ; margin: 0;  background-image : url(images/menu.png);  }
	#menuLine ul{list-style : none; height: 20px;  padding: 0; margin: 0}
	#menuLine li{float: left; width: 125px; height: 17px; text-align: center; padding: 3px 0 0 0 ; margin: 0}
	#menuLine li a{	font-weight: normal;  text-decoration : none; color: #002244 }
	
#mainPage{position: absolute; top: 175px; background-color: white;}
#rightPanel{position: absolute; top: 168px; background-color: white; font-size: 2em; color: #80C690; text-align: center}
#rightPanel p{
	margin-left: 10px; 
}
#mainPage ul, #mainPage ol{
	list-style-position : inside;
}

#mainPage ul{
	list-style : disc outside;
}

#mainPage li, #mainPage li{
	margin-bottom: 0.5em
}

#footer{float: left; font-size: 0.9em; width: 752px; height: 200px; border-top: 2px solid #aaa; padding: 8px 8px 4px 40px; background-color: #002244; color: white}
.current{background-image : url(images/menu.png);}
.alt{	background-image : url(images/menu_i.png);}
.mouseOver{background-color: #f3f8f8}

.addLink{font-size: 12px; color: black;
	position: absolute; bottom: 5px; right: 5px; 
}

.label{width: 120px; text-align: right; padding-right: 3px; vertical-align: top; padding-top: 6px}
.input, .input input, .input textarea {width: 280px}

