/* CSS Document */

body {
	width: 100%;
	margin: 0;
	padding: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	text-align: left;
}

td {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

a { color:#0A1162; }
a:hover { color:#0A1162; }

a.cities {
	color:#0A1162;
	font-weight: bold;
}

.background {
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
}
.subhead {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #910202;
	text-align: center;
}
.size16 {font-size: 16px;}
.size18 {font-size: 18px;}
.sizeb16 {
	font-size: 16px;
	font-weight: bold;
}
.sizeb18 {
	font-size: 18px;
	font-weight: bold;
}


#header {
width:768px;
float:left;
}

#nav {
width:759px;
padding-left:5px;
padding-right:5px;
}

#content {
padding-left:10px;
padding-right:10px;
width:749px;
float:left;
}
/*
#content img {
border: 1px #000 solid;
}
*/
#footer {
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#999999;
text-align: center;
}
#lower_nav {
width:100%;
font-size:10px;
font-weight:bold;
float:left;
}
#footer a{
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#999999;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.size12 {font-size: 12px}
.style5 {font-size: 14}

.percent80 {
	width: 200px;
}