﻿/************* Generic Selectors *************/
Body {
font-family: "Tahoma", Helvetica, sans-serif;
font-size: 14px;
color: #000000;
background: url(files/background.jpg);

}

p {
width: 100%;
}

h1 {
font-family: "Impact", Helvetica, sans-serif;
font-size: 20px;
}

h2 {
font-family: "Tahoma", Helvetica, sans-serif;
font-size: 20px;
}

h3 {
font-family: "Times", Caslon, serif;
font-size: 20px;
}

h4 {
font-family: "Tahoma", Helvetica, sans-serif;
font-size: 30px;
}

h5 {
font-family: "Times", Caslon, serif;
font-size: 30px;
}

/************* Psuedo Classes *************/

a:link { 
color: #000066; 
text-decoration: none; 
} 

li a:link { 
color: #000066; 
text-decoration: none; 
} 

ul a:link { 
color: #000066; 
text-decoration: none; 
} 

a:visited { 
color: rgb(0,64,128); 
text-decoration: none; 
} 

li a:visited { 
color: rgb(0,64,128); 
text-decoration: none; 
} 

ul a:visited { 
color: rgb(0,64,128); 
text-decoration: none; 
} 

a:hover { 
color: #006600; 
text-decoration: none; 


} 

li a:hover { 
display: block; 
color: #006600; 
font-weight: bold; 
} 

ul a:hover { 
color: #006600; 
font-weight: bold; 
} 


a:active { 
color: #006600; 
font-weight: bold; 
} 


/************* ID's *************/
#pad {
position: absolute;
z-index: 1;
width: 12%;
height: 20px;
margin-left:0;
border: 0;
font-weight: normal;

}

#head {
	position: absolute;
	z-index: 2;
	width: 850px;
	height: 238px;
	margin-left: 15%;
	font-weight: normal;
	backgroung: white;
	left: -16px;
	background-color: #FFFFFF;
	border-bottom: dotted thin;
}


#nav {
	position: absolute;
	z-index: 3;
	height: 30px;
	width: 850px;
	margin-top: 230px;
	margin-left: 13%;
	font-weight: normal;
	top: 1px;

}

#vid {
	position: absolute;
	z-index: 4;
	width: 679px;
	height: 15px;
	margin-top: 240px;
	margin-left: 15%;
	padding: 5px; /*top right bottom left*/
	font-weight: normal;
	font-color: white;
	border-top: 1px dotted gray;
	left: 167px;
	top: -125px;
	background-color: #000066;

}

#main {
	position: absolute;
	z-index: 5;
	width: 840px;
	margin-top: 490px;
	margin-left: 15%;
	padding: 5px; /*top right bottom left*/
	font-weight: normal;
	font-color:white;
	background: white;
	left: -15px;
	top: -240px;
	height: 274px;
}

