/* CSS Document */

body {
	margin-top: 0px;
	background-image: url(images/background_tile.jpg);
	background-repeat: repeat-x;
	background-color: #253e7a;
}
.maintable {
	background-image: url(images/ped_background.jpg);
	background-repeat: no-repeat;
}
.navtd {
	background-image: url(images/leftnav_12.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.navtd:link {
	color: #FFFFFF;
	
}
.navtd:hover {
	color: #5e73a0;

}
/* drop down menu styles*/

#dropmenudiv{
	position:absolute;
	visibility:hidden;
	font:normal 9px Arial;
	text-transform: uppercase;
	line-height:12px;
	z-index:100;	
}

#dropmenudiv a{
	background-color: #5e73a0;
	width: 100%;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #233571;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #124486;
	border-right-color: #124486;
	border-left-color: #124486;
}

#dropmenudiv a:hover{ 
background-color: #233571;
color: #ffffff;
}


/* end drop menu */

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a.bodytext:link {
	color: #FFFFFF;
}
a.bodytext:hover {
	color: #648bbe;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002969;
}
.mapbgrnd {
	background-image: url(images/map_bgrnd.jpg);
	background-repeat: no-repeat;	
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #956F32;
	font-weight: bold;
}