body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(CommonGraphics/bkd.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;

}
.text {
	font-size: 14px;
}
#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
}
#header {
	background-image: url(CommonGraphics/mastheadVplain.jpg);
	background-repeat: no-repeat;
	width:900px;
	height: 150px;
}
#topNavBar {
	width: 870px;
	background-color:#738FA3;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topNavBar a {
	color:#FFFFFF;
	text-decoration: none;
	}
	
#topNavBar a:hover {
	color:#000000;
	text-decoration:underline;
}	
#live {
	background-image: url(CommonGraphics/witch.jpg);
	margin-left:auto;
	margin-right:auto;
	width: 850px;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFB33;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	width: 870px;
}
h1 {
	font-size: 160%;
	color: #738FA3;
}
h2 {
	font-size: 120%;
	color: #386A06;
}
.strong {
	font-weight: bold;
}
.RuleTop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #738FA3;
	padding-right: 10px;
}

.ImageRight {
	border: 1px solid #738FA3;
	margin-bottom: 5px;
	margin-left: 5px;
}
a:link {
	color: #738FA3;
	text-decoration: none;
}
a:visited {
	color: #738FA3;
	text-decoration: none;
}
a:hover {
	color: #87A36B;
	text-decoration: underline;
}
.RuleTopBold {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #738FA3;
	padding-right: 10px;
	font-weight: bold;
}
.RuleBottom {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #738FA3;
	padding-right: 10px;
	font-weight: bold;
}
.visionList {
	padding-bottom: 5px;
	list-style-type: none;
}
.gray {
	color: #666666;
}
