body {
	background:  url(images/bg.gif);
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 1.5;

}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #003300;
	margin-left: 20px;
	margin-top: 10px;
	text-indent: 0px;
	border-bottom: 1px solid #e0cc80;
	text-transform:uppercase;

}

h2{ 	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #c00;
	margin-left: 20px;
	margin-bottom: -5px;
}
div#pagetext li {
	list-style-image:url(images/arrow.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin-bottom: 5px;
}

div #pagetext img{
margin: 5px 0px 5px 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;	
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 790px;
	margin: 0px auto;
	background: url(images/content_bg.gif);

}


div#container {
	width:790px;
	position: relative;
	margin: 0px auto;
 }
 
div#header { 
	background: url(images/bg_header.jpg);
	width: 790px;
	height: 128px;
	position: relative;
 }
 
 div#pagetop{
 	background: url(images/bg_pagetop.jpg);
	width: 790px;
	height: 137px;
	position: relative;
 }
 

div#pagetext {
	width:770px;
	margin: 0px auto;
		
}


div#textleft{
	float: left;
	width: 203px;
	display: inline;

}


div#textright{
	float: left;	
	width: 556px;
	display:inline;
	background: url(images/watermark.jpg) repeat-x #f0e199;
		
}


div#textright a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666600;		
}

div#textright a:visited{
	color:#666600;		
}

div#cta{
	margin-left: 12px;
	margin-top: -30px;
}

address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 15px;
}



 
 div#links {
 	width: 740px;
	height: 25px;
 	color: #003300;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	margin-top: 15px;
	border-top: 1px solid #e0cc80;
 }
 
 div#links a:link, a:visited{
 	font-size: 12px;
	color: #003300;
 }
 
  div#bottom{
  	background: url(images/bg_bottom.gif);
	background-repeat: no-repeat;
 	width: 790px;
	height: 20px;
	margin: 0px auto;
	clear: both; 
 }
 
 div#flash{
	position: absolute;
	width: 290px;
	height: 128px;
	top: 4px;
	left: 215px;
	
 }
 

 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 5px 5px 5px 5px;
	float: right;
}

.right img{
	border: 4px solid #fff;

}

img.left {
	float: left;
	margin: 20px;
	border: 2px solid #fff;

}


 .copyright {
 	width: 770px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear: both;
	padding: 10px 0px 10px 0px;
 }
 
 
 .copyright a:link{
	color: #fff;
 }
 
  div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }


 div#transparent{
	position: absolute;
	left: 514px;
	top: 93px;
	width: 250px;
	height: 30px;
 }


/* ---------------------- nav ---------------------- */

	#navigation{
		background: url(images/nav_bg.jpg);
		width: 203px;
		height: 274px;
		
	}
	
	
		ul#mainnav {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 162px;
	left: 41px;
	top: 1px;
	

}

ul#mainnav li {
	display: inline; 
	list-style: none;


}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #000;
	width: 150px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px 5px 5px;
	margin-left: 0px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #e0cc80;
	font-family: Georgia, "Times New Roman", Times, serif;

}
/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #ff0000;
	
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #006600;
	background: url(images/bg_navhot.gif);

}


	  
	 iframe{
	 	margin-left: 10px;
	 } 
/*---------------------------------------Custom classes-----------------------------------------*/

.clear{
	clear: both;
	}
		
	
.center{
	text-align: center;
}


#audio{
	position: absolute;
	top: 5px;
	left: 591px;
}

.column1{
	float: left;
	margin-left: 10px;
	width: 200px;
}

.column2{
	float: left;
	margin-left: 10px;
	width: 200px;

}

table{
	width: 550px;

}

td{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	width: 260px;
	font-size:12px;
	vertical-align: top;
}

.title{
	font-size: 16px;
	font-weight: bold;	
	color:#003300;
	text-align:center;
	border-bottom: 1px solid #e0cc80;
}

.header{
	font-size: 16px;
	font-weight: bold;	
	color:#003300;
	text-align:center;
	border-bottom: 1px solid #e0cc80;
	width: 550px;
	
}
/*Netopia Calendar*/
div#calendar{
	margin-left: -15px;
}
