body {
	background-image: url(../_media/pink_circ_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	margin: 0px;
}



a {
	outline: none;

}


/* Menu */

.t_menu {
	padding-left: 14px;

}

.t_menu h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #000000;
	text-transform: uppercase;
}

.t_menu a {


}

.t_menu a:hover {

}





/* Body Formatting */

.body {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;

}

.body p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;

}

.body li {
	margin-left: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	list-style-type: disc;
	padding-bottom: 8px;

}

.body a {
	text-decoration: none;

}

.body a:hover {
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;

}

.body h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	text-transform: uppercase;
	letter-spacing: 2pt;
	word-spacing: 5pt;
	padding-top: 10px;

}

.body h3 {

}

.body h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	text-transform: capitalize;

}




/* Footer */

.footer {


}




/* Misc */

.spacer {
	height: 150px;

}
.spacer2 {

	height: 20px;
}
.top_margin {
	padding-top: 10px;
}


#mapContainer {
	height: 400px;
	width: 535px;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
	
#nav, #nav ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #000000;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	padding-right: 40px;
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#nav li {
	float: left;
	padding-top: 8px;
}

#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	font-size: 10pt;
	text-transform: none;
	padding: 5px;

}

#nav li ul a {
	text-decoration: none;
	padding-bottom: 5px;
	color: #FF0000;
	font-weight: normal;
	background-color: #FFFFFF;
}

#nav li ul a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
}

#nav li:hover ul {
	left: auto;
	background-color: #FFFFFF;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#centerdiv {
	padding-left: 30px;
}
.large_title {
	font-size: 15pt;
}

