/* BEGIN RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET */

body{
	background-color:#fff;
	padding:0;
	padding-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
div#container{
	background-image:url('images/v4/background1.png');
	margin:0 auto;
	background-repeat:repeat-y;
	width: 709px;
	height:581px;
	text-align:center;
}
div#container2{
	background-image:url('images/v4/background2.png');
	margin:0 auto;
	background-repeat:repeat-y;
	width: 709px;
	text-align:center;
	padding-bottom:30px;
}
div#footer{
	margin:-10px auto 0 auto;
	width: 630px;
	font-size:11px;
	color: #666;
}
div#footer2{
	margin:-20px auto 0 auto;
	background-image:url('images/v4/background2-bottom.png');
	background-repeat:no-repeat;
	height:12px;
	width:669px;
	padding:10px 20px;
	font-size:11px;
	color: #666;
}
div#footer a, div#footer2 a{
	color:#777;
}
a:link{color:#fff;}
a:visited{color:#fff;}

h1{
	text-align:center;
	font-size:25px;
	margin: 20px 0;
}
h1.city{
	text-align:left;
	font-size:25px;
	margin-left: 30px;
	font-weight:bold;
	color:#fff;
}
h2{
	text-align:center;
	font-size:20px;
	margin: 20px 0 30px 0;
}
form{
	text-align:center;
	margin-bottom:30px;
}
.alert{
	height:21px;
	background-image:url('images/alert.png');
	border:1px solid #d31a1c;
	margin: 10px 30px;
	padding:12px 0 5px 0;
	font-size:13px;
	text-align:center;
	
}
.notice{
	height:21px;
	background-image:url('images/notice.png');
	border:1px solid #ceb70d;
	margin: 10px 30px;
	padding:12px 0 5px 0;
	font-size:13px;
	text-align:center;
}
h3{
	margin-top:0px;
	font-weight:bold;
}
ol{
	font-size:16px;
	margin-left: 60px;
	list-style-type: none;
	text-align:left;

}
ol li{
	margin:20px 0;
	
}
ol ul{
	list-style-type:none;
	font-size:11pt;
	padding:0;
	margin:0;
}
ol ul h1{
	font-size:12pt;
	margin:0;
	
}
ol li ul li{
	margin:0px;
}
.facts{
	background-color:#7393c8;
	margin:0 60px;
	padding:5px;
	border:1px solid #4c6ca1;
	color:#eee;
	clear:both;
}
.facts ul{
	text-align:left;
	list-style-type:disc;
	list-style-position:outside;
	margin-left:20px;
	font-size:.7em;
}
.facts ul li{
	margin:5px 0;
}
h4{
	text-align:left;
	font-size:.8em;
	font-weight:bold;
}
p.leveesfooter{
	font-size:.9em;
	margin-top:10px;
	font-weight:bold;
}
