body {
 text-align: center;
 background-color:#FFF;
}

#wrapper {
	background-color:#FFFFFF;
	width: 900px;
	margin: 0 auto;
	text-align:left;
	top:20px;
	
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}



#header {
	position:relative;
	width: 900px;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #3266CC;
	background-image: url(images/tile200.jpg);

}
#tagline
{
	font-style: italic;
	font-weight: normal;
	font-size: 85%;
	top: 30px;
	position: absolute;
	left: 50%;
}

#langbutton {
	color: #FFFFFF;
	font-size: 70%;
	top: 5px;
	position: relative;
	width: 80px;
	float: right;
	padding: 4px;
	text-align:center;
	margin-right: 20px;
	margin-top: 20px;
	text-decoration:none;
	white-space:nowrap;
	

}
#langbutton a:link, #langbutton a:visited {
	
		text-decoration: none;
	border: 1px solid #FFFFFF;
	margin: 2px;
	padding: 4px;
	background-color: #B3DF5E;

}
#langbutton a:hover, #langbutton a:active, #header h4 a:focus {
	color: #2128A9;
	background-color: #FFFFFF;
		text-decoration: none;
}


#topnav {
	
}
#topnav ul {
	font-size: 90%;
	list-style-type: none;
	white-space: nowrap;
	text-align: center;
	padding: 6px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none;
	border-left: 1px solid #FFFFFF;
	margin: 0px 50px 0px 50px;
	background-color: #A6D2F5;
}
#topnav li {
	display: inline;
}
	
#topnav li a:link, #topnav li a:visited  {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	width: 5px;
	margin-right: 6px;
	margin-left: 6px;
}

#topnav li a:hover {
	color: #000098;
	background-color:#FFF;
}

#topnav li a:active, #topnav li a:focus {
	color: #3266CC;
	border-top: 0px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #B3DF5E;
}


.tab {
	color: #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #B3DF5E;
	border-left: 2px solid #FFFFFF;
	background-color: #B3DF5E;
}

#whiteline {
	background-color: #FFFFFF;
	height: 2px;
	width: 100%;
}

#main {	background-color: #94C945;
}

#subnav {
	background-color: #B3DF5E;
	position: relative;
	padding: 1px;
	top: 0px;
	text-align: left;
	border-top: 0px none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
#subnav ul {
	
}
#subnav  li {
	display: inline;
	font-size: .7em;
	list-style-type: circle;
	margin-right: 2px;
	margin-left: 2px;
}

#subnav  li a:link, #subnav li a:visited {
	color: #FFFFFF;
	border: 2px dotted #3266cc;
	padding: 3px;
	text-decoration: none;

}
#subnav  li a:hover{
	color: #2128A9;
	border: 2px dotted #ffffff;
	padding: 3px;
}
 #subnav li a:active, #subnav li a:focus  {
	color: #2128A9;
	border: 2px dotted #3266cc;
	padding: 3px;
}

#content {
	font-size: 100%;
	color: #000000;
	font-style: normal;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 3px solid #3266CC;
	width: auto;
	top: 184px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}
#content h3
 {
	color: #000098;
 }
 
  #content  a:link {
	color: #3266CC;
}

 #content a:visited {
	color: #000066;
}
 
 #content  a:hover, #content a:active, #content a:focus {
	color: #94C945;
}

#footer {
	background-color: #B1DE5D;
	padding: 2px;
	position: relative;
	text-align: center;
}
#footer p {
	font-size: .7em;
	text-align: center;
}
.newsflash {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #94C945;
	border: 2px solid #3266CC;
	margin: 2px;
	padding: 1px;
	float: right;
	width: 20%;
	position: relative;
}
