a {
	color: #959cb1;
}

a:hover {
	color: #a6abc2;
}

body, td {
	font-family: helvetica, arial, sans serif;
	font-size: 10pt;
	font-weight: normal;
	color: #b0b0b0;
}

body {
	background: black url("/images/header_bg.gif") repeat-x;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#menuBar {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;	
	height: 22px;
	background-image: url("/images/menubar_bg.gif");
	background-repeat: repeat-x;
}

#logo {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
div.menuItem {
	text-align: center;	
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	width: 128.5px;
	height: 17px;
	float: left;

}

div.menuItem#selected {
	background-image: url("/images/menuitem_bg.gif");	
}
a.menuItem {
	color: white;
	font-size: 9pt;
	font-family: helvetica, arial, sans serif;
	color: #e0e0e0;
	text-decoration: none;
}	

/* Athlete Information */
table.athleteBox {
	width: 550px;
	background-color: #111111;
	padding: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}
div.athleteContent {
	margin-left: 10px;
}

/* Field Styles */
/**
 * Form styles below
 */
div.row {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px; 
}

span.label {	
	font-weight: bold;
	float: left;
  	width: 100px;
  	text-align: left;
}

span.field {
  float: left;
  text-align: left;	
}




#homePage {
	overflow: hidden;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	background-color: #0a0a0a;
	padding: 10px;
}

.box {
	background-image: url("/images/box_bg.gif");
	width: 249px;
	height: 223px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	border: 1px #202020 solid;
}

.box h1 {
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	color: #a0a0a0;
	font-size: 14px;
	font-weight: normal;	
}
.box img {
	padding-right: 10px;
	padding-bottom: 10px;
}

.box p {
	margin: 0px;
	padding: 3px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	line-height: 14px;
}

.box#athletes {
	float: left;
}

.box#news {
	float: left;	
	margin-left: 3px;
}

.box#contact {
	float: right;
	margin-right: 0px;
}

#page {
	overflow: hidden;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-image: url("/images/page_bg.gif");
	background-repeat: repeat-x;
	background-color: #222222; 
}

#content, #sideContent, #sideGallery {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 12px;
	color: #c0c0c0;
	/* color: #909090; */
	line-height: 18px;
}

#content b, #content strong, #content em, #sideContent b, #sideContent strong, #sideContent em {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
}

#sideContent, #sideGallery {
	width: 225px;
	float: right;
	margin-top: 60px;
	margin-right: 20px;
	padding: 10px;
	padding-left: 15px;
}

#sideGallery {
	text-align: center;
/*	background-color: #222222; */
/*	border: 1px #222222 solid; */
}
#sideContent {
/*	background-color: #f0f0f0; */
	background-color: #111111;
/*	border: 1px #222222 solid; */
}

#sideContent h1, #sideGallery h1 {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 14px;
	font-weight: normal;
}

#sideContent h2, #sideGallery h2 {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 12px;
	font-weight: normal;
}

#sideContent ul {
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 20px;
}
#content {
	float: left;
	width: 550px;
	padding: 30px 10px 10px 40px;
}

#content h1,h2,h3 {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
/*	color: #808080; */
	color: #f0f0f0; 
	font-weight: normal;
}

#content h1{
	font-size: 18px;
	padding-bottom: 0.5em;
}

#content h2{
	font-weight: bold;
	font-size: 14px;
}

#content h3{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0.2em;
}

#content blockquote {
	margin-left: 0px;
	padding-left: 0px;
	color: #b0b0b0;
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-weight: bold;
}

#leftColumn {
	float: left;
	width: 260px;
}
#rightColumn {
	float: right;
	width: 240px;
	margin-right: 10px;
}
	

div#footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 10px;
	color: #c0c0c0;
	background-image: url("/images/footer_bg.gif");	
}