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

BODY { 
	background-image:url(images/bg.jpg); 
	background-repeat:repeat-x; 
	background-color:#FFFFFF; 
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", Verdana;
	color:#333333;
	margin:0px;
}

#wrapper { 
	width:800px;
	text-align:left;
	margin-left:auto; margin-right:auto;
}

#title { }

#banner {}

.case { width:561px;}
.casetop { background-image:url(images/casetop.gif); background-repeat:no-repeat; background-position:bottom;}
.casemid { background-color:#c5d2e7; color:#233045; padding-left:5px; padding-right:5px;}
.casebot { background-image:url(images/casebot.gif); background-repeat:no-repeat;}

.caseleft { float:left; width:25%;}
.caseright { float:right; width:75%;}

.startxt { font-size:16pt; color:#003798; font-weight:bold; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif}

.content { 
	background-image:url(images/webbwatermark.jpg); 
	background-position:bottom right; 
	background-repeat:no-repeat;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
}

.content2 { 
	background-image:url(images/webbwatermark2.jpg); 
	background-position:bottom right; 
	background-repeat:no-repeat;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
}

.left { float:left; width:220px; background-image:url(images/navbg.jpg); background-repeat:no-repeat; text-align:center;}

.right { float:right; width:566px; background-image:url(images/contbg.jpg); background-repeat:no-repeat; border-left:#acacac solid 1px; padding-left:5px; padding-right:5px; font-family:Arial, Helvetica, sans-serif; font-size:10pt;}


.footer {  text-align:center; border-top: #acacac solid 1px; font-size:12px;}
.clear {clear:both;}

.marquee { 
	background-image:url(images/marquee.gif);
	background-repeat:no-repeat;
	padding:7px;
	margin:4px;
	font-size:13px;
	color:#444444;
}

.colforml { float:left; width:30%;}
.colformr { float:right; width:70%;}
.form-input { margin:5px; border:#999999 solid 1px;}

#pscroller2{
width: 500px;
height: 20px;
}

#pscroller2 a{
text-decoration: underline;
color:#444444;
}

.someclass{ //class to apply to your scroller(s) if desired
}
.imgpad { padding:5px;}


