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

#header
{
text-align: center;
width: 100%;
margin: 0px auto;
background-image: url('blueGradient.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: #cfdeff;
}

#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: 440px;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited
{
color: #194ff9;
text-decoration: none;
font-weight: normal;
}

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

h1
{
font-size: 20px;
}

h2
{
font-size: 16px;
}

h3
{
clear: both;
font-size: 14px;
text-align: left;
margin: 10px 0px 0px 0px;
}

h4
{
font-size: 12px;
}

.textLeft
{
margin: 0px;
text-align: left;
}

.textSmLeft
{
clear: both;
text-align: left;
font-size: 80%;
font-style: italic;
}

p
{
text-align: left;
margin: 10px 0px;
}

#box
{
float: left;
width: 200px;
margin: 0px 0px 0px 100px;
}


#heartbeat
{
float: right;
}

#sidebar p
{
clear: both;
}


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

#flash
{
float: right;
width: 333px;

}

.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: #194ff9;
text-decoration: none;
font-weight: bold;
}

#navlist a:hover
{
color: #fff;
background-color: #5d83fc;
text-decoration: none;
font-weight: bold;
}

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


#sidebar li
{
list-style-type: none;
margin: 0px 0px 0px -20px;
text-align: left;
}

#sidebar li a:link, #sidebar li a:visited
{
font-weight: normal;
}

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

