body {
	font-family: Arial, Verdana, Sans-Serif;
	background: #746854;
	margin: 0px;
	padding: 0px;
}

a {
	color: #fb4f97;
	font-weight: bold;
}

input, textarea {
	font-family: Arial, Verdana, Sans-Serif;
	color: black;
	font-size: 9pt;
	scrolling: auto;
}


#siteContainer {
	padding-top: 20px;
	padding-bottom: 10px;
}

#navBarContainer {
	background-image: url('../images/left_tile.jpg');
	height: 589px;
	width: 150px;
}

#navBarGraphic {
	position: relative;
	background-image: url('../images/left.jpg');
	width: 150px;
	height: 589px;

}



#navBarMenu {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 9pt;
	position: relative;
	width: 150px;
}
#navBarMenu .item a, .item2 a, .item3 a, .over a, .over2 a, .over3 a {
	color: white;
	text-decoration: none;
}

#navBarMenu .selected a, .selected2 a, .selected3 a {
	color: black;
	text-decoration: none;
}
#navBarMenu .selected, .selected2, .selected3 {
	background: #FFF;
	color: #000;
	padding: 4px;
	padding-left: 6px;
}
#navBarMenu .item, .item2, .item3 {
	background: #81CBCA;
	color: #FFF;
	padding: 4px;
	padding-left: 6px;
}
#navBarMenu .over, .over2, .over3 {
	background: #EF98CB;
	color: #FFF;
	padding: 4px;
	padding-left: 6px;
}
#navBarMenu .item3 {
	background-color: #b3e0df;
}
#navBarMenu .selected2 {
	background-color: #cdeaea;
}
#navBarMenu .selected3 {
	background-color: #cdeaea;
}

#navBarMenu .item2, .over2, .selected2 {
	font-size: 7pt;
	padding-left: 20px;
}
#navBarMenu .item3, .over3, .selected3 {
	font-size: 7pt;
	padding-left: 40px;
}


#contentContainer {
	background: #FFF;
}

#contentContainer .logo {
	padding: 20px 0px 20px 0px;
}

#rightContainer {
	background-image: url('../images/right_tile.jpg');
}
#rightGraphic {
	position: relative;
	background-image: url('../images/right.jpg');
	width: 219px;
	height: 257px;
}
#thinkGraphic {
	position: relative;
	background-image: url('../images/think_ing.gif');
	width: 141px;
	height: 129px;
}

#footerContainer {
	font-family: Garamond, Georgia, Helvetica, Arial, Sans-Serif;
	padding-top: 1px;
	margin-top: 1px;
	position: relative;
	width: 721px;
	height: 18px;
	background: #D1BFA2;
	font-size: 9pt;
	color: #7e7362;
}

#footerPoweredBy {
	padding-top: 4px;
	font-family: georgia, verdana;
	font-size: 9pt;
	font-weight: bold;
}

#footerPoweredBy a {
	text-decoration: none;
}

.firebrand {
	color: #c51515; 
	text-decoration: none;
}