body  {
	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: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
	background-image: url(images/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: none;
}
.thrColFixHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
} 
.thrColFixHdr #header {
	height: 100px;
	background-color: #DDDDDD;
	background-image: url(images/head.jpg);
	text-indent: -9999px;
	width: 960px;
        position: relative;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1%;
}
.thrColFixHdr #header h1 a {
  position: absolute;
  top: 35px;
  left: 10px;
  width: 295px;
  height: 20px;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	width: 960px;
	height: 30px;
	background: url(images/nav.jpg) no-repeat left top;
	text-indent: -9999px; overflow: hidden; font-size: 1%;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
}
#nav li a {
	position: absolute;
	top: 0;
	height: 30px;
	background: url(images/nav.jpg) no-repeat left top;
}
li#nav_Tra a {width:  85px; left: 250px; background-position: -250px 0;}
li#nav_Don a {width: 110px; left: 335px; background-position: -335px 0;}
li#nav_DSA a {width: 130px; left: 445px; background-position: -445px 0;}
li#nav_Pav a {width: 115px; left: 575px; background-position: -575px 0;}
li#nav_Fut a {width: 185px; left: 690px; background-position: -690px 0;}
li#nav_Con a {width:  85px; left: 875px; background-position: -875px 0;}

li#nav_Tra a:hover {background-position: -250px -30px;}
li#nav_Don a:hover {background-position: -335px -30px;}
li#nav_DSA a:hover {background-position: -445px -30px;}
li#nav_Pav a:hover {background-position: -575px -30px;}
li#nav_Fut a:hover {background-position: -690px -30px;}
li#nav_Con a:hover {background-position: -875px -30px;}


/*
#nav {
	height: 30px;
	background-color: #DDDDDD;
	background-image: url(images/nav.jpg);
	text-indent: -9999px;
	width: 960px;
}
*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	color: #FFFFFF;
	background: url(images/help.jpg) no-repeat center top;
	padding-top: 260px;
}
.inner {
	margin: 0 20px;
}
.thrColFixHdr #sidebar1 h3 {
	font-size: 1.3em;
}
.thrColFixHdr #sidebar1 p {
	font-size: 0.8em;
	line-height: 1.2em;
}
.thrColFixHdr #sidebar1 a {
	color: #CCFF33;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 ul {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #sidebar1 li {
	font-size: 0.8em;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999933;
	list-style-type: none;
}
.thrColFixHdr #sidebar1 li a {
	display: block;
}
#ad1 {
	text-align: center;
	padding-top: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 h3 {
	color: #FFFFFF;
	font-size: 1.3em;
	text-align: center;
	background-color: #5D3610;
	padding-bottom: 4px;
	padding-top: 4px;
}
.thrColFixHdr #sidebar2 p {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: .8em;
}
.thrColFixHdr #mainContent {
	width: 460px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 250px;
} 
.main h1 {
	font-size: 2em;
	font-weight: normal;
	color: #333333;
}
.main h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #333333;
}
.main h3 {
	font-size: 1.1em;
	font-weight: normal;
}
.thrColFixHdr #mainContent li {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333333;
}
.main p {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
}
.thrColFixHdr #footer {
	text-align: center;
	background-color: #5D3610;
	color: #CCCC99;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: .8em;
} 
.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 */
}
#footer a {
	color: #99CC66;
}
.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: 0;
}


h2.title {
}
p.when {
	font-size: 0.8em;
	color: #666;
}
p.links {
	font-size: 0.9em;
	color: #666;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li ul {
	margin: 15px 0;
}
#sidebar ul li ul li {
	margin: 0 0 0 20px;
}
#sidebar ul li h2.widgettitle {
	color: #FFFFFF;
	font-size: 1.3em;
	text-align: center;
	background-color: #5D3610;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 4px;
}
a:link {
	text-decoration: none;
	color: #0099FF;
}
