/* CSS Document: QWS-Screen */
html {
     overflow: -moz-scrollbars-vertical;
}

body {
	
	padding: 0px 0px 0px 0px;
	font-size: 1.0em;
	font-family: Gill Sans MT,Geneva, Arial, Helvetica, sans-serif;
	color:#072593;
}

#wrapper {
	width: 710px;
	background-color: white;
	font-family: Gill Sans MT,Geneva, Arial, Helvetica, sans-serif;
	

	padding: 5px 5px 5px 5px;
	border: 1px solid navy;
	left: 50%;
	margin-left: -370px; 
	height: auto;
	position:absolute;
	}

#h_logo {
position:relative;
	width: 150px;
	height: 132px;
	border: 0px solid red;
	float: left;
}
#h_banner {
	position: relative;
	width: 560px;
	float: right;
	height: 132px;
	}
#h_line {
clear:both;
height: 3px;
border-top: 0px solid Navy;
border-bottom: 0px solid Navy;
margin: 2px 0px 2px 0px;
width:auto;}

#menu {clear:both;float: left; width: 150px; border: 0px solid yellow;}
#content {float: right;
text-align:left;
border: 0px solid green;
width: 73%;
padding: 2px 15px 2px 0px;}

h1 { margin: 0px 0px 0px 0px;}
h2 { margin: 0px 0px 0px 0px;}
p { padding: 0px 0px 3px 0px; margin: 0px 0px 5px 0px;}
acronym {border-bottom: 1px dotted Navy; cursor: help;}
.button {font-family:System; width: auto; background-color:#000099; color:#CCCCCC;}
.btn{
   color: #2C4087;
   font-family:'trebuchet ms',helvetica,verdana,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color: #E5E5E5;
   border:1px solid;
   border-top-color:#9EA4E2;
   border-left-color: #9EA4E2;
   border-right-color:#2C4087;
   border-bottom-color:#2C4087;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}
li {list-style-type:circle;}

#footer {
	clear:both;
	border-top: 1px solid Navy;
	position:relative;
	background-color: clear;
	text-align:center;
	font-size: small; 
	padding: 10px 0px 0px 0px;
	

	}	
/* Front page menu */

#menu_front {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
	
	
	}

#menu_front ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	
	}
#menu_front ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}


#menu_front ul li a {
	background: #27257a;
	width: 150px;
	height: 25px;
	border-top: 1px solid #98b3f2;
	border-left: 1px solid #98b3f2;
	border-bottom:1px solid #98b3f2;
	border-right: 1px solid #98b3f2;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	 font-size: smaller; 
	voice-family: "\"}\"";   
	voice-family: inherit;
	vertical-align:middle;  
	}

html>#menu_front ul li a  {

	/*font-size: x-small;   */
	} 

#menu_front ul li a:hover {
	color: #fffff;
	background: #9183b4;
	text-decoration:underline;
	}

#menu_front a:active	{
	color: #fffff;
	background: #9183b4;
	}
	


