/* Titan Youth Lacrosse */


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

#container {
	margin: auto;
	width: 800px;
}
.main {
	background: #ffffff;
}

h1 {
	color: #000066;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	color: #990000;
	font-size: 16px;
	font-weight: normal;
}

h3, .h3 {
	color: #000066;
	font-size: 16px;
	font-weight: normal;
}

.bold {
	color: #990000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

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

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

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

.header {
	width: 800px;
	height: 282px;
	padding-top: 0px;
}

.sidebar {
	position: relative;
	top: 0px;
	left: 2px;
}

.sidebar div {
	position: absolute;
}

.table td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.table .shaded {
	background: #eeeeee;
}

.list1 li {
	margin-bottom: 10px;
}

#content {
	width: 610px;
	background: #ffffff;
	padding: 20px 20px 20px 170px;
}

p, #content li {
	line-height: 20px;
}

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

.img-right {
	float: right;
	width: 200px;
	color: #666666;
	font-size: 10px;
	line-height: 12px;
	padding-left: 20px;
}

.footer {
	margin: auto;
	width: 800px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background: url('footer.gif') no-repeat;
	padding: 20px 0 0 0;
}

.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 150px;
 list-style: none;
}

.menulist ul {
 display: none;
 position: absolute;
 top: -1px;
 left: 148px;
}

.menulist li {
 position: relative;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; 
}

.menulist a {
 display: block;
 padding: 5px;
 color: #990000;
 font-size: 12px;
 text-decoration: none;
 font-weight: bold;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #990000;
 background: url('hover-bg.gif');
}
.menulist a.highlighted {
 color: #990000;
}

.menulist a .subind {
 float: right;
}

*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}

.menulist li:hover>ul {
 display: block;
}