h1, h2, p, ul, img, body {
						margin: 0;
						padding: 0;
						}

body	{
		background-color: lightblue;
		background-image: url(images/bglogo.png);
		
		}
		
h1		{
		margin-top: 20px;
		background-color: lightblue;
		}
		
h2		{
		margin-top: 20px;
		margin-left: 20px;
		margin-bottom: 10px;
		font-size: 130%;
		text-align: left;
		}
		
h3		{
		margin-top: 2px;
		margin-bottom: 20px;
		text-align: center;
		background-color: darkorange;
		}
		
form	{
		text-align: left;
		margin: 30px;
		
		}
		
fieldset	{
			margin-left: 20px;
			margin-right: 20px;
			background-color: lightblue;
			border-color: darkorange;
			color: black;
			}
			
legend		{
			background-color:lightblue;
			font-style: italic;
			}
		
img.content	{
			margin-right: 15px;
			margin-left: 15px;
			padding: 3px;
			background-color: lightblue;
			border: 1px darkorange;
			}
			
p.center	{
			text-align: center;
			}
			
p.content	{
			margin-left: 20px;
			margin-right:40px;
			margin-bottom:15px;
			text-align:left;
			}
			
td.logo img	{
			border: 0;
			margin: 0;
			}
			
td.banner img	{
			border:0;
			margin:0;
			float:left;
			background-color: white;
			}
			
			
td.sidebar	{
			background-image: url(images/bgimageleft.png);
			border: 0;

			}

td.content	{
			background-color: white;
			text-align: center;
			}
			
img.movie	{
			margin: 0;
			border: 0;
			padding: 0;
			text-align: top;
			vertical-align: top;
			}

td.footer	{
			padding: 2px;
			background-color: darkorange;
			text-align: center;
			font-size: 80%;
			border: 1px #999999 solid;
			}
			
			
ul.content			{
			text-align: left;
			margin-left: 55px;
			}
			
			
ul.nav	{
		list-style-type: none;
		}
		
ul.sidenav	{
			list-style-type: none;
			margin-left: 8px;
			}
			
ul.subnav	{
			list-style-type: none;
			}
			
			
/* This is a sytle code for verticle nav bar*/	

ul.sidenav a {
		  	display: block;	
		  	text-decoration: none;
		  	color: white;
		  	font-size: 90%;
		  	font-weight: bold;
		  	padding-left: 20px;
		  	padding-top: 10px;
		  	padding-bottom: 2px;
		  }

					
ul.sidenav a:hover {
				color: black;
				background-color: lightblue;
				}
				
a.current		{
				background-color: white;
				}


/* code for a horizontal nav bar */

ul.nav li		{
			float: left;
			width: 16.6%;
			}
			

ul.nav a		{
			display: block;
			text-decoration: none;
			text-align: center;
			color: black;
			font-size: 90%;
			font-weight: bold;
			padding-top: 6px;
			padding-bottom: 2px;
			background-color: darkorange;
		  }

ul.nav a:hover	{
				color: white;
				background-color: lightblue;
				
				}

a.current		{
				background-color: lightblue;
				}
				
ul.subnav li	{
				float: right;
				width:30%;
				font-size: 90%;
				}
				
ul.subnav a 	{
				display: block;
				text-decoration: none;
				text-align: center;
				color: white;
				font-size: 90%;
				font-weight: bold;
				padding-top: 6px;
				padding-bottom: 2px;
				background-color: lightblue;
				}
				
	ul.subnav a:hover	{
				color: white;
				background-color: darkorange;
				
				}			
				

		  