<!--Master Style Sheet april 12-->
<style>

body 		{
			margin: 0;
			padding: 0;
			}

<!--not sure weather this tr tag is for the quicklinks table or the main navigation table.  tbd -->
tr 			{height:20px;}


p 			{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			line-height:14px;
			letter-spacing:1px;
			margin-left:37px;
			margin-right:37px;
			}

div 		{
			font-family:Arial Black, Arial Black, Gadget, sans-serif;
			font-size:12px;
			line-height:14px;
			letter-spacing:1px;	
			}


#page 		{
			width:980px;
			border: 80px solid #70020c;
			margin-right:auto;
			margin-left:auto;
			}

	
#logo 		{
			width:980px;
			clear:both;
			margin-right:auto;
			margin-left:auto;
			padding-bottom:20px;
			padding-top:20px;
			text-align:center;
			font-size:14px;
			
			}		

			
#nav		{	
			width:980px;
			height:30px;
			text-align:center;
			margin-right:auto;
			margin-left:auto;
			clear:both;
		    background-color:#e8b705;
		    padding-top:6px;
		    font-size:14px;
			}
		

		
#filmstrip	{
		 	width:980px;
			text-align:center;
			margin-right:auto;
			margin-left:auto;
			clear:both;
			}
		

<!--#copy contains the main conttent of the page-->

#copy		{ 	
			width:906px;
			margin-right:auto;
			margin-left:auto;
			padding-top:25px;
			padding-bottom:50px;
			background-color:#CC33CC;
			clear:both;
			}





#footer		{
			margin-right:auto;
			margin-left:auto;
			clear:both;
			text-align:center;
			padding-bottom:35px;
			
			}
			
#table 		{ 	
			width:200px;
			background-color:#BBBBBB;
			float:right;
			margin-right:20px;
			margin-left:40px;

			}
			
#list		{
			float:left;
			}
			
#itin		{
			margin-left:37px;
			margin-top:25px;
			}

#left {padding-left:37px;}


<!--main body text -->

.text 		{
			margin-left:37px;
			margin-right:37px;
			}
			
.head 		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			letter-spacing:1px;
			font-size:16px;
			line-height:14px;
			margin-left:37px;
			margin-right:37px;
			color:#5b0511;
			}
			
.red 		{color:#993300;}

.form	{
			line-height:20px;
		}
		
.summer 	{
			font-weight:bold; 
			
			}
			
<!--the next two tags are for the main navigation -->
ul.one 	{
			list-style:none;
			text-align:center;
			margin-right:auto;
			margin-left:auto;

			float:left;
		
			}
			
li.one 	{
			list-style:none;
			text-align:center;
			display:block;
			width:120px;
			display: inline;
			float:left;
			border: solid 1px #ffffff;
			margin: 3px;
			padding-top:5px;
			padding-bottom:5px;
			font-variant:small-caps;
			font-size:16px;
			
			}


ul.two 	{
			list-style-position:outside;
			text-align:center;
			margin-left:20px;
			float:left;
		
			}
			
li.two 	{
			text-align:left;
			float:left;
		
			}
<!--======================================================-->


<!--the following sets the class for all links on the website.  no underline, color as noted-->
a {color:#ffffff;}			
a:link { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:hover { color:#993300; text-decoration:none}
a:active { color:#000000; text-decoration:underline}


<!--======================================================-->



</style>

