
/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

/*cream #EFDBB5
/*orange #CC6734
/*teal #339999
/*gold #FFB214
/*bright orange #87E14

/* basic elements */
body { 
	font-family: arial; 
	color: 000000;  
	margin: 0px;
	background-color: #EFDBB5
	}
p { 
	font: arial; 
	margin-top: 0px; 
    text-align: left;
	}
h1 {font-size: 150%; color: #CC6734;text-align: center;}
h2 {font-size: 140%; color: #CC6734;text-align: center;}
h3 {font-size: 120%; color: #CC6734;text-align: left;}
h4 {font-size: 110%; color: #339999;text-align: left;}

.hometitle {
	font: arial; 
font-size: 12px;
color: #CC6734;
text-align:center;
line-height: 20px;
font-weight: bold;
}



p {font-size: 12pt} 
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #339999;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:hover, a:active {  
	color: #CC6734;
	}


/* specific divs */
#container { 
	background:  url(file:/// ) no-repeat top left; 
	padding: 0px 0px 0px 0px;  
	margin: 0px; 
	}



.links{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #CC6734; 
font-weight: bold;


}



a.links:link {text-decoration:none;font-size: 14px; font-weight: bold; color: #CC6734}
a.links:visited {text-decoration:none;font-size: 14px; font-weight: bold; color: #CC6734}
a.links:hover {text-decoration:none;font-size: 14px; font-weight: bold; color: #339999}
a.links:active {text-decoration:none;font-size: 14px; font-weight: bold; color: #CC6734}

