/* Gold Acres Colors */   
   
/* NEW PINK AND BLUE COLOR SET   
	#001122	-	darkest blue for text
	#002142	-	med-dark blue
	#003B76	-	med blue  borders etc
	#FFCDFF	-	pale pink for background  
	#FFECF5  paler pink
    background-image: url(images/side-edge-back.gif);
	background-repeat: repeat;
	Changed to bordered background for all sites.*/
/* BODY INFO */
body {	
	
	background-color: #FFFFFF;
	font-family: 'Century Gothic',Verdana,Arial,sans-serif;
	font-size:  12px;
	font-style: normal;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#header {
	margin: 0 0 0 0px;
	width: 100%;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
  	padding-top: 100px;
	
}

#footer {
	width: 100%;
	padding-bottom: 70px;
	background-image: url(images/copywrite.gif);
	background-repeat: no-repeat;
	
	
}
#copyright {
	clear: both;
	width: 100%;
	background-image: url(images/copyrite.gif);
	background-repeat: no-repeat;
  	padding-bottom: 50px;
}
fieldset {
	border-width: 2px;
	border-color: #213249;
	margin: 15px;
	padding: 0 15px 5px 15px;
	text-align: justify;

}

/* NAVIGATION MENUS */
#navbar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	border: 0px; 
}
#navbar ul li { 
	display: inline; 
	}
#navbar ul li a {
	text-decoration: none;
	padding: 5px;
	color: #001122;
}

#navbar ul li a:hover {
	text-decoration: overline underline;
 	color: #003B76;
}
/* bottom navbar */

#navbot ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	border: 0px; 
}
#navbot ul li { 
	display: inline; 
	}
#navbot ul li a {
	text-decoration: none;
	padding: 5px;
	color: #001122;
}

#navbot ul li a:hover {
	text-decoration: overline underline;
 	color: #003B76;
}

/* Tutorial list for beneath the header links to replace the side bar */
#navlist ul
{
	margin: 25px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	border: 0px; 
}
#navlist ul li { 
	display: inline; 
	}
#navlist ul li a {
	text-decoration: none;
	padding: 5px;
	color: #001122;
}

#navlist ul li a:hover {
	text-decoration: overline underline;
 	color: #003B76;
}




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


#navcontainer ul{
	list-style: none;
	margin: 5px;
	padding: 1px;
}

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

#navcontainer li a:link, {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #003B76;
	border-left: 15px solid #003B76;
	text-decoration: none;
	color: #001122;
}
#navcontainer li a:visited { 
	display: block;
	padding: 5px;
	border-bottom: 1px solid #003B76;
	border-left: 15px solid #003B76;
	text-decoration: line-through;
	color: #001122;
	 }



#navcontainer li a:hover{
	color: #003B76;
	text-decoration: overline underline;
}
/* TABLES */
.intro {	
    width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 50px;
	font-family: 'Century Gothic',Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #001122;
	
}

table {
	/* width: 650px; */
	width: 1000px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-family: 'Century Gothic',Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #001122;
	
	
}
.tut{
	width: 1000px;

	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-family: 'Century Gothic',Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #001122;
	
	
	
	}
td {	
	font-family: 'Century Gothic',Verdana,Arial,sans-serif;
	font-size: 14px;
	color: #001122;
	text-align: left;
	text-justify: justify;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	border: 2px;
	
	
	}
	




.td img {
	float: right;
	display: inline; 
	padding: 5px;
	
	}
	
.goldbullet {
	list-style-image: url(images/goldbullet.gif)
	}

#box{
	border: 1px solid #003B76;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	}
.left {
	float: right;
	width; auto;
	
	padding: 5px;
	font-family: 'Century Gothic',Verdana,Arial,sans-serif;
	font-size: .9em;
	color: #001122;
	text-align: left;
	text-decoration: none;
}

.right {
	float: right;
	width; auto;
	
	padding: 5px;
	font-family: 'Century Gothic',Verdana,Arial,sans-serif;
	font-size: .9em;
	color: #001122;
	text-align: left;
	text-decoration: none;
}

ol {
	list-style-type: decimal;
	font-family: 'Century Gothic',Verdana,Arial,sans-serif;
	font-size: 14px;
	color: #001122;
	text-align: left;
	text-decoration: none;
}

ul {
	list-style-image: url(images/goldbullet.gif)
	font-family: 'Century Gothic',Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #001122;
	text-align: left;
	text-decoration: none;
}
/* TEXT */
h1 {
	font: bold 1.5em "Century Gothic", Arial, sans-serif;
	margin-left: 15px;
	border-bottom: 1px dashed #999;
	padding: 0px;
	color: #003B76;
}
h2 {
	font: bold 1.5em "Century Gothic", Arial, sans-serif;
	margin-left: 15px;  
	padding: 0px;
	color: #003B76;
}
fieldset {
	border-width: 2px;
	border-color: #003B76;
	margin: 15px;
	padding: 0 15px 0 15px;
	text-align: justify;

}

p.content {
	font-size: 14pxem;
	line-height: normal;
	text-decoration: none;
	color: #001122;
  	padding: 10px;
  	margin-top: 5px;
 	margin-right: 20px;
 	margin-bottom: 5px;
 	margin-left: 30px;
	text-align: justify;
}

/* IE 5 bug fix */
*html #gallery img {
	width: 100%;
}

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


p {
	font: 12px  "Century Gothic", Arial, sans-serif;	
	color: #001122;
	text-align: left;
	margin: 10px 0px;
}

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






.rf {
	float: right;	
   padding: 5px;
} 
.lf {
	float: left;
	padding: 5px;
}

/* LINK ICONS */
#icons ul{
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	text-align: center;
	border: 0px; 
}
#icons ul li { 
	display: inline; 
}
#icons ul li a {
	text-decoration: none;
	padding: 5px;
	color: #001122;
}

/* LISTS */


/* IMAGE DISPLAYS */



/*  */
/*  */
/*  */
