body
{
line-height: 1.5em;
background-color: #ffffff;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
margin: 0px;
text-align: center;
background-color: #ffff00;
}

#header
{
text-align: center;
width: 100%;
margin: 0px auto;
background-image: url('yellowGradient.jpg');
background-repeat: repeat-x;
}



#navBar
{
clear: both;
text-align: center;
width: 780px;
margin: 0px auto 14px auto;
}

#mainRow
{ 
	clear: both;
	overflow:hidden;
	width: 100%; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffac;
}

#mainWrapper
{ 
	overflow:hidden;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 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. */

}



#sidebar 
{
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding: 0px;
	margin: 0px 0px 0px 60px;
}

#heartbeat
{
float: right;
}

#sidebar p
{
clear: both;
}

#block
{
float: left;
width: 335px;
}

a:link, a:visited
{
color: #000;
text-decoration: none;
font-weight: bold;
}

a:hover, a:active
{
color: #f00;
text-decoration: underline;
font-weight: bold;
}

h1
{
font-size: 20px;
}

h2
{
font-size: 16px;
}

h3
{
color: #d8c406;
clear: both;
font-size: 14px;
text-align: center;
}

h4
{
font-size: 12px;
}

.back12
{
font-size: 12px;
font-weight: bold;
color: #fff;
background-color: #d8c406;
}


#mainContent
{
margin: 14px 0px 0px 400px;
padding: 0px;
}




#flash
{
width: 400px;
margin: 0px auto;
}

.footer
{
clear: both;
text-align: center;
font-size: 80%;
}


.textSmCenter
{
text-align: center;
font-size: 80%;
}

.textCenter
{
text-align: center;
}


ul#navlist
{
width: 700;
margin: 0px auto;
padding: 0;
font-size: 84%;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a 
{ 
padding: 2px 4px 2px 4px; 
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #d8c406;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #f3e454;
text-decoration: none;
}

#navlist a:link#current
{
background-color:#000000;	
}

