/* CSS Document */

body {
background-color:#F6F6F6;
background-image:url(images/nbg.jpg);
background-position:center;
background-repeat:no-repeat;
background-attachment:fixed;
margin-top:0;
margin-bottom:0;
margin-right:0;
margin-left:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-style:normal;
}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#333333;
margin-right:10px;
margin-left: 10px;
}

A:link {
	color: #000000;
	
}
A:visited {
	color: #000000;
	
	
}
A:hover {
	color: #000000; 
	text-decoration: underline;
	
}




#topper {
width:346px;
height:158px;
background-image:url(images/qbg.png);
background-repeat:repeat-x;

}

#text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#333333;
}

#chromemenu{
width: 75%;
font-weight: 300;
font-size: 12pt;
font-family: Verdana;

}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

#chromemenu ul{
border: 0px solid #000;
width: 100%;
/*background-color:#FFFFFF;
background-image:url(images/off.jpg);*/
padding: 7px 0;
margin: 0;
margin-left:140px;
margin-right:5px;
margin-top:3px;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;

}

#chromemenu ul li a{
color: #FFA500;
/*border-bottom: 0px solid #993399;
border-right: 1px solid #000000;*/
/*border-left: 1px solid #993399;
border-top: 1px solid #993399;*/
}


#chromemenu ul li a:hover{
/*background-color: #D1E7FC;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;*/
color:#000000;
text-decoration:none;


}
