 
/* blue color set as follows
#3333FF = Bright Blue
#E6EEFF = nearly white
#DDE8FF = very pale blue...background color
#93B7FF = bottom of banner
#213249 = Dark blue of banner
#000B20 = Very Dark Blue--para text
#7DA4F2 = medium blue for nav container.
*/
/*Green Color Set was as follows
#FFF2E6  = background
#00CC00  = borders, etc
#006600  = hover?
#339900 = Paragraph text
*/
body {   
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 1.0em;	
	color: #000B20;
	min-width: 1024px;		
	max-width: 1360px;  
	background: #DDE8FF;
} 	 

#banner {
	margin: 0px;
	width: 100%;
	padding-top: 100px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	height: 0px;
}
/*  
padding-bottom: 50px; */


#copyright {
	clear: both;
	width: 100%;
	background-image: url(images/copy.gif);
	background-repeat: no-repeat;
  	padding-bottom: 50px;
}
/* Test area for right side navbar */
#ad{
   margin-left: 100px;
	line-height: normal;
	text-align: justify;
}


#navcontainer {
	float: right;
	width: 230px;
	margin: 5px;
	padding: 0px;
	font-family: 'Century Gothic',Arial,sans-serif;
	font-size: .9em;
	color: #213249 ;
	text-align: left;
	text-decoration: none;
}
#navcontainer ul{
	list-style: none;
	margin: 5px;
	padding: 1px;
}

#navcontainer li{
	border-top: 1px solid #213249;
	border-right: 2px solid #213249;
	padding: 1px;
	list-style: none;
}

#navcontainer li a:link {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #213249;
	border-left: 15px solid #213249;
	text-decoration: none;
	color: #213249 ;
}
#navcontainer li a:visited {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #213249;
	border-left: 15px solid #213249;	
	text-decoration: line-through;
	color: #000B20 ;  
	}
#navcontainer li a:hover{
	color: #000B20;
	text-decoration: none;
	}
.clear {
	clear: both;
}

.rf{
	float: right;
}

/* End of test of right side navbar */
h1 {
	font: bold 1.0em "Century Gothic", Arial, sans-serif;
	margin-left: 15px;
	border-bottom: 1px dashed #3333FF;
	padding: 0px;
	color: #213249;
}
h2 { 
	font:  bold 1.0em "Century Gothic", Arial, sans-serif;
	color: #213249;
	margin-left: 25px;
	/* text-align: center; */

}
h3 {
	font:  bold 2.0em "Century Gothic", Arial, sans-serif;
	color: #213249;
	margin-left: 25px;
	}

fieldset {
	border-width: 2px;
	border-color: #213249;
	margin: 15px;
	padding: 0 15px 0 15px;
	text-align: justify;

}

#table {	
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;

}
td a:link  {	
	text-decoration: none;
	color: #000B20;
	text-align: center; 
}
td a:hover {
	text-decoration: overline underline;
	color: #213249;
}
#td {
	font: 1.0em  "Century Gothic", Arial, sans-serif;	
	color: #000B20;
	text-align: center;
	width: 325px;
	
}

#content {
	padding: 0 15px 0 15px;
	/*   margin: 0 15px 15px 15px; */
	text-align: justify;
}
p.caption {
	font-size: 0.9em;
	line-height: normal;
	margin-bottom: 15px;
}
#gallery .thumb {
	line-height: normal;
	margin: 10px;
	width: 325px;
	padding-left: 0px;
}

.thumb img {
	border: 1px solid #666;
	background-color: #FFF;	
	padding: 4px;
	width: 320px;	
}


.display {
	float: left;
	width: 320px;
	margin: 2px 20px 0 20px;  
}
.display-screen  {
	float: left;	 		
	margin: 2px 20px 0 20px;
	clear: both;
}


ol.tut{
	text-decoration: none;
	color: #000B20;
	list-style-type: decimal;	
}
ol.img{
	float: right;
	margin: 2px 20px 0 20px;
}
/* IE 5 bug fix */
*html #gallery img {
	width: 100%;
}

/* IE 5/6 border erase bug */
*html #gallery {
	width: 100%;
}

p {
	font: 1.0em  "Century Gothic", Arial, sans-serif;	
	color: #000B20;
	text-align: center;
	width: 325px;
	margin: 10px 8px;
}

p a:link {	
	text-decoration: none;
	color: #000B20;
	text-align: center; 
}
p a:hover {
	text-decoration: overline underline;
	color: #213249;
}


.notify {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 1.0em;
	color: #000B20;
	margin-left: 0px;
	padding-left: 8px;
	text-align: left;
	clear: both;
}

