@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	text-align: center;
}

.dynamic {
	margin: 0px;
	padding: 0px;
	font: 100%/1.35em "Lucida Grande", Helvetica, sans-serif;
	color: black;
	background-color: #FFFFFF;
	text-align: center;
}

.option {
	font-size: 0.8em;
	width: 120px;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	font-stretch: semi-expanded;
	display: block;
	padding: 5px;
	text-align: center;
	margin: 0;
}

h2 {
	margin-top: 15px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #333333;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
	top: 20px;
	padding: 0px;
	line-height: 1.7em;
}

p {
	font-size: 12px;
	line-height: 22px;
}

.banner {
	height: 120px;
	background-image: url(../images/banner_new.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 90%;
	text-align: left;
	position: relative;
	clear: both;
	margin: 0px auto;
	top: 30px;
}

#content li {
	font-size: 12px;
	line-height: 22px;
}

.footer {
	margin-top: 40px;
	clear: both;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.65em;
	padding-top: 10px;
	border-top: 1px solid #999999;
}

