@charset "utf-8";

/* -------------------- Redefined HTML Tags ------------------- */

body 
	{
	font-family:Arial, Helvetica, sans-serif;	
	color: #333333;
	background-color: #FFFFFF;
	margin: 0;
	padding:0;
	font-size:80%;
	}
a:link 
	{
	color: #cc3366;
	text-decoration: none;
	font-weight: bold;
	}
a:visited
	{color:#E28DA9;
	text-decoration: none;
	}
a:hover 
	{
	text-decoration: underline
	}
p,h1,h2,h3,h4,li,a 
	{
	font-family:Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 180%;
	font-weight: normal;
	color: #339966;
	margin-bottom: 6px;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color: #cc9933;
	text-transform: uppercase;
	margin-bottom: 6px;
	
}
h3,h4,h5,h6 {
	font-size:100%;
	font-weight: bold;
	color: #cc9933;
	margin-bottom: 6px;
}
/* ------------------- Layout and Descendant Selectors ------------------- */


/* ----- Mast-head -----*/

	
/* ----- Navigation Column -----*/

#navcolumn {
	background-color: #EBD070;
	margin:0;
	padding:0;
}

/* ----- Main Page Area ----- */



/* ----- Main Page Area Left Column ----- */



/* ----- Main Page Area Right Column ----- */


/* ----- Footer ----- */

#footerright {
	margin-bottom:10px;
}

/* ----- Header Navigation ----- */

#header {
	text-align: center;
	border: 1px solid #006633;
}


/* ----- Home Page Features ----- */

#featureholder {

}
#featureholder div {
	margin-bottom: 10px;

	}
#feature1 {
	background-color: #a1bed8;
}
#feature2 {
	background-color: #9ac545;
}
#feature3 {
	background-color: #dd8740;
}
#feature4 {
	background-color: #7dabd4;
}



/* -------------------- Classes -------------------- */


.brown /* so user can brown text without resorting to Heading 3 */ {
	font-weight: bold;
	color: #cc9933;
}
