@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: white;
	background-color:#002e69;
	width:auto;
	font-size:12px;
}

.twoColElsLtHdr #container { 
	width: 46em;  
	margin:0 auto;
	width:1024px;
	text-align:left;
} 
.twoColElsLtHdr #header { 
	height:186px;
	margin:0;
	width:1024px;
	background-image:url(../images/header.jpg); 
	text-align: left;  
} 

.twoColElsLtHdr #header #breadcrumb {
	float:left;
	width:200px;
	color:#4c8add;
	font-size:10px;
}

.twoColElsLtHdr #breadcrumb2 {
	float:right;
	width:240px;
	color:#4c8add;
	font-size:10px;
}

.twoColElsLtHdr #header #breadcrumb2 a {
	color:#4c8add;
	text-decoration:none;
}

.twoColElsLtHdr #header{
	vertical-align:bottom;
	clear:both;
}

.twoColElsLtHdr #menu {
	margin-top:103px;
	vertical-align:bottom;
	
}

.twoColElsLtHdr #header #menu a img {
	border:none;
}

.twoColElsLtHdr #bordmenu {
	border-top:solid 2px #003a89;
	border-bottom:solid 2px #003a89;
	height:38px;
	clear:both;
}

.twoColElsLtHdr #containerMenu {
	text-align: center;
	width:auto;
}



.twoColElsLtHdr #background {
	background-image:url(../../images/background.jpg);
	width:1024px;
	
}

.twoColElsLtHdr #sidebar1 {
	float: left; 
	width:205px; 
	margin: 25px 10px 0 150px; 
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}

.twoColElsLtHdr #sidebar1 #title {
	background-image:url(../images/sidemenutop.png);
	background-repeat:no-repeat;
	height:27px;
	width:183px;
	margin-left:-8px;
}

.twoColElsLtHdr #sidebar1 #sideContent {
	background-image:url(../../images/sidemenu.png);
	background-repeat:no-repeat;
	
	margin:3px 0 0 -8px;
}

.twoColElsLtHdr #sidebar1 #sideContent li {
	list-style:none;
	margin-left:-13px;
	color:#4c8add;
	text-decoration:underline;
	font-size:10px;
	line-height:20px;
}

.twoColElsLtHdr #sidebar1 #sideContent li a{
	color:#4c8add;
}

.twoColElsLtHdr #sidebar1 #sideContent #sideMenu a img{
	border:none;
}

.twoColElsLtHdr #sidebar1 #sideBottom {
	
	margin-left:-8px;
	position:relative;
}

.twoColElsLtHdr #mainContent {
	margin-top:0px;
	padding-top:10px;
	margin-left:365px; 
	width:495px;
	min-height:750px;
	
}

.twoColElsLtHdr #mainContent #athlete {
	margin-left:40px;
}

.twoColElsLtHdr #mainContent #athlete2 {
	float:right;
	padding-left:15px;
	margin-right:10px;
}

.twoColElsLtHdr #mainContent #francis {
	margin-right:40px;
	margin-bottom:12px;
}

.twoColElsLtHdr #mainContent #cavaliers {
	margin-top:-30px;
	
}

.twoColElsLtHdr #mainContent a {
	text-decoration:none;
	color:white;
}

.twoColElsLtHdr #mainContent a:hover {
	text-decoration:underline;
	color:#ff7800;
}


/*headers*/

h1{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
        color:#ff7800;
	font-size:22px;
}

h2{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
        color:#ff7800;
	font-size:19px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
