body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
}

#top{
	background-color: #5D87B5;
	background-image: url(../images/top700.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 88px;
	width: 100%;
}
#navbar {
	height: 15px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #CC0000;
	text-align: center;
}

#navbar a{
	padding-right: 35px;
	padding-left: 5px;
	color:#FFFFFF;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active {
	color: #FFFFCC;
	text-decoration: none;
	background-color: #990000;
}
#main{
	font-size: 12px;
	color: #666666;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 30px;
}

.dropcap {
	float:left;
	color:#CC0000;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
} 

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.border{
	margin-left: 50px;
	border: 1px solid #CC0000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

.msg{
	color: #CC0000;
}

#intro{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

.txtarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}



/********* FORMS ***********/
 label {
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 30px;
	display: block;
	font-weight: bold;
}


 fieldset {
	border: 1px solid #CC3300;
	margin-left:50px;
	padding-top:15px;
	padding-bottom:15px;
	margin-right:15px;
	padding-right:10px;
}


.submit {
	margin-left:150px; /* label width plus label margin-right */
}

small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#showpic {
	text-align: center;
}
#showpic p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.routechange{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 15px;	
}

.routechange p {
	padding-left: 30px;
}