/* General Style Info */
body {
	color: #5d5d5d;
	font-family:Arial, Geneva, sans-serif, Helvetica, sans-serif;
	line-height: 150%;
	font-size:12px;
	margin:auto;
	background-color:#95CAFF;
}
.containerre {
	width: 990px;
	margin: auto;
	background-color:#ffffff;
}


.toptxt
{
  font-family:Arial, Geneva, sans-serif, Helvetica, sans-serif;
  font-size:43px;
  color:#622691;
  font-weight:bold;
}
.bannertopbg
{
   height:180px;
   background-image: url(../img/bannertopbg2.jpg);
   background-repeat:repeat-x;
   color:#9932CC;
    margin-top: 0px
 
}


.bartop
{
   height:45px;
   width:267px;
   background-image: url(../img/bar_Top.png);
 

}

.logoU
{
   height:46px;
   width:45px;
   background-image: url(../img/F_Logo.png);
}

.logore
{
   height:132px;
   width:133px;
   background-image: url(../img/M_Logo.png);

}
.nlogo
{
   height:80px;
   width:201px;
   background-image: url(../img/n_logo.png);

}


.linka a
{
   font-family:Arial, Helvetica, sans-serif; 
   font-size:12px;
   font-weight:bold; 
   color:#064d81; 
   text-decoration:none;
}
.linka a:hover
{
   font-family:Arial, Helvetica, sans-serif; 
   font-size:12px;
   font-weight:bold; 
   color:#03264a; 
   text-decoration:none;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
}

fieldset legend {
	color: #666666;
	font-size: 100%;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}

fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

/*
* multi-line comment
*/
p{ line-height: 1em; }
h1, h2, h3, h4{
    color: orange;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 .5em 0;
}
h1{ font-size: 1.7em; }
h2{ font-size: 1.5em; }
a{
	color: black;
	text-decoration: none;
}
	a:hover,
	a:active{ text-decoration: underline; }

/* you can structure your code's white space so that it is as readable for when you come back in the future or for other people to read and edit quickly */

body{
    font-family: arial; font-size: 80%; line-height: 1.2em; width: 100%; margin: 0; background: #eee;
}
/* you can put your code all in one line like above */
#page{ margin: 20px; }

/* or on different lines like below */
#logo{
	width: 35%;
	margin-top: 5px;
	font-family: georgia;
	display: inline-block;
}
/* but try and be as concise as possible */
#nav{
	width: 60%;
	display: inline-block;
	text-align: right;
	float: right;
    margin-top: 131px;
}
	#nav ul{}
		#nav ul li{
			display: inline-block;
			height: 62px;
		}
			#nav ul li a{
				padding: 20px;
				background:green;
				color: white;
			}
			#nav ul li a:hover{
				background-color: #4b0082; //when scroll the mouse
				box-shadow: 0px 1px 1px #666;
			}
			#nav ul li a:active{ background-color: #ff8f00; }

#content{
	margin: 30px 0;
	background: white;
	padding: 20px;
	clear: both;
}
#footer{
	border-bottom: 1px #ccc solid;
	margin-bottom: 10px;
}
	#footer p{
		text-align: right;
		text-transform: uppercase;
		font-size: 80%;
		color: grey;
	}

/* multiple styles seperated by a , */
#content,
ul li a{ box-shadow: 0px 1px 1px #999; }

#headertext3{
    
    
    color:white;
    margin-right: 118px;
        
}
