/* Patriot Games Lacrosse */


body {
	margin: 0px;
	background: #eeeeee url('imgs/bg.gif') repeat-y;
	color: #333333;
	font-family: arial;
	font-size: 14px;
	text-align: left;
}

.mailing_list {
	background: #000066 url('imgs/blue-bg.gif') repeat-x;
	width: 780px;
	color: #ffffff;
	font-family: verdana;
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	padding: 5px 10px 5px 10px;
	
}

h1 {
	color: #990000;
	font-size: 26px;
	line-height: 30px;
}

h2,
.h2 {
	color: #000066;
	font-size: 20px;
}

.h2_dimmed {
	color: #aaaaaa;
	font-size: 20px;
}

.h2_dimmed a:link,
.h2_dimmed a:visited,
.h2_dimmed a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

h3 {
	color: #990000;
	font-size: 14px;
	margin: 0;
}
.h4 {
	color: #990000;
	font-size: 16px;
}

.h5 {
	color: #000066;
	font-size: 16px;
}

.small {
	font-size: 10px;
}

a:link {
	color:#000066;
	text-decoration: underline;
}

a:visited {
	color:#000066;
	text-decoration: underline;
}

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

.header {
	position: relative;
	width: 800px;
	height: 230px;
	background: #dddddd;
}

.header div {
	position: absolute;
}

.sidebar {
	position: relative;
}

.sidebar div {
	position: absolute;
}

.sidebar a:link, .sidebar a:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.sidebar, .sidebar ul {
	margin: 0;
	padding: 0;
	width: 175px;
	list-style: none;
}
.sidebar li {
	float: none;
	border-top: 0px;
	border-bottom: 1px solid #cccccc;
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 0px;
	color: #ffffff;
}
.sidebar a {
	padding: 10px;
	color: #ffffff;
	display: block;
	text-decoration: none;
}
.sidebar a:hover, .sidebar a.highlighted:hover, .sidebar a.highlighted, .sidebar a:focus {
	color: #ffffff;
	background-color: #000066;
	text-decoration: none;
}


#content {
	position: absolute;
	left: 175px;
	top: 265px;
	width: 585px;
	padding: 20px;
	line-height: 20px;
}

#content div {
	margin-bottom: 20px;
}

#waiver_expanded, #waiver_collapsed, #waiver_noscript, #conduct_expanded, #conduct_collapsed, #conduct_noscript {
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 5px;
	font-size: 10px;
}
