/* updated: Sept 20, 2007 by Sylvia Ann Meadows also known as m3cats */


body {
	margin: 0px;
	padding: 0;
	text-align: center;
	line-height: 125%;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11pt;
	color: black;
	background: #FFF url(../images/bckgrnd/vidTop.jpg) repeat-x top;
}



#container {
position: relative;
top: 0px;
left: 0px;
	width: 775px;
	margin: 0px auto 0px auto;
	padding: 245px 0px 0px 0px;
	text-align: left;
	height: auto;
}

/* --  TOP Header -- */
/* holds header/logo and navigation */
#pageHeader {
	position: absolute;
	top: -245px;
	left: 0px;
	height: 245px;
	width: 700px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
}


/* --  TOP NAVIGATION -- */
/* navigation on top under the logo */
 .navlisttop {
position: absolute;
top: 140px;
left: 0px;
	width: 700px;
	height: 105px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bckgrnd/topNav2.jpg);
	background-repeat: no-repeat;
	background-color: white;
	text-align: left;
	float: left;
	clear: both;
}

.navlisttop ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.navlisttop li {
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#mainContent {
position: absolute;
top: 245px;
left: 0px;
background-color: white;
width: 700px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

p, #mainContent p {
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 10px 1px;
	text-align: left;
	font-size: 100%;
}
	



/* footer of plain test links */
html>body #footer {margin-left: 0;}

#footer  {
	position: absolute;
	left: 0px;	
	height: 350px;
	width: 520px;
	text-align: center;
	background-color: white;
	color: black;
}



#footer p {
text-align: center;
font-size: 8pt; 
line-height: 16pt;
   margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
#footer a {
	text-decoration: underline;
	color: green;
	background-color: white;
}
#footer a:hover {
	text-decoration: none;
	color: green;
	background-color: yellow;
}
  
#footer .copyright { 
font-size: 9pt;
margin-top: 12px; 
line-height: 12pt; 
}

#footer .closing {
	font-size: 11pt;
	font-weight: bold;
	color: #00883A;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}
  




/* text styles   */

acronym {
border: none;
}

 a {
	text-decoration: underline;
}
 a:link {
	color: green;
}
 a:visited {
	color: #003319;
}
 a:hover {
	text-decoration: none;
	color: #F87723;
	background-color: transparent;
}



h1, h2, h3, h4, h5, h6 {
	font-family: optima, Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-weight: bold;
	text-align: left;
	color: #014025;
	background-color: white;
}

h1{
	padding: 0px 1px 2px 1px;
	font-size: 125%;
}

h2{
padding: 0px 1px 2px 1px;
font-size: 105%;
}
	
h3 {
padding: 0px 1px 1px 1px;
	font-size: 100%;
}

h4 {
padding: 0px 1px 1px 1px;
font-size: 95%;
}

h5 {
padding: 0px 1px 1px 1px;
font-size: 90%;
}

h6 {
padding: 0px 1px 1px 1px;
font-size: 80%;
}



.vid {
	margin: 5px 0px 5px -20px;
	padding: 30px 0px 30px 0px;
}





/* special formats */
.fltlft {
float: left;
border: 0px;
clear: both;	
}



