/* CSS Document */

body {
	color: #000000;
	background: url(images/bg.jpg);
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
}

#container
{
width: 800px;
background-color: #ffffff;
margin: 15px auto;
padding: 0;

}

#nav
{
float: left;
width: 150px;
padding: 0px;
background: url(images/nav_bg.jpg) bottom no-repeat #FFFFFF;
}


#header
{
background: url(images/header2.jpg);
width: 800px;
height: 144px;
}

#content
{
float: right;
width: 620px;
background-color: #ffffff;
padding: 10px 10px 20px 10px;
}

#content a
{
color: #AAAAAA;
text-decoration: underline;
font-weight: bold;

}

#content a:hover
{
color: black;
text-decoration: none;
}

#content a:visited
{
color: #AAAAAA;
text-decoration: underline;
font-style: italic;
}

h3
{font: 22px Arial, Helvetica, sans-serif;
color: #003399;
font-weight: bold;}

.imgLeft
{margin-right: 10px;}

.imgRight
{margin-left: 10px;}

.tdright
{border-left: 1px dashed #CCCCCC;}

.tdTitle1
{background: url(greenTitle.jpg) no-repeat #FFFFFF;
/* color: #FFFFFF; */
padding: 7px;
font-weight: bold;}

.td1
{background: #F5FBEF;
padding: 5px;}

.tdTitle2
{background: url(blueTitle.jpg) no-repeat #FFFFFF;
/* color: #FFFFFF; */
padding: 7px;
font-weight: bold;}

.td2
{background: #E7F5FF;
padding: 5px;}

.tdTitle3 /* YELLOW */
{background: url(yellowTitle.jpg) no-repeat #FFFFFF;
/* color: #FFFFFF; */
padding: 7px;
font-weight: bold;}

.td3
{background: #FFF9DB;
padding: 5px;}

.scoreTable
{border: 1px solid #ccc;}

.table1
{border: 1px solid #AAAAAA;}
#links
{
clear: both;
font: 10px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 5px 5px 0px 5px;
border-top: 0px dashed #aaaaaa;
color: #0057D9;
height: 20px;
background: #eeeeee;
text-align: center;
}

#links a
{
color: #0057D9;
text-decoration: none;
}

#links a:visited
{
color: #0057D9;
text-decoration: inherit;
}

#links a:hover
{
color: #000000;
text-decoration: underline;
}

#footer
{
clear: both;
font: 10px Verdana, Arial, Helvetica, sans-serif;
padding: 8px 5px 0px 5px;
border-top: 0px dashed #aaaaaa;
color: #AAAAAA;
height: 25px;
background: #FFFFFF url(images/footer.jpg) no-repeat;
}

#footer a
{
color: #5C5C5C;
}

#footer a:visited
{
color: #5C5C5C;
text-decoration: inherit;
}

#footer a:hover
{
color: black;
text-decoration: none;
}

