﻿@charset "utf-8";
/* UMTV.org CSS Style */

BODY,html 				{
						background-image:		url('../images/background_1024.jpg');
						background-repeat:		repeat;
						background-color: 		#000099;
						background-attachment:	fixed;
						margin: 				0px;
						padding:				0px;
						COLOR: 					white;
						FONT-FAMILY: 			arial, helvetica, sans-serif;
						font-size: 				95%;
						line-height:			150%;
						}
						
#wrap					{
						width:					750px;
						float:					left;
						}

#header					{
						height:					134px;
						}
						
						
#leftSideMenu			{
						float:					left;
						width:					152px;
						}

					
#leftMenu				{
						width:					152px;
						height:					110px;
						padding: 				0px;
						margin: 				0px;
						float:					left;
						}		


	
#contentMain			{
						float:					right;
						width:					578px;
						padding-left:			20px;
						}
								
#vidWindow				{
						align: 					center;
						margin-left: 			auto;
						margin-right: 			auto;
						text-align:				center;
						padding: 				10px 0 10px 0;
						font-size: 				80%;
						text-align: 			center;
						width:					578px;
						}	


#scriptBox				{
						margin-left:			20px;	
						}		

H1						{
						font-size:				180%;
						padding-left:			10px;							
						}
						
H2						{
						font-size:				120%;
						font-weight:			bold;
						text-transform:			uppercase;						
						}	
						
						
a:active				{
						color: 					#c0c0c0;
						}
						
a:visited				{
						color: 					#c0c0c0;
						}
						
a:link					{
						color: 					#c0c0c0;
						}
						
a:hover					{
						color: 					red;
						}


#tooltip				{
						position:				absolute;
						border:					1px solid #333;
						background:				#fff;
						padding:				2px 5px;
						color: 					blue;
						font-size:				70%;
						display:				none;
						width:					220px;
						}					
										
#oldHeader				{
						font-size:				180%;
						text-align:				center;
						font-weight:			bold;							
						}

#oldBody				{
						font-size:				80%;
						font-weight:			bold;	
						padding-left:			10px;						
						}

#oldIntro				{
						font-size:				80%;
						font-weight:			bold;	
						padding-left:			10px;						
						}

#oldVideo				{
						font-size:				70%;
						font-weight: 			bold;
						}					
