﻿@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, Verdana sans-serif;
	background:#1c76b1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1c76b1;
}
.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto;/* the auto margins (in conjunction with a width) center the page */
	border-left: 3px solid #d4d4d4;
	border-right: 3px solid #d4d4d4;
	border-bottom: 3px solid #d4d4d4;

	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
.thrColFixHdr #header {
 	width:770px;
	height:290px;
	margin-left:5px;
	margin-right:5px;
	float:left;


} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 0px 5px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-left: 40px;
	margin-right: 0px;
	margin-top: 20px;
	float: right;
	width: 480px;
}
.thrColFixHdr #footer { 
	padding: 5px 5px 5px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-family:Arial, Helvetica, Verdana sans-serif;
	color:#9d9d9d;
	width:770px;
	font-size: xx-small;
	text-align:center;
	margin-top: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#topNav {
	background-image:url(../images/headernav.gif);
	width:720px;
	height:35px;
	padding-left:50px;
	margin-left:5px;
	float:left;
}

#right_nav{
	padding-right:5px;
	background-image:url(../images/footer.gif);
	padding-top:5px;
	text-align:center;
	font-size:x-small;
	font-weight:bold;
	color:#FFFFFF;
}

a.rightnav:visited{
	color:#FFFFFF;
	font-size:x-small;
	padding-right:5px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

a.rightnav:link{
	color:#FFFFFF;
	font-size:x-small;
	padding-right:5px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
a.rightnav:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	font-size:x-small;
	text-align:center;
    padding-right:5px;

}
#disport_logo{
	float:left;
	text-align:center;
	font-size:x-small;
	font-weight:bold;
	color:#FFFFFF;
}

a.disport:visited{
	color:#FFFFFF;
	font-size:x-small;
	float:right;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

a.disport:link{
	color:#FFFFFF;
	font-size:x-small;
	float:right;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
a.disport:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	float:right;
	font-size:x-small;
	text-align:center;

}

#menu {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LEFT: 0px; PADDING-BOTTOM: 0px; WIDTH: 120px; PADDING-TOP: 0px;
}


#menu UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#menu UL LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: #ffffff 0px solid; margin-top:-0px; margin-bottom:-0px;
}

#menu UL UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#menu UL UL LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: #ffffff 0px solid
}
A.level_0A:visited  {
	
	PADDING-RIGHT: 0px; 
	PADDING-BOTTOM: 3px;
	PADDING-LEFT: 8px; 
	padding-top:3px;
	DISPLAY: block; 
	FONT-SIZE: .8em; 
	WIDTH: 150px; 
	COLOR: #333333;
	height: 22px;
	font-family:Arial, Helvetica, Verdana sans-serif;
	text-decoration:none;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	background-color:#dfe9ec;

}

A.level_0A:link  {
	
	PADDING-RIGHT: 0px; 
	PADDING-BOTTOM: 3px;
	PADDING-LEFT: 8px; 
	padding-top:3px;
	DISPLAY: block; 
	FONT-SIZE: .8em;
	WIDTH: 150px;
	height: 22px; 
	COLOR: #333333;
	font-family:Arial, Helvetica, Verdana sans-serif;
	text-decoration:none;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	background-color:#dfe9ec;

}
A.level_0A:hover {
	
	PADDING-RIGHT: 1px;
	PADDING-BOTTOM:3px;
	PADDING-LEFT: 8px;
	padding-top:3px; 
	DISPLAY: block;
	COLOR:#333333;
	height: 22px;
	font-size: .8em; 
	WIDTH: 150px;
	font-family:Arial, Helvetica, Verdana sans-serif;
	text-decoration:none;
	border-bottom: #CCCCCC 1px solid;
	background-color:#ffcacb;

}
.youarehere{
font-family:Arial, Helvetica, Verdana sans-serif;
color:#666666;
font-weight:bold;
font-size:xx-small;
text-align:left;
padding-bottom:10px;
}
a.urhere:active{
font-family:Arial, Helvetica, Verdana sans-serif;
color:#999999;
font-weight:bold;
font-size:xx-small;
text-align:left;
text-decoration:none;
padding-bottom:10px;
}
a.urhere:visited{
font-family:Arial, Helvetica, Verdana sans-serif;
color:#999999;
font-weight:bold;
font-size:xx-small;
text-align:left;
text-decoration:none;
padding-bottom:10px;
}
a.urhere:link{
font-family:Arial, Helvetica, Verdana sans-serif;
color:#999999;
font-weight:bold;
font-size:xx-small;
text-align:left;
text-decoration:none;
padding-bottom:10px;
}
a.urhere:hover{
	color:#0055a5;
	padding-bottom:10px;
	text-decoration:underline;
	font-family: Arial, Helvetica, Verdana sans-serif;
}
img{
border:0px;
}

