/* CSS Document */

body {
	background-color: #660000;
	margin: 0px;


}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #996633;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 5px;
}

A.mRed:link,A.mRed:active,A.mRed:visited { color : #990000; }
A.mRed:hover		{ text-decoration: underline; color : #999933; }
}

a:link,a:active,a:visited {
	color : #000000;
	text-decoration: none;
}
a:hover		{ text-decoration: underline; color : #999900; }
}

A.mNav:link,A.mNav:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

A.mNav:hover     {
	color:#999900;
	text-decoration:underline;
}


hr {
	color: #660000;
}

.textmenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sidetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
.winHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9999FF;
}

.siteTbl {
	background-image: url(images/summer_site_07.jpg);
	width: 740px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	border: thin solid #000000;


}
.navTd {
	background-image: url(images/summer_site_05.jpg);
	background-repeat: no-repeat;
}
.navTbl {
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
	text-decoration: none;
}
.contentTd {
	padding: 0px;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990033;
	font-weight: bold;
}
.vertAd {
	border: thin solid #000000;
	margin-top: 25px;
	margin-left: 10px;
	width: 120px;
}
li {
	/* font-weight: bold; */
	line-height: 15px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.imageBrowser-widget img {
	height:50px; margin:8px; width:90px; border:2px solid transparent; padding:1px;
}
.imageBrowser-widget img:hover {border:2px solid #1862AB; -moz-border-radius:5px; -webkit-border-radius:5px; cursor:pointer;}