/*
 * styles for us champs public page
 */

body,html {
	margin:0px;
	padding:0;
	background:#2a3841;/*rgb(0,85,163);*/  /*rgb(122,139,159);*/ /*122,139,159*/
	text-align:center;
	height:100.2%;
	font-family:verdana,helvetica,"luxi sans",sans-serif;
}
#wrap {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 880px;
	background:#fff;
}
#header {
	height:75px;
	line-height:80px;
	background:#fff;
	background-image:url(images/USChampsWebGraphic.jpg);
	border-bottom:1px solid #888;
}
#header h1 {
	margin:0;
	text-align:center;
	color:#2a3841;
}
#titlebar {
	height:40px;
	background:#f8f8f8;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#titlebar h2 {
	height:40px;
	text-align:center;
	line-height:36px;
	font-weight:bold;
	color:#2a3841;
	font-style:italic;
	font-size:20px;
	margin:2px 0 2px 0;
}

#sidebar {
	float: left;
	width: 240px;
}
#sidebar h3 {
	background:#f8f8f8;
	color:#2a3841;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	border-bottom: 1px dotted #33486c;
}
.buttonscontainer {
	width: 240px;
}
.buttons a {
	color:#2a3841;
	background-color: #ffffff; /*rgb(255,249,174);*/
	padding: 2px;
	padding-left: 10px;
	display: block;
	border-bottom: 1px dotted #33486c;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.buttons a:hover {
	background:#ffa875;
	text-decoration: none;
}
#content { 
	color:#2a3841;
	margin: 0;
	background:#fff;
	padding:20px 10px 20px 10px;
	float: left;
	width: 619px;
	height: 1%;
	font-size: 14px;
	border-left:1px solid #ccc;
}
#content ul {
	margin-bottom:0;
}
#content li {
 font-size:14px;
}
#content h2 {
 padding:0px;
 margin:0px;
 font-size:20px;
 font-weight:bold;
 text-align:center;
}
#content h3 {
 padding:0px;
 margin:0px;
 font-size:14px;
 font-weight:bold;
 text-align:left;
}
#content h4 {
 padding:0px;
 margin:0px;
 font-size:12px;
 font-weight:bold;
 text-align:left;
}
#content blockquote {
 font-size:11px;
 padding:0 10px 0 0;
}
#content p {
 font-size:14px;
 padding:0 10px 0 0;
}
#content a {
 font-size:14px;
}
#content a:hover {
	color:#ffa875;
}
#content table {
	border-collapse:collapse;
	border: 1px solid #ccc;
}
#content td {
	border: 1px solid #ccc;
}
#footer {
	clear: both;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	font-size:12px;
	background:#ffa875;
	text-align:left;
	padding-left:8px;
}
