/* CSS Document */

html, body
	{
	background: #1254A2;
	margin: 0;
	padding: 0;
	/*color: #0D4BA5;*/
	color: #314254;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#container
	{
	text-align: center;
	}
	
#container #bigtable
	{
	margin: 0 auto;
	text-align: left;

	}
	
#bigtable
	{
	width: 780px;
	padding-top: 3px;
	}


#header
	{
	width: 780px;
	height: 221px;
	background: #fff url(images/header.jpg) no-repeat top left;
	}
	
#content
	{
	width: 780px;
	}

#leftArea
	{
	width: 589px;
	padding: 0 8px 50px 8px;
	background: #93C4F9 url(images/bottom.jpg) no-repeat bottom left;
	}

#rightArea
	{
	width: 160px;
	padding: 8px;
	background: #BFDCFC;
	}

#fullArea
	{
	width: 780px;
	padding: 0 8px 50px 8px;
	background: #93C4F9 url(images/bottomfull.jpg) repeat-x bottom left;
	color: #314254;
	}
	
#bottom
	{
	width: 780px;
	height: 70px;
	background: url(images/bottom.jpg) no-repeat top left;
	}

#footer
	{
	width: 780px;
	height: 36px;
	background: url(images/footer.jpg) no-repeat top left;
	}




/**** Right side bar stuff ****/
#rightArea *
	{
	margin: 0;
	padding: 0;
	text-siaze: 
	}
#rightArea img
	{
	border: none;
	}
#rightArea p
	{
	margin: 5px 0 15px 0;
	}
	

/**** Headers ****/
h1 
	{
	text-align: right;
	font-size: 22px;
	color: #009;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #0D4BA5;
	}

h2
	{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
	}



/**** LInks *****/
a
	{
	color: blue;
	text-decoration: none;
	}
a:hover
	{
	text-decoration: underline;
	}


/**** Lists ****/
ul, ol
	{
	margin-top: 0;
	padding-top: 0;
	}

ul li, ol li
	{
	margin-bottom: 3px;
	}


/**** Images *****/
img
	{
	border: 0;
	}


/**** Forms ****/
label, td.label
	{
	font-weight: bold;
	font-size: 10px;
	dispay: block;
	width: 100px;
	margin-right: 10px;
	}
input, textarea
	{
	width: 230px;
	margin-bottom: 3px;
	background: #D4E6F9;
	border: 1px solid #577494;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}


td#error
	{
	width: 100%;
	border: 1px solid red;
	color: red;
	padding-bottom: 7px;
	background: #FFD1D1;
	padding: 5px;
	}
