@charset "utf-8";
/* CSS Document */
/*-- default style settings --*/

body, td, p, tr, td, form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
  margin: 0 auto; 
}

table {
  border-style: none;  
  border-collapse: collapse;
  border-spacing: 0;  
}

tr, td, form, a, img {
  border: none;
}

img {
  vertical-align: middle;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #221177;
	margin: 0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #112255;
	margin: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #002277;
}

a:visited {
	color: #002277;
}

a:hover { 
	color: #3355DD;
}

ul {
	list-style-type: circle;
	color: #111166;
}

.container {
width: 900px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #00326f; */
	background: #4466af;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px;
	border: 0px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
 }

#divMain {
  border:px solid #225599;
  padding:1px;
  background-color: #FFFFFF;
}

#divMainRight {
  border:1px solid #88AACC;
  padding-left:10px;
  padding-right:10px;
  height: 410px;
}

#divMenu {
	height: 20px;
	background-color: #dfdfdf;
	background-image:url(indexImages/button.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin-left:1px;
	margin-top: 1px;
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 14px;
}

#divMenu:hover {
	background: url("indexImages/buttonOver.jpg");
}

#divList {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DDDDDD;
}
#divListAlt {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCCCCC;
}

#divList:hover {
  background-color: #99BBFF;
}

#divListAlt:hover {
  background-color: #99BBFF;
}

#header{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color:#CC3300;
}

#divCenter {
	text-align: center;	
	vertical-align: middle; 
}

#divContact {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color:#112255;
   height: 20px;
   padding-left: 20px;
}

#bottomText {
	padding-top: 5px;
	padding-bottom: 5px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color:#FFFFFF;
	text-align: center;	
	vertical-align: middle; 
}


/* styling of the container. */ 
a.RYCOPlayer {    
    display:block;  
    width: 640px; 
    height:456px;
    text-align:center; 
    margin:0 2px 2px 0; 
    float: center; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.RYCOPlayer img { 
    margin-top:230px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.RYCOPlayer:hover { 
    border:1px solid #EEF; 
}
