body
{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
 	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	text-align: center; /* center on ie */
	margin: 10px 0px 10px 0px;
}

img
{
	border: 0px;
}

form
{
	margin-bottom: 0;
	margin-top: 0;
}

.container
{
	margin: 0 auto; /* center on everything else */
	text-align: left;
	width: 866px;
}

.header
{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

a:link
{
	text-decoration: underline; 
}
a:visited
{
	text-decoration: underline; 
}
a:hover
{
	text-decoration: underline; 
	color: #336633;
}

/**********************************
Menu
**********************************/
#menu a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
#menu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
#menu a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
#menu a:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

/**********************************
Resources
**********************************/
#resources a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#resources a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#resources a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
#resources a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}

.b
{
	font-weight: bold;
}

.i
{
	font-style: italic;
}

.positionlist { margin-left: 4px; }
.positionlist tr td { border-bottom: 1px solid #5F5A59; }
.err { color: Red; padding-left: .5em; }
