BODY
{
	text-align: center;
	background-image:url(images/bottomframebg.jpg);
	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.container
{
	background-color: White;
	width: 760px;
	
	position: relative;
	left: 0;
	
	text-align: left;
	
	padding: 10 5 0 5;
	

}

	.grey
	{
		width: 745;
		height: 0;
		background-color: e1e1e1;	
		padding: 0 5 0 0;
		
		text-align: center;
		position: relative;
		left: 4;
		
	}

		.linksContainer
		{
			width: 200;
			height: 0;
			
			text-align: center;
			position: relative;
			top: 2;
			
		}
		
				.miniNav
				{
					width: 200px;
					height: 0px;
					padding: 10 0 0 0;
					left: 0 0 0 0;

				}
				
				.links
				{
					padding: 0 0 0 0;
					width: 195;
					height: 0;
					
					position: relative;
					left: 1;
					
									}
				
						.lContainer1
						{
							width: 195;
						}
						
								.lTop
								{
									padding: 0 0 0 0;
								}
								
								.lContent
								{
									height: 46px;
							        width: 195;
					
									background-color: white;
									
									position: relative;
									top: -4;
									left: 1;
								}
								
										.text
										{
											width: 191;	
											height: 100%;
											padding: 1 0 0 2;
											text-align: left;
										}
										
										.shadow
										{
											width: 4;
											height: 105%;
											background-image: url(images/miniRShadow.jpg);	
											background-color: e1e1e1;
										}
										
								.lBot
								{
									position: relative;
									top: -4;
									left: 1;
								}
								
						
								
		
		
		.welcomeContainer
		{
			width: 300;
			height: 0;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			vertical-align: top;
			position: relative;
			top: 11;
			
		}
		
				.wTop
				{
					padding: 0 0 0 0;
					background-image: url(images/content-table-top.jpg);
					
					width: 530;
					height: 22;
				}
				
				.wContent
				{
					height: 538;
					width: 530;
					background-image: url(images/content-table-back.jpg);
					text-align: left;
					padding: 0 3 3 8;
					
					
					
					
				}
				
					.wCMini
					{
						width: 400;
						height: ;
						padding: 0 3 3 10;
						background-image: url(images/tagwater.jpg);
						background-position: 50% 30%;
						background-attachment: fixed;
						background-repeat: no-repeat;
					}
				
						/*.wCContainer
						{
							height: 0;
							width: 330;
							
							background-color: e1e1e1;
							padding: 0 0 0 7;
						
						}
							.wCText
							{
								width: 313;
								height: 145;
								background-color: White;
								border-left: solid 1 #d0d0d0;
								
								
								padding: 8 0 0 0;
								
								position: relative;
								left: -2;
							}
						
								.leftPic
								{
									width: 106;
									height: 106;
									background-image: url(images/logo.jpg);
									background-repeat: no-repeat;
									background-attachment: fixed;
									
									position: relative;
									left: 5;
									top: 8;
								}
								
								.rightText
								{
									width: 200;
									text-align: center;
									position: relative;
									top: -14;
								}
								
							.wCShadow
							{
								background-image: url(images/miniRShadow.jpg);
								width: 3;
								height: 100%;	
							}
							
						.wCContainer2
						{
							height: 0;
							width: 330;
							
							background-color: e1e1e1;
							padding: 0 0 0 0;
							
							position: relative;
							top: -2;
						}
						
								.wCText2
								{
									width: 313;
									height: 146;
									background-color: White;
									border-left: solid 1 #d0d0d0;
									border-top: solid 1 #d0d0d0;
									
									padding: 8 0 0 0;
									
									position: relative;
									left: -2;
								}
								.leftPic2
								{
									width: 106;
									height: 106;
									background-image: url(images/compu.jpg);
									background-repeat: no-repeat;
									background-attachment: fixed;
									
									position: relative;
									left: 5;	
									top: 8;	
								}
								
								.rightText
								{
									
								}*/
								
				.wBot
				{
					position: relative;
					top: -12;
					background-image: url(images/content-table-bottom.jpg);
					width: 530;
					height: 22;
				}
				
		.lineBreak
		{
			background-color: white;
			height: 40;
			width: 760;
			padding: 8 0 0 0;
			
			position: relative;
			left: 0;
		}
		
			.line
			{
				border-top: solid 1 d0d0d0;
				height: 1;
				width: 100%;
			}
				

/***************************************************/
/********* Original Styles *************************/
/***************************************************/



		/*scrollbar color */
		body {
			scrollbar-arrow-color: #E3E3E3;
			scrollbar-base-color: #666666;
			scrollbar-dark-shadow-color: #676767;
			scrollbar-track-color: #333333;
			scrollbar-face-color: #666666;
			scrollbar-shadow-color: #647B78;
			scrollbar-highlight-color: #647B78;
		}

		/*UnOrderdered Line Item Style */
		UL {
			list-style-type : circle;
			list-style-image : url(bullet_square1.gif);
		}

		/*Orderdered Line Item Style */
		OL {
			list-style-type : decimal;
		}

		/*Line Item Style */
		LI {
			font-family : Verdana,  Arial, Helvetica, sans-serif;
			font-size : 11px;
			color : #222222;
			font-weight : normal;	
			line-height : 13px;
			}
			
		LI A:LINK {color : #42555C; font-weight : bold; text-decoration : none;}
		LI A:VISITED {color : #42555C; font-weight : bold; text-decoration : none;}
		LI A:ACTIVE {color : #36474F; font-weight : bold; text-decoration : none;}
		LI A:HOVER {color : #36474F; font-weight : bold; text-decoration : underline;}

		/*Horizontal Line Rule */
		HR {
			height: 1px;
			border-style: none;
			background-color: #3F8DC5;
			color : #3F8DC5;
		}

		/*White Copy - Designated for website body // Link=Underline // Hover=Light Blue Underline */
		TD {
			font-family : Verdana,  Arial, Helvetica, sans-serif;
			font-size : 65%;
			color : #222222;
			font-weight : normal;	
		}
		TD A:LINK {color : #42555C; font-weight : bold; text-decoration : none;}
		TD A:VISITED {color : #42555C; font-weight : bold; text-decoration : none;}
		TD A:ACTIVE {color : #36474F; font-weight : bold; text-decoration : none;}
		TD A:HOVER {color : #42555C; font-weight : bold; text-decoration : underline;}

		/*Light Blue Copy // Link=NoUnderline // Hover=White Underline*/
		.Utxt1 {
			font-family : Verdana,  Arial, Helvetica, sans-serif;
			font-size : 9px;
			color : #660000;
			font-weight : normal;	
		}
		.Utxt1 A:LINK {color : #A3D0E6; text-decoration : none;}
		.Utxt1 A:VISITED {color : #A3D0E6; text-decoration : none;}
		.Utxt1 A:ACTIVE {color : #A3D0E6; text-decoration : none;}
		.Utxt1 A:HOVER {color : #F5F5F5; text-decoration : underline;}

		H1 {
			font-family : Verdana,  Arial, Helvetica, sans-serif;
			font-size : 9px;
			color : #A3D0E6;
			font-weight : normal;	
		}
		H1 A:LINK {color : #A3D0E6; text-decoration : none;}
		H1 A:VISITED {color : #A3D0E6; text-decoration : none;}
		H1 A:ACTIVE {color : #A3D0E6; text-decoration : none;}
		H1 A:HOVER {color : #F5F5F5; text-decoration : underline;}

		/*White Copy // Link=NoUnderline // Hover=White Underline*/
		.Utxt2 {font-family : Verdana,  Arial, Helvetica, sans-serif;font-size : 10px;	color : #333333;font-weight : normal;}
		.Utxt2 A:LINK {color : #42555C; font-weight : bold; text-decoration : none;}
		.Utxt2 A:VISITED {color : #42555C; font-weight : bold; text-decoration : none;}
		.Utxt2 A:ACTIVE {color : #36474F; font-weight : bold; text-decoration : none;}
		.Utxt2 A:HOVER {color : #36474F; font-weight : bold; text-decoration : underline;}

		H2 {
			font-family : Verdana,  Arial, Helvetica, sans-serif;
			font-size : 9px;
			color : #F5F5F5;
			font-weight : normal;	
		}
		H2 A:LINK {color : #F5F5F5; text-decoration : none;}
		H2 A:VISITED {color : #F5F5F5; text-decoration : none;}
		H2 A:ACTIVE {color : #F5F5F5; text-decoration : none;}
		H2 A:HOVER {color : #F5F5F5; text-decoration : underline;}

		/*Light Blue Copy - Designated for website body headers // 10px*/
		.Utxt3 {
			font-family : Verdana,  Arial, Helvetica, sans-serif;
			font-size : 10px;
			color : #8FC5EA;
			font-weight : normal;	
		}
		.Utxt3 A:LINK {color : #8FC5EA; text-decoration : underline;}
		.Utxt3 A:VISITED {color : #8FC5EA; text-decoration : underline;}
		.Utxt3 A:ACTIVE {color : #8FC5EA; text-decoration : underline;}
		.Utxt3 A:HOVER {color : #F5F5F5; text-decoration : underline;}

		H3 {
			font-family : Verdana,  Arial, Helvetica, sans-serif;
			font-size : 10px;
			color : #8FC5EA;
			font-weight : normal;	
		}
		H3 A:LINK {color : #8FC5EA; text-decoration : underline;}
		H3 A:VISITED {color : #8FC5EA; text-decoration : underline;}
		H3 A:ACTIVE {color : #8FC5EA; text-decoration : underline;}
		H3 A:HOVER {color : #F5F5F5; text-decoration : underline;}

		/*Light RedCopy*/
		.Utxt4 {
			font-family : Arial, Verdana, Helvetica, sans-serif;
			font-size : 11px;
			color : #660000;
			font-weight : bold;	
		}
		.Utxt4 A:LINK {color : #E60000; text-decoration : underline;}
		.Utxt4 A:VISITED {color : #E60000; text-decoration : underline;}
		.Utxt4 A:ACTIVE {color : #E60000; text-decoration : underline;}
		.Utxt4 A:HOVER {color : #8FC5EA; text-decoration : underline;}

		H4 {
			font-family : Verdana,  Arial, Helvetica, sans-serif;
			font-size : 9px;
			color : #E60000;
			font-weight : normal;	
		}
		H4 A:LINK {color : #E60000; text-decoration : underline;}
		H4 A:VISITED {color : #E60000; text-decoration : underline;}
		H4 A:ACTIVE {color : #E60000; text-decoration : underline;}
		H4 A:HOVER {color : #8FC5EA; text-decoration : underline;}

		/*Dark RedCopy*/
		.Utxt5 {
			font-family : Verdana,  Arial, Helvetica, sans-serif;
			font-size : 9px;
			color : #A80000;
			font-weight : normal;	
		}
		.Utxt5 A:LINK {color : #A80000; text-decoration : none;}
		.Utxt5 A:VISITED {color : #A80000; text-decoration : none;}
		.Utxt5 A:ACTIVE {color : #A80000; text-decoration : none;}
		.Utxt5 A:HOVER {color : #A80000; text-decoration : underline;}

		H5 {
			font-family : Verdana,  Arial, Helvetica, sans-serif;
			font-size : 9px;
			color : #A80000;
			font-weight : normal;	
		}
		H5 A:LINK {color : #A80000; text-decoration : none;}
		H5 A:VISITED {color : #A80000; text-decoration : none;}
		H5 A:ACTIVE {color : #A80000; text-decoration : none;}
		H5 A:HOVER {color : #A80000; text-decoration : underline;}	


		/*Formularios*/

		/*texto blanco normal con back azul */
		.frmDes {
			font-family : Verdana, Arial, Helvetica, sans-serif;
			font-size : 9px;
			color : #FFFFFF;
			line-height : 14px;
			font-weight : normal;	
			background-color : #990100;
		}

		/*texto blanco en BOLD back: azul*/
		.frmDes2 {
			font-family : Verdana, Arial, Helvetica, sans-serif;
			font-size : 9px;
			color : #FFFFFF;
			line-height : 14px;
			font-weight : bold;	
			background-color : #990100;
		}

		/*texto blanco con back azul*/	
		.frmInput {
			font-family : Verdana, Arial, Helvetica, sans-serif;
			font-size : 9px;
			color : #FFFFFF;
			line-height : 14px;
			background-color : #2F6395;
		}

		/*text box azul con back de imagen*/
		.txtBox1{
			border-top: 1px solid #A29691;
			border-bottom: 1px solid #EEEDE8;
			border-left: 1px solid #A29691;
			border-right: 1px solid #EEEDE8;
			background-color: #00517C;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;    
			color: #660000;   
			text-decoration: none;
			background-image: url(inputshadow_blue-off.gif);
			}

		/*TABLA PRINCIPAL DE CONTENIDOS*/
		.main-table{
			border-top: 8px solid #FFFFFF;
			border-bottom: 8px solid #FFFFFF;
			border-left: 8px solid #FFFFFF;
			border-right: 8px solid #FFFFFF;
			background-color: #E3E3E3;
			}

		/*Red Text Box (esto es para cuando se pone on focus, en un campo, cambie de color!!!!)
		<input class="txtBox2" onblur="setBgImageRed(this,'inputshadow_red-off.gif')"
		style="WIDTH: 105px" onfocus="setBgImageOverRed(this,'inputshadow_red-on.gif')"
		onkeypress="searchKeyPressOther()" type="text" name="txtZipCode">
		*/

		/*Text Box con back rojo imagen */
		.txtBox2{
			border-top: 1px solid #A29691;
			border-bottom: 1px solid #EEEDE8;
			border-left: 1px solid #A29691;
			border-right: 1px solid #EEEDE8;
			background-color: #890000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;    
			color: #660000;   
			text-decoration: none;
			background-image: url(inputshadow_red-off.gif);
			}
			
		/*Area de texto azul*/
		.txtField1{
			border-top: 1px solid #A29691;
			border-bottom: 1px solid #EEEDE8;
			border-left: 1px solid #A29691;
			border-right: 1px solid #EEEDE8;
			/*background-color: #00517C;*/
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;    
			color: #000000;   
			text-decoration: none;
			background-image:     url(inputshadow_red-off.gif);
		}	

		/*Dropdown Azul*/	
		.drpDown1{
			border-top: 1px solid #A3D0E6;
			border-bottom: 1px solid #A3D0E6;
			border-left: 1px solid #A3D0E6;
			border-right: 1px solid #A3D0E6;
			background-color: #0E3A64;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;    
			color: #A3D0E6;
		}

		/*Dropdown Azul2*/	
		.drpDown2{
			border-top: 1px solid #A3D0E6;
			border-bottom: 1px solid #A3D0E6;
			border-left: 1px solid #A3D0E6;
			border-right: 1px solid #A3D0E6;
			background-color: #00517C;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;    
			color: #A3D0E6;
		}

		/*Boton, azul*/	
		.butnStyle1{
			border-top: 1px solid #EEEDE8;
			border-bottom: 1px solid #A29691;
			border-left: 1px solid #EEEDE8;
			border-right: 1px solid #A29691;
			background-color: #CECAC1;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;    
			color: #000000;
			font-weight : normal;	   
			text-decoration: none;
			cursor : hand;
		}	

		
									
							
						
						
