body
	{
	margin: 10px auto;
	padding: 0;
	background-color: #202e2f;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	}

p.center
	{
	text-align: center;
	}
	
#movie h1
	{
	margin: 0 auto;
	width: 550px;
	background-color: #334c5d;
	color: white;
	border: 2px solid #001f35;
	padding: 10px 0 10px 0;
	text-align: center;
	line-height: 1.5em;
	font-size: 13pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#movie a
	{	
	color: #32a2ed;
	text-decoration: none;
	}
	
#movie a:hover
	{
	color: #6cc4ff;
	}
		
#text
	{
	margin: 0;
	padding: 0 0 0 0;
	clear: none;
	margin-left: 182px;
	}
		
#pictures
	{
	float: left;
	margin: 0;
	padding: 0;
	clear: none;
	width: 172px;
	}
	
#pictures img
	{
	padding-bottom: 10px;
	}

#container
	{
	margin: 0 auto;
	padding: 0;
	width: 902px;
	}

#container2
	{
	float: left;
	clear: left;
	margin: 5px 0 0 0;
	height: 100%;
	}

#banner
	{
	width: 900px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	text-align: center;
	background-position: bottom;
	}

#banner2
	{
	background-image: url('../images/2ndBanner.jpg');
	margin: 7px 0 0 2px;
	padding: 3px;
	clear: both;
	text-align: center;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* <----- Vertical Banner -----> */

#banner3
	{
	background-color: black;
	margin: 5px 0 0 2px;
	padding: 10px;
	width: 169px;
	height: 100%;
	/*border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white; */
	color: white;
	}
	
#banner3 a
	{
	color: white;
	text-decoration: none;
	}	
	
#banner3 a:hover
	{
	color: #32a2ed;
	}

#banner3 p.right
	{
	text-align: right;
	margin: 5px 0 0 0;
	color: #32a2ed;
	}
	
#banner3 p.red
	{
	color: red;
	}
	
#banner3 h1
	{
	margin: 0;
	text-align: center;
	}
	
#banner3 h2
	{
	color: #6cc4ff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

#banner3 h3
	{
	color: #32a2ed;
	background-color: #001f35;
	padding: 1px 0 1px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
#banner3 p
	{
	margin: 0;
	padding: 0 0 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	}

#content
	{
	background-color: #334c5d;
	text-align: justify;
	color: white;
	border: 2px solid #001f35;
	margin: 5px 0 0 198px;
	padding: 10px 20px;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 1.3em;
	}
	
#content p.red
	{
	color: red;
	text-align: center;
	}
	
#content p.mp
	{
	margin-left: 182px;
	}
	
#content p.l
	{
	text-align: left;
	}
	
#content h1
	{
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 12pt;
	}
	
#content h2
	{
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
#content h4
	{
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: underline;
	}
	
#content hr
	{
	color: #001f35;
	margin: 10px 0 0 0;
	border: 1px solid #001f35;
	}
	
#content a
	{
	color: #32a2ed;
	text-decoration: none;
	}	

#content a:hover
	{
	color: #6cc4ff;
	}
	
#content li
	{
	margin: 0 0 0 20px;
	}
	
#footer
	{
	background-image: url('../images/2ndBanner.jpg');
	text-align: center;
	margin: 5px 0 0 198px;
	padding: 10px;
	color: white;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
#footer a
	{
	color: #32a2ed;
	text-decoration: none;
	}	
	
#support
	{
	margin: 5px 0 0 198px;
	text-align: center;
	}


/* <---------- Top Horizontal Navigation Bar -----------> */


#navcontainer
	{
	margin: 0 0 0 0;
	padding: 0;
	height: 30px;
	}

#navcontainer ul
	{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}	

#navcontainer ul li
	{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#navcontainer ul li a
	{
	background: black;
	width: 223px;
	height: 30px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	/*border-bottom: 1px solid white;*/
	border-right: none;
	padding: 0 0 0 0;
	margin: 0 0 0 1px;
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	font:normal 14px/30px Arial, Helvetica, sans-serif;
	}


#navcontainer ul li a:hover
	{
	color: white;
	background: #001f35;
	}


#navcontainer li#active a
	{
	color: #fff;
	background: #202e2f;
	height: 29px;
	width: 223px;
	}




/* <----------- Bottom Horizontal Navigation Bar -----------> */


#navcontainer2
	{
	margin: 0 0 0 0;
	padding: 0;
	height: 30px;
	}

#navcontainer2 ul
	{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#navcontainer2 ul li
	{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#navcontainer2 ul li a
	{
	background: black;
	width: 223px;
	height: 30px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-right: none;
	padding: 0 0 0 0;
	margin: 0 0 0 1px;
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 14px/30px Arial, Helvetica, sans-serif;
	}


#navcontainer2 ul li a:hover
	{
	color: white;
	background: #001f35;
	}


#navcontainer2 li#active a
	{
	color: #fff;
	background: #202e2f;
	}



/* <---------- Vertical Navigation Bar ----------> */

#navcontainer3 ul
	{
	margin: 0 0 0 2px;
	padding: 0;
	list-style-type: none;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	}

#navcontainer3 li 
	{ 
	margin: 0 0 0 0; 
	}

#navcontainer3 a
	{
	display: block;
	padding: 2px 2px 2px 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 170px;
	background-color: #000;
	background-image: url(images/l1_down.gif);
	}

#navcontainer3 a:link, #navlist a:visited
	{
	color: #fff;
	text-decoration: none;
	}

#navcontainer3 a:hover
	{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #001f35;
	color: #fff;
	}

#active a:link, #active a:visited, #active a:hover
	{
	border: 1px solid #202e2f;
	background-color: #202e2f;
	color: #fff;
	}
	
/* <---------- Associates NavBar -------------> */

#navcontainer4
	{
	margin: 20px 0 0 0;
	padding: 0;
	height: 20px;
	}

#navcontainer4 ul
	{
	border: 0;
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}	

#navcontainer4 ul li
	{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#navcontainer4 ul li a
	{
	background: black;
	width: 150px;
	height: 20px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	/*border-bottom: 1px solid white;*/
	border-right: none;
	padding: 0 0 0 0;
	margin: 0 0 0 1px;
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	}


#navcontainer4 ul li a:hover
	{
	color: white;
	background: #001f35;
	}
	
/* <------------- 2nd Associates NavBar --------------> */

#navcontainer5
	{
	margin: 0 0 0 0;
	padding: 0;
	height: 20px;
	}

#navcontainer5 ul
	{
	border: 0;
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}	

#navcontainer5 ul li
	{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#navcontainer5 ul li a
	{
	background: black;
	width: 150px;
	height: 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	/*border-bottom: 1px solid white;*/
	border-right: none;
	padding: 0 0 0 0;
	margin: 0 0 0 1px;
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	}


#navcontainer5 ul li a:hover
	{
	color: white;
	background: #001f35;
	}
	
	
/* <------------- 3rd Associates NavBar --------------> */

#navcontainer6
	{
	margin: 0 0 20px 0;
	padding: 0;
	height: 20px;
	}

#navcontainer6 ul
	{
	border: 0;
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}	

#navcontainer6 ul li
	{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#navcontainer6 ul li a
	{
	background: black;
	width: 150px;
	height: 20px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	/*border-bottom: 1px solid white;*/
	border-right: none;
	padding: 0 0 0 0;
	margin: 0 0 0 1px;
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	}


#navcontainer6 ul li a:hover
	{
	color: white;
	background: #001f35;
	}