/* Generic Selectors */

body {
	
	background-color: #000000; background-image: url(images/secondary.jpg); background-repeat: no-repeat; background-position: center 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
	background-attachment: fixed;
	margin-left: -30px;
}

p {
	width: 100%;
	background-attachment: fixed;
}

li {

list-style-type: none;

line-height: 150%;

list-style-image: url(file:///Macintosh%20HD/Users/sarahgensert/images/arrowSmall.gif);

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c8b84a;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c8b84a;
	border-bottom: 1px solid #C6EC8C;
}

 

/**************** Pseudo classes ****************/

a:link {

color: #000000;

text-decoration: underline;

font-weight: bold;

}

li :link {

color: #000000;

text-decoration: underline;

font-weight: bold;

}

a:visited {

color: #000000;

text-decoration: underline;

font-weight: bold;

}

li a:visited {

color: #000000;

text-decoration: underline;

font-weight: bold;

}
.boldheadline {
	font-family: "Century Gothic", Calibri, "Arial Black", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4B5242;
}
.breadcrumbs {
	font-family: "Century Gothic", Calibri, "Arial Black", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E2C685;
}
.boldheadlinegrey {
	font-family: "Century Gothic", Calibri, "Arial Black", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B1AEA7;
}
.boldtextlight {
	font-family: "Century Gothic", Calibri, "Arial Black", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E0C785;
}

.boldheadlinelight {
	font-family: "Century Gothic", Calibri, "Arial Black", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E2C685;
}


.normaltext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.normaltextlight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E2C685;
}

.boldtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.normaltextwhite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.boldtextwhite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
