
/* 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					{	font: 0.8em/1 Vedana, Trebuche, Lucida, sans-serif; 
							background:url(/images/bluebackground.gif) #E2E5EB left top;
							color:#444E61;
							color: #000000; 
							margin: 0px 0px 0px 0px;
							text-align: center;
}

HR						{	color: #000; }

.inlabel				{	font: 0.9em/1.1 verdana; }

.inlabelsm				{	font: 0.8em/0.8 verdana; 
							color: #808080;
						}
.webformlabel	{
					color: #000000;
					font: 0.8em/0.8 verdana; 
				}

.webformcheckboxlabel 	{
					color: #000000;
					font: 0.9em/0.9 verdana; 
					font-weight: bold;
				}

.webformcheckbox	{
					color: #606060;
					font: 0.8em/0.8 verdana; 
				}

.reporttable {
					border-style: solid; 
					border-width: 1px 1px 1px 1px; 
					border-color: #c0c0c0; 
				}



.filterbox		{	
					border-style: solid; 
					border-width: 1px 1px 1px 1px; 
					border-color: #000000; 
					margin: 5px 10px 5px 10px; 
					padding: 5px; }

.helptext		{	
					border-style: solid; 
					border-width: 1px 1px 1px 1px; 
					border-color: #000000; 
					margin: 5px 40px 10px 40px; 
					padding: 5px; }

.errormessage	{ 	font-weight : bold; 					color : #ffffff;
					background-color: #ff0000;
					font: 0.9em/1.8 verdana; 
					border-style: none;
				}

.errorinput {
				width: 400px;
				border-style: solid; 
				border-width: 1px 1px 1px 1px; 
				border-color: #ff0000; 
				clear: both; 
			}

.checkboxspan { width: 150px;
				float: left;
}
.wordinputspan { width: 250px;
				float: left;
}

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; }

.fancyimage		{
					border-top: 1px;
					border-right: 1px;
					border-bottom: 1px;
					border-left: 1px;
					border-style: solid;
					border-color: #000;
		}

/*  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: #5A81A2;	background: transparent; 
	text-decoration : none;
	}

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

a:hover {
	font-weight : bold; 
	color: #003D71;
	background: transparent; 
	text-decoration : underline;
	}

INPUT.submitbutton	{	
						font-size: 0.8em; 
						font-weight: bold;
						color: #ffffff;
						margin-bottom: 0px; 
						padding: 3px 0px; 
						background-color: #AC1115; 
						border: 1;}

/* PAGE STRUCTURE =============================================================== PAGE STRUCTURE  */

#header				{	
						border: 1px solid #758AA7;
								}

#main				{	
						padding: 0px;
						width: 776px;
						background: #ffffff;
						border: 1px solid #758AA7;
					} 

#content				{	border: 0; 
							padding: 20px 20px 20px 20px;
							border-collapse: collapse;
							text-align: left;
						} 
								
#printbanner			{	display: none; }


						/* NAVIGATION ===================================================================== NAVIGATION	*/ 


.Hsubnav				{	}

.Hsubnav ul			{	list-style: none; 
						border: 0; 
						margin: 0;
						padding: 0;					} 

.Hsubnav li			{	display: inline; 
						font: 0.8em/1.9 Verdana, Lucida, Arial, sans-serif; 
						background: #ffffff;
						text-align: center; 
						margin: 0px 0px 0px 0px; 
						padding: 0px 0px 0px 0px; 
						border: 0;
					}
									
.Hsubnav li a:link, .Hsubnav li a:visited 
							{
								display: inline;
								font-weight: bold; 
								text-decoration: none; 
								border: 1px solid #ffffff; 
								color: #003D71;								background: transparent; 
							}

.Hsubnav li a:hover
							{
								display: inline;
								font-weight: bold; 
								text-decoration: none; 
								border: 1px solid #000000; 
								color: #003D71;								background: transparent; 
							}

.leftnavtd					{
								vertical-align: top;
							}

.leftnav					{								width: 776px;
							}

.leftnav ul			{	list-style: none; 
								border: 0; 
								margin: 0;
								padding: 0;								} 

.iconimg			{ 						display: inline;						border: 0; 
											}
.leftnav li					{	display: inline; 
								list-style: none;								letter-spacing: 1px;
								background: #AC1115;
								padding: 1px 1px 1px 1px; 
								margin: 2px 2px 2px 2px;								border: 2px solid #ffffff; 
								}
.leftnav li a			{							font: 0.90em/2.6em Arial, Lucida, sans-serif;						}									
.leftnav li a:link, .leftnav li a:visited	{
							font-weight : bold; 							color: #ffffff;							margin: 3px 3px 3px 3px;							padding: 1px 1px 1px 10px;
							text-decoration : none;}
.leftnav li a:hover		{							font-weight : bold; 
							background: #6D090C;
							padding: 1px 1px 1px 10px;
							text-decoration : none;
						}


.leftnavliatype2:link, .leftnavliatype2:visited	{								font-weight : bold; 
							color: #ffffff;							background: transparent; 
							text-decoration : none;
}

.bannerads	{
				background: transparent; 
				text-align: center; 
				padding: 2px 2px 2px 12px;
			}



/* HEADLINES ========================================================================= HEADLINES */

h1, h2, h3, h4, h5, h6		{ color: #083877; }

h1	{	font-size: 1.8em;	line-height: 1.5em;
	letter-spacing: 1px; 
	font-weight: bold;
	margin: -6px 0px 5px 0px;	color: #000000;
	padding: 0;
	}

h2	{
	font-size: 1.4em;	font-weight: bold;	margin: 10px 0px 5px 0px;
	padding: 0;
	}

h3	{
	font-size: 1.3em;	font-weight: bold;	margin: 0px 0px 0px 0px;
	padding: 0;
	}

h4	{
	font-size: 1.2em;	font-weight: bold;	margin: 10px 0px 5px 0px;
	padding: 0;
	}

h5	{
	font-size: 0.70em;	font-weight: normal;
	margin: 2px 0px 5px 0px;
	padding: 0;
	}

.smallheadrow { COLOR: white; FONT-FAMILY: verdana; BACKGROUND-COLOR: #000000; }

