@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
	background-image: url(../images/bkgd.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color:#606060;
}

a:visited {
	color:#606060;
}

a:active {
	color:#606060;
}

a:hover {
	color:#606060;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
	background-color:#FFFFFF;
}

/* Home page only styles */

#events{
	margin-left:20px;
	margin-right:10px;
}

#jtsFound{
	margin-left:20px;
	margin-right:10px;

}

/* header Styles*/

.blueHdr{
	font-weight:bold;
	color:#7595b2;
}

.blueHdr a:link{
	font-weight:bold;
	color:#7595b2;
	text-decoration:none;
}
.blueHdr a:active{
	font-weight:bold;
	color:#7595b2;
	text-decoration:none;
}
.blueHdr a:visited{
	font-weight:bold;
	color:#7595b2;
	text-decoration:none;
}
.blueHdr a:hover{
	font-weight:bold;
	color:#7595b2;
	text-decoration:underline;
}

.pageContent{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	height:400px
}

.pageHdr{
	color:#194f7f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}


.dots{
	width:100%;
	border-bottom:1px dotted #999999;
	height:1px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

.copyRight{
	font-size:10px;
	margin-top:10px;
}
.copyRight a:link{
	font-size:10px;
	color:#194f7f;
	text-decoration:underline;
}
.copyRight a:visited{
	font-size:10px;
	color:#194f7f;
	text-decoration:underline;
}
.copyRight a:active{
	font-size:10px;
	color:#194f7f;
	text-decoration:underline;
}
.copyRight a:hover{
	font-size:10px;
	color:#194f7f;
	text-decoration:none;
}