body {

background:#fff url(images/back-top-image.gif) repeat-x left top;
background-color: #eee;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p,  h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
}
h1 {
font-family: times, Arial, Helvetica, sans-serif;
	font:  1em;
	color: #822bd2;
	}

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-left: 3px;
    margin-top: 20px;
	width: 200px;

    }
	
a:link, a:visited, a:active { 
	color: #7e27ce; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: gray; 
	}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: normal;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 950px;
	margin: 0px auto;
	background: #eee;
	
	}
	
div#backgroundimage {
position: relative;
	float: right;
	margin-left: 0px;
	width: 950px;
background-image: url(images/back-ground-image.gif);
	background-repeat: repeat;
	background-position: right top;
	margin-top: 0px;

}


div#content {

float: left;
position: relative;
width: 690px;
margin-right: 20px;
margin-left: 20px;
font-family: arial;
font-size: 15px;
text-align: left;
margin-top: 0px;	
display:inline; 
background-color: #FFFFFF;

}


/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}

img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}

ul.listcolumn {
width: 600px;
float: left;
margin:0;
list-style-image: url(images/arrow.gif);
padding:0px 0 0 30px;}
	ul.listcolumn li {
	padding:0 0 6px 0;}


br.clearboth {
clear: both;
}

p.centered {
text-align: center;

}



ul#bulletpoints {
	float: right;
	width: 100px;
	margin: 0px;
	border: 0px none;
	list-style-position: inside;
	list-style-type:disc;
	font-family: arial;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #FFFFFF;

  }
 

div#contactinfo {

float: left;
width: 180px;
color: #822bd2;
font-family: arial;
font-size: 11px;
margin-left: 15px;
margin-right: 0px;
margin-top: 10px;
text-align: left;
display:inline;
background-color: #fff;

}

div#footer {
clear:both;
margin:0 auto;
width: 950px;
height: 89px;
background-image: url(images/footer.gif);
background-color: #eee;
}

div#copyright a:hover {
text-decoration: underline;

}

div#owner a:link, {
font-size: 10px;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline 
    font-weight: normal;	
}

div#owner a:hover{
color: blue;
}

div#flash {
	position:absolute;
	top:2px;
	left:733px;
	z-index: 1;
	width: 203px;
}

div#header {
position: relative;
width: 950px;
	height: 307px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(images/header.jpg);
	

}

div#audio {
	position:absolute;
	top:309px;
	left:13px;
	z-index: 1;
	width: 115px;
}

ul#left {
	float: left;
	width: auto;
	margin: 0px;
	border: 0px none;
	list-style-position: inside;
	list-style-type:disc;
	font-family: arial;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

  }
  
ul#right {
	float: right;
	width:auto;
	border: 0px none;
	list-style-position: inside;
	list-style-type: disc;
	font-family: arial;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: absolute;
	right: 50px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
  }
  
  div#listleft {
	float: left;
	width:  300px;
    padding-top: 0px;
	border: 0px none;
	list-style-position: inside;

	font-family: arial;
	font-size: 12px;

  }

div#listleft p {
color:#000;
margin: 0px;
font-family: arial;
	font-size: 12px;}
	
	div#listleft ul {
color:#000;
font-family: arial;
	font-size: 11px;
		list-style-type: disc;}
		
				/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */
div#nav{
}
ul#mainnav {
	margin: 0;
	padding: 0;
	width: 180px;
	float: right;


	
}

ul#mainnav li {
display: inline;
list-style: none;
margin: 0;
padding: 0;

}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
display: block;
width: 170px;
margin: 0;
padding: 3px 3px;
font-size: 11px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #000;
	border-top: 1px #fff solid;
	border-bottom: 1px #ccc solid;

	
}


ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
text-transform: bold;

color: #690fbb;
width: 170px;
list-style-type: disc;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {


color: #e8ba01;
}

	


/* ----------------------------  NAVIGATION (UTILITY) ----------------------------  */
div#utility {
	width:475px;
	margin:0 auto;
	/*float:left;
	margin-left: 290px;
	display: inline;*/
	}
	ul#utilitynav {
	
	
	/*width: 100%;*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: underline;
	color: #000;
	text-align: center;
	display: block;
	/*width: auto;*/
	padding: 8px;
	margin: 0px;
	background-color: #eee;

	
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	color: blue;
	text-decoration: none;
	}
	
div#copyright {
	width: 410px;
	margin: 0px auto;
	font-size: 11px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: blue;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
#copy
{
	float:left;
	width:375px;
}
#video{
	float:left;
	width:305px;
	height:260px;
	margin: 0px;
	padding:0;

	}

