/* CSS Document */
body {
	text-align:center;
	margin:0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	scrollbar-face-color:#d6c360;
	scrollbar-shadow-color: #d6c360;
	scrollbar-highlight-color: #d6c360;
	scrollbar-3dlight-color:#d6c360;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#d6c360;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#000000;
}
.style2 {
	color: #0000ff;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
.style2:hover {
	color:#991111;
	text-decoration:underline;
}
.style21 {
	color: #0000ff;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}
.style21:hover {
	color:#991111;
	text-decoration:underline;
}
.style3 {
	color: #0000ff;
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
}
.style3:hover {
	color:#991111;
	text-decoration:underline;
}
.highlightit:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}
.highlightit img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	margin: 0 0 1px 0;
	background: url(images/bullets.gif) no-repeat;
	padding-left:18px;
	padding-top:1px;
	padding-bottom:4px;
	font:Tahoma;
	font-size:14px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
	cursor:pointer;
	width:190px;
}
#menu a:hover {
	background-image: url(images/bulletsover.gif);
	text-decoration: none;
	color:#991111;
}
.ws6 {
	font-size: 8px;
}
.ws7 {
	font-size: 9.3px;
}
.ws8 {
	font-size: 13px;
}
.ws9 {
	font-size: 12px;
}
.ws10 {
	font-size: 13px;
}
.ws11 {
	font-size: 15px;
}
.ws12 {
	font-size: 16px;
}
.ws14 {
	font-size: 19px;
}
.ws16 {
	font-size: 21px;
}
.ws18 {
	font-size: 30px;
	color:#991111;
	font-family:"Monotype Corsiva";
}
.ws20 {
	font-size: 27px;
}
.ws22 {
	font-size: 29px;
}
.ws24 {
	font-size: 32px;
}
.ws26 {
	font-size: 35px;
}
.ws28 {
	font-size: 37px;
}
.ws36 {
	font-size: 48px;
}
.ws48 {
	font-size: 64px;
}
.ws72 {
	font-size: 96px;
}
.ws81 {
	font-size: 11px;
}
.wpmd {
	font-size: 13px;
	font-family: 'Arial';
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#dhtmlgoodies_progressPane {
	width:100%;
	height:881px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	z-index:5000;
	position:absolute;
	left:0px;
	top:0px;
}
#slogan {
	position:absolute;
	left:50%;
	top:20%;
	width:300px;
	height:220px;
	font-weight:bold;
	font-family:"Tahoma";
	margin-left:-150px;
	font-size:18px;
	margin-top:-20px;
	text-align:center;
}
#dhtmlgoodies_progressBar_bg {
	position:absolute;
	left:50%;
	top:50%;
	width:300px;
	height:20px;
	font-weight:bold;
	font-family:"Tahoma";
	margin-left:-150px;
	font-size:18px;
	margin-top:-20px;
	text-align:center;
}
#dhtmlgoodies_progressBar_outer {
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:100%;
	overflow:hidden;
}
#dhtmlgoodies_progressBar {
	position:absolute;
	left:0px;
	top:0px;
	width:300px;
	background-color:#d6c259;
	filter: Alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=200, FinishY=20);
	height:100%;
	z-index:5000;
}
#dhtmlgoodies_progressBar_txt {
	color:#000;
	z-index:10000;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:absolute;
	font-family:arial;
	font-size:0.8em;
	line-height:20px;	/* Same as height of progress bar */
}
/*Example CSS for the two demo tickers*/

#domticker {
	width: 311px;
	height: 127px;
}
#domticker div { /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}
#domticker a {
	font-weight: bold;
}
#domticker2 a {
	text-decoration: none;
}
.someclass {
//class to apply to your scroller(s) if desired
}
#marqueecontainer {
	position: relative;
	width: 312px; /*marquee width */
	height: 100px; /*marquee height */
	background-color: white;
	overflow: hidden;
}
#vmarquee {
	position: relative;
	width:312px;
	font-family:tahoma;
	font-size: 12px;
	color: #000000;
}
.myparagraph:first-letter {
	font-size:200%;
	float:left;
	color:#000000;
}
