*{
	margin:0;
	padding:0;
}

h1 {

font-size: 14px;
font-family: Verdana;
}
h2 {

font-size: 12px;
font-family: Verdana;
}

#topBanner {
	width: 728px;
	height: 90px;
	background-color: black;
	position: absolute;
	left: 50%;
	top: 55px;
	margin-left: -365px;
	
}
#menu {
margin-top:0px;
position:absolute;
left: 50%;
margin-left: -353px;
}
.nav {
padding: 0px 50px 0px 50px;
font-family: Verdana;

}
#menu a, #menuBottom a, a {
	background-color: yellow;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}
#menu a:hover, #menuBottom a:hover, a:hover {
	background-color: #62E155;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
}
#flags {
	
	position: absolute;
	left: 50%;
	top: 170px;
	margin-left: 330px;
}

#flags a {
	
	background-color: #62E155;
}


#copyright a {
	
	font-size: 12px;
}


#keywords {
    z-index: -22;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	
	position: absolute;
	top: 150px;
	font-size: 8px;

	padding-bottom: 200px;
}



#content {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 10;
	width: 680px;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	top: 150px;
	padding-top:15px;
	background-color: yellow;
	padding-bottom: 200px;
}
#leftBanner {
	top: 170px;
	width: 160px;
	height: 600px;
	background-color: black;
	position: absolute;
	left: 50%;
	margin-left: -510px;
	
}
#leftBanner2 {
	top: 770px;
	width: 160px;
	height: 600px;
	background-color: black;
	position: absolute;
	left: 50%;
	margin-left: -510px;

}
#rightBanner {
    top: 230px;
	width: 160px;
	height: 600px;
	background-color: black;
	position: absolute;
	left: 50%;
	margin-left: 330px;
}
#rightBanner2 {
    top: 830px;
	width: 160px;
	height: 600px;
	background-color: black;
	position: absolute;
	left: 50%;
	margin-left: 330px;

}
h3 {
	padding-left: 10px;
	padding-right: 10px;
	color:  blue;
}
a {

	font-size: 19px;
	font-face: Verdana;
	text-decoration: none;
}

a:hover {
	color: yellow;
}

img {
padding: 10px;
border: 1px solid black;
}

body{
	margin:30px 0 30px 0;
	text-align:center;
	background-color:#62E155;
	font-size:80%;
	font-family:"Lucida Grande", Tahoma, sans-serif;
}
p{
	margin:0 0 1em 0;
}
a{
	color:green;
}
a img{
	border:none !important;
}
#container{
	margin:0 auto;
	width:500px;
	padding:40px;
	text-align:left;
	background-color:#fff;
}
#container ul{
	text-align:center;
	margin:0 0 30px 0;
	list-style:none;
}
#container ul a{
	border:1px solid #eee;
	background-color:#f5f5f5;
	color:#444;
	font-size:1.5em;
	line-height:2em;
	padding:20px;
	margin:0 0 20px 0;
	display:block;
}
#container ul a:hover{
	border:1px solid #B5DF99;
	background-color:#CDEFB6;
	color:#358610;
}

#lightbox h2{
	margin:0 0 1em 0;
}
#lightbox h3{
	color:#FF713F;
}
#lightbox.done p{
	color:#333;
}

#form{
	text-align:left;
	margin:25px;
}
#form ul{
	list-style:none;
}
#form li{
	margin:0 0 1em 0;
}
#form textarea{
	width:100%;
	height:150px;
}

#definition{
	margin:25px;
}
.highlight{
	background-color:#FEFFAF;
}
