body
		{
		background: url(images/bg.gif) repeat-y 1px;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		}
		
p		{
		padding: 0 0 10px 0;
		}
		
.textBlue
		{
		font-size: 11px;
		font-weight: 400;
		color: #0000ff;
		}
#container
		{
		width: 760px;
		border: 0;
		}
		
/* HEADER CSS */		
#header
		{
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
		}

#searchBox
		{
		background: #ffff00;
		width: 200px;
		text-align: left;
		margin: 0 0 -30px 0;
		}
		
form.search
		{
		text-align: left;
		width: 200px;
		margin: 0px 0 -30px 0;
		padding: 10px 0 0 0;
		font-size: 10px; 
		color: #333;
		}

form.search input
		{
		font-size: 10px;
		margin: 0;
		padding: 0;
		color: #333;
		border: solid 1px #ccc;
		vertical-align: middle;
		}

input.goButton
		{
		width: 30px;
		background: #eee;
		font-weight: bold;
		}

#header table.banner
		{
		float: left;
		margin: 0;
		padding: 0;
		border: 0;
		}

#header table.navBtn
		{
		float: left;
		margin: 21px 0 0 0;
		padding: 0;
		border: 0;
		}

#blackBar
		{
		background: #000;
		clear: both;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 20px;
		}

#header table.subNav
		{
		width: 100%;
		clear: both;
		margin: 0;
		padding: 0;
		border: 0;
		}

/* CONTENT CSS */

#content
		{
		margin: 0;
		width: 80%;
		font-size: 11px;
		font-weight: 400;
		color: #333333;
		}
#content a
		{
		text-decoration: underline;
		}
		
#content a:hover
		{
		text-decoration: none;
		}

#content table, tr, td
		{
		font-size: 11px;
		font-weight: 400;
		color: #333333;
		border: 0;
		}


#content ul
		{
		font-size: 11px;
		font-weight: 400;
		color: #333333;
		}
#content li
		{
		font-size: 11px;
		font-weight: 400;
		color: #333333;
		}
#content p
		{
		margin: 0 0 0 7px;
		font-size: 11px;
		font-weight: 400;
		color: #333333;
		}
#footer
		{
		width: 100%;
		margin: 20px;
		border-top-width: 3px;
		border-top-style: solid;
		border-top-color: #000000;
		font-size: 11px;
		font-weight: 400;
		color: #333333;
		line-height: 20px;
		}
#footer a
		{
		font-size: 11px;
		font-weight: 400;
		text-decoration: underline;
		}
#footer a:hover
		{
		font-size: 11px;
		font-weight: 400;
		text-decoration: none;
		}
/*------------------
FORM
------------------*/
.error	{
		font-weight: bold;
		color: #cc0000;
		}
