
/* BULK OF THE USEFUL STYLES ================================================================= GENERAL STYLES  */
		
p, a, td, li, ul, ol, dl, h1, h2, h3, h4, h5, h6, TEXTAREA, INPUT, SELECT, caption 
							{	font-family: Verdana, Trebuche, Lucida, sans-serif; }

td {	
	vertical-align: top;
}

body	{
	background: #ddd url(/images/background.gif) top left repeat;
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 0px solid #bbb;
	text-align: center;
	font: 0.8em/1 Verdana, Avenir, "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 25px;
	}

HR						{	color: #000; }

.inlabel				{	font: 0.9em/1.1 verdana; }

.inlabelsm				{	font: 0.8em/0.8 verdana; 
								color: #808080;
						}

INPUT.publicbutton	{	font: 1em/1.2 verdana; 
								color: #FFF;
								width: auto;
								background-color: #448CCB; 
								border: 1px solid #B3BCDB; 
								padding: 3px 0px 2px 0px; 
					}

INPUT.publiccheck	{	font: 1em/1.2 verdana; 
								color: #FFF;
								width: auto;
								background-color: #C2CEF2; 
								border: 1px solid #B3BCDB; 
								border-collapse: collapse;
								padding: 0; 
					}


/* FOOTER ======================================================================= FOOTER */

#foot						{	font-size: 0.9em; 
								clear: both;
								line-height: 1.3em; 
								text-align: left;
								margin-top: 30px;
								padding: 5px; 
								padding-bottom: 15px; 
								width: auto;
								border-top: 1px solid #CDCDCD; 
								}
								
.foot_right				{	text-align: right; float: right; padding: 0; }

#foot a:link, #foot a:active, #foot a:visited		{	text-decoration: none; }
#foot a:hover		{	text-decoration: underline; }

#printfoot				{	display: none; }



/*  GENERAL CONTENT ELEMENTS ======================================================= GENERAL CONTENT ELEMENTS	*/ 

p {
	font-size: 1em;		line-height: 1.3em;
	margin: 0;
	margin-bottom: 1em;
	}

a:link, a:visited {	font-weight : bold; 
	color: #1F315F;	background: transparent; 
	text-decoration : none;
	}

a:active {	font-weight : bold; 
	color: #1F315F;
	background: transparent;  
	text-decoration : none;
	}

a:hover {
	font-weight : bold; 
	color: #D04940;
	background: transparent; 
	text-decoration : underline;
	}


/* PAGE STRUCTURE =============================================================== PAGE STRUCTURE  */

#header				{
								}

#content				{	border: 0; 
								margin: 10px 10px 10px 10px;
								border-collapse: collapse;
								width: 575px; 
								text-align: left;
								background: #fff;
								} 

								
#printbanner			{	display: none; }

#maintable				{		background: #fff;
						} 
.basicleftnavtd
					{	width: 181px;
						text-align: left;
					}

.basicleftnav		{						background: #FFF url("/images/riverside_1_05.gif") repeat-y left top;		
					}
