
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2F2F2F;
}
body.print {
	margin: 30;
	padding: 0;
	background: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2F2F2F;
}

subtitle {
	margin-top: 0;
	font-weight: normal;
	color: #0066CC;
	font-size: 120%;
}


h1, h2, h3, h5, h6 {
	margin-top: 0;
	font-weight: normal;
	color: #0066CC;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 142%;
}

h3 {
	font-size: 120%;
}

h4,dt {
	font-size: 120%;
	font-weight: bold;
}
	
h5 {
	font-size: 160%;
}

h6 {
	font-size: 105%;
	font-weight: bold;
}

ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

ul.check {
	list-style-image: url(http://rpayso.org/images/check.gif);
	margin-top: -25px;
}

p {
	margin-bottom: 1.6em;
	line-height: 1.50;
}

.schedule       {font-size: 11px;}   

.important {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 3px;
}

p.breadcrumbs   {
				font-weight: bold;
				color: #0066CC;
				font-size: 16px;
				}

.big {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: large;
	font-weight: bold;
}

.latebreaking {
	width: 97%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	background-color: #bcd2ee;
	border: medium dotted #CC0000;
}

blockquote {
	margin: 60;
}

ul {
}

ol {
}

a {
	font-size: 13px;
	color: #008700;
}

a.target {
	font-size: 16px;
	color: #008700;
}

a.waitlist {
	font-size: 10px;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: -10px 50px 50px;
}

img.right2 {
	float: right;
	margin: -10px 225px 0 15px;
}

table.text {
font-size: 12px;
}

.schedule  {
font-size: 10px;
}

td.change  {font-weight: bold;
          color: #cc0033;}


/* Wrapper */

#wrapper {
	padding-top: 20px;
	background: url(images/img02.gif) repeat-x;
}

/* Header */

#header {
	width: 1025px;
	height: 70px;
	margin: 0 auto;
	background: #C90404 url(images/img03.jpg) ;
}

/* Logo */

#logo {
	float: left;
	width: 200px;
	height: 60px;
	padding: 0 0 0 0;
}

#logo h1, #logo h2 {
	margin: 0;
	text-align: center;
	color: #ececec;
}

#logo h1 {
	padding-top: 15px;
	font-size: 36px;
}

#logo h2 {
	font-size: 18px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 200px;
}

html>body #search {
	width: auto;
}

#search form {
	margin: 0;
	padding: 20px 20px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	font: 95% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#searchinput {
	width: 150px;
}

#searchsubmit {
}

/* Menu */

#menu {
	clear: both;
	width: 1025px;
	height: 156px;
	margin: 0 auto;
	background: url(images/img04.jpg);
}

#menu ul {
	list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
	margin: 0;
	padding: 12px 0 0 275px;

}

#menu ul li {
	display: inline;
}

#menu ul li:hover {
	color: gold;
}


#menu a {
	padding: 0 11px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 15px;
	color: #E8FF86;
}

#menu a:hover, #menu .active a {
	color: gold;
}

/* Primary menu focus */

body#home a#homenav,
body#register a#regnav,
body#schedules a#schednav,
body#parents a#parentnav,
body#coaches a#coachnav,
body#referees a#refnav,
body#ayso a#aboutnav {
	color: blue;
	font-weight: bold;
}

/* Secondary menu focus */

body#Picture-Day a#pictureday,
body#schedules a#schednav2,
body#field-map a#fields,
body#volunteer a#volnav,
body#safety a#safetynav, 
body#classes a#classnav,
body#resource a#resourcenav, 
body#contact a#contactnav {
	color: blue;
	font-weight: bold;
}


/* Page */

#page {
	width: 1025px;
	margin: 0 auto;
	background: #FFFFFF url(images/img05.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	padding: 30px 10px;
	width: 785px;
	background: url(images/img06.gif) repeat-x;
}

#text {
	width: 95%;
}	
	
.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

.twocols {
	
}

.twocols .col1 {
	float: left;
	width: 500px;
		
}

.twocols .col2 {
	float: right;
	width: 180px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 35px 10px;
	background: url(images/img06.gif) repeat-x;
}

#sidebar ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	background: url(images/img09.gif) repeat-x 0px 24px;
}

#sidebar li ul {
	padding: 15px;
}

#sidebar li li {
	background: none;
}

#sidebar h2 {
	height: 25px;
	margin: 0;
	padding: 5px 0 0 5px;
	background: url(images/img08.gif) no-repeat;
	font-size: 115%;
	font-weight: bold;
	color: #0066CC;
}

#sidebar h3 {
	margin: 0;
	font-size: 100%;
	color: #0066CC;
}

#sidebar p {
	margin-top: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color:
	font-weight: bold;
}

#sidebar .list li {
	padding: 5px 0;
}

#sidebar .list {
}

#sidebar img.right {
	margin-right: 25px;
	margin-top: -25px;
	margin-bottom: 0;
	}

/* Footer */

#footer {
	clear: both;
	width: 982px;
	margin: 0 auto;
	padding: 20px 21px 18px 22px;
	background: url(images/img07.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
	color: #7F7772;
}

#footer a {
	font-size: 110%;
	color: #CCCCCC;
}
