@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size:12px;
	background-color:#CCCCCC; background-image:url(images/bg_blue.jpg); background-repeat:repeat-x; 
	margin-top:5px;
	line-height:14px;
}


h1 {
	color:#333333;
	text-transform:uppercase;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:600;
	margin-bottom:5px;
	margin-top:5px;	
}

h2 {
	color: #333333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:600;	
	margin-bottom:5px;;
	margin-top:10px;
}

h3 {
	color: #040404;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;	
	margin-top:0;
}

h4 {
	color: #040404;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	margin-bottom:5px;	
}

img.court {
	float:right;
	margin: 0px 10px 10px 10px;

	}




.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width:774px; 
	border:3px solid #EBE9E8;
	background-color:#242424;
	height:75px;
	
	
}

.oneColFixCtrHdr #header #nav {
	float:right; 
	margin-top:47px;
	widows:428px;
	height:28px;
	
}


.oneColFixCtrHdr #mainContent {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
}

.oneColFixCtrHdr #mainContent_center {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	margin-left:12px;
 }
.oneColFixCtrHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. 
	background-image:url(images/bg_footer.gif);
	background-repeat:repeat-x;*/
	background-color:#999999;
	height:30px;
	color:#cccccc;
	font-size:10px;
	width:760px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

div#textArea {
	background-color:#DADADA; 
	padding:15px; 
	padding-top:25px; 
	padding-bottom:25px;
}

div#textHomeLeft {
	background-image:url(images/dotted_line.gif); 
	background-repeat:repeat-y; 
	background-position:right top; 
	width:400px; 
	padding-right:30px;
}

div#textHomeRight {
	float:right;
	width:300px;
}


div#textIntLeft {
	background-image:url(images/dotted_line.gif); 
	background-repeat:repeat-y; 
	background-position:right top; 
	width:200px; 
	height:550px;
	padding-right:30px;
}

div#textIntLeftPPC {
	background-image:url(images/dotted_line.gif); 
	background-repeat:repeat-y; 
	background-position:right top; 
	width:220px; 
	height:350px;
	padding-right:30px;
}

div#textIntRight {
	float:right;
	width:500px;
}

div#textIntRightPPC {
	float:right;
	width:475px;
}

param, object, embed {
	margin:0;
	padding:0;
	}

p {
	margin-top:0;
	}



ul.arrows li {
	list-style:url(images/arrow.gif); margin:0px;
	}
	
ul.arrows_list li {
	list-style:url(images/arrow.gif); margin-top:0px; margin-bottom:15px;
	}

ul.nav li {
	list-style:url(images/arrow.gif); 
	margin-bottom:8px;
	font-weight:800;
	text-transform:uppercase;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

/* NEWS TICKER */


#pscroller1{
width: 365px;
height: 200px;
border-top: 1px dotted #b84e25;
border-bottom: 1px dotted #b84e25;
padding: 5px;

}


#pscroller2 a{
text-decoration: none;
}

.someclass{ color: #b84e25;
font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}




#footer a, #footer a:visited{
	color:#cccccc;
	text-decoration:none;
}

#footer a:hover {
	color:#cccccc;
	text-decoration:underline;
}


a, a:visited{
	color:#b84e25;
	text-decoration:none;
}

a:hover {
	color:#b84e25;
	text-decoration:underline;
}