
/* BULK OF THE USEFUL STYLES ================================================================= GENERAL STYLES  */
		
.thebody	{ text-align: center }


p, a, td, li, ul, ol, dl, h1, h2, h3, h4, h5, h6, TEXTAREA, INPUT, SELECT, caption 
							{	font-family: Verdana, Trebuche, Lucida, sans-serif; }

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				{	width: 776px;
								text-align: center;
								}

.content				{	border: 0; 
							background: #ffffff url("");
							border-collapse: collapse;
							width: 560px; 
							text-align: left;
							} 

.widecontent				
{
                            margin: 10px 10px 10px 10px ;
                            padding: 10px 10px 10px 10px ;
                        	border: 0; 
							background: #ffffff;
							border-collapse: collapse;
							width: 776px; 
							text-align: left;
							} 

								
.maincontent			{
                        	background: #FFF url("/images/siteimages-bg.jpg") repeat-y left top;
                        
							border-collapse: collapse;
							width: 776px; 
							text-align: center;
						} 

								
#printbanner			{	display: none; }

						
/* NAVIGATION ===================================================================== NAVIGATION	*/ 

.basicleftnavtd					{	width: 176px;
								vertical-align: top;
								margin: 0px 0px 0px 0px;
								text-align: left;
								}

.basicleftnav {						background: #FFF url("/images/siteimages_02.jpg") repeat-y left top;
								
								}
								
.basicleftnav ul					{	
								border: 0;
								margin: 0px 15px 0px 10px;
								}

.basicleftnav li					{	list-style: none;
								width: 132px;								
								margin: 0px 0px 0px 0px;
								}

.basicleftnav li a			{	display: block;
							font: 0.90em/1.5 Arial, Lucida, sans-serif;
							font-weight: bold;	
							}
									
.basicleftnav li a:link, .leftnav li a:visited	{
							 
							color: #ffffff;
							background: transparent; 
								background: #981E1E;
								margin: 0px;
								border: 1px solid #000000;
}

.leftnav li a:hover	{			color: #ffffff;
								background-color: #AB1F18;
								}


.basicleftnavtd
					{	
					}

.basicleftnav		{
						background: #FFF url("/images/siteimages_02.jpg") repeat-y left top;		
					}
								
.basicleftnav ul	{	
								padding: 0px 0px 0px 0px;
					}					
.basicleftnav li	
					{
						width: 132px;	
					}

.basicleftnav li a	{
						text-align: left;
						display: block;
						font: 0.90em/1.2 Arial, Lucida, sans-serif;
						font-weight: bold;	
					}
									
.basicleftnav li a:link, .basicleftnav li a:visited	
					{
							color: #ffffff;
							background: transparent; 
								background: #981E1E;
								margin: 0px;
								border: 1px solid #000000;
								padding: 3px 3px 3px 3px;
					}

.basicleftnav li a:hover	{
							color: #ffffff;
							background: transparent; 
								background: #981E1E;
								margin: 0px;
								border: 1px solid #000000;
						
					}

.basicleftnav li.level2nav a:link, .basicleftnav li.level2nav a:visited	{	
						padding: 0px 0px 0px 15px;
						font-weight: normal;
						}
	
.basicleftnav li.level2nav a:hover
							{
								padding: 0px 0px 0px 15px;
								font-weight: normal;
							}




body					{
							text-align: center;
							font: 0.8em/1.0 Verdana, Trebuche, Lucida, sans-serif; 
							color: #000000; 
							margin: 0px 0px 0px 0px; 							
							background: #bcbcbc;
							background-repeat: repeat-x; 
						}
