@charset "UTF-8";
#googlemap {
	float: right;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/tile2.jpg);
	background-repeat: repeat-y;
	border: 1px solid #333333;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	height: 202px;
	margin: 0px;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-image: url(../images/girlback_r2_c1.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	margin: 0px;
	padding: 0;
	height: 174px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.leftimageA {
	padding: 5px;
	float: left;
	clear: both;
}
#contentholder {
	float: left;
	clear: both;
	width: 542px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#contentholder p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 30px;
	margin: 0px;
}
#contentholder p.listdescribe {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#contentholder p.description {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 12px;
	margin-top: 0px;
}
#contentholder p.description2 {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 12px;
	margin-top: 0px;
}
#contentholder li {
	list-style-type: disc;
	color: #660001;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#contentholder ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	color: #660001;
}
#contentholder a {
	color: #3358A8;
}
.rightImageA {
	padding: 5px;
	float: right;
}
.leftimageA1 {	padding: 5px;
	float: left;
}
.sidebarhead  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.sidebarcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sidebarcopy a {
	color: #FFFF66;
	text-decoration: none;
}
.whiterule {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
