@import url("reset-min.css");


body{
	background-color: #99CC66;
	text-align: center;
	width: 100%;
	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.1em;
}

focus{
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

a{
	color: #0734ff;
}

a:hover{
	color: #ff7120;
}

a:visited{
	color: #0734ff;
}

p{
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	clear:both;
}

hr{
	clear:both;
}
strong{
	font-weight:bold;
}

h1{
	font-size: 28px;
	color: #008000;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
}

h2{
	font-family: “Times New Roman”, Times, Georgia, serif;
	font-size: 28px;
	font-weight: bold;
	color: #0734ff;
	margin-top:20px;
	margin-bottom:20px;
}

.center{
	text-align:center;
	margin-bottom: 20px;
}

#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 775px;
	background-color: #fff;

}

.header{
	text-align:center;
}

.header h2{
	font-style: italic;
	margin-top: 0;
}

.header img{
	margin-top: 10px;
	margin-bottom: 15px;
}

.nav{
	text-align: right;
	font-size:70%;
	font-weight:bold;
	margin-bottom:20px;
	margin-right: 10px;
	float:right;
}

.gray{
	background-color: #f1f1f1;
	padding-left:4px;
	padding-right:4px;
	font-size:80%;
}
