body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height: 1.5em;
	text-align: center;
	background: #d97762/*#5a4f6d;*/
	}

b {font-size: 110%;}

h2 {
	font-size: 1.5em;
	margin-top: 20px;
	}

h3 {
	font-size: 1.2em;
	margin: 20px 3px 3px 3px;
	}

#wrapper {
	width: 1003px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	text-align: left;
	background: #ffffff;
	}

#banner {
	height: 250px;
	background-color: #f2efbd;
	padding: 0;
	margin: 0;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	}

#banner h1 {
	padding: 7px;
	margin: 0;
	color: #ffffff;
	position: absolute;
	top: 140px;/*66px;*/
	left: 20px;/*80px;*/
	font-size: 2.0em;/*1.8em;*/
	}

#banner ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 86px; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	}

#banner ul li {
	display: inline;
	}
#banner ul li a{
	float: left;
	color: #ffffff; /*text color*/
	text-decoration: none;
	border-right: 1px solid #5a4f6d; /*dark purple divider between menu items*/
	height: 25px;
	background: black url(../images/indentbg.jpg) center center repeat-x;
	padding: 3px 8px;
	vertical-align: center;
}

#banner ul li a:visited{
	color: #ffffff;
}

#banner ul li a:hover, #banner ul li .current {
	color: #ffffff !important; /*text color of selected and active item*/
	padding-top: 4px;/*shift text down 1px for selected and active item*/
	padding-bottom: 2px; /*shift text down 1px for selected and active item*/
	background: #000000 url(../images/indentbg2.jpg) center center repeat-x;
}
#textsize {
	position: absolute; 
	top: 3px; 
	right: 3px;
}

#top_menu {
	background: #CCCCFF;
	margin: 0;
	padding: 0;
	}

#top_menu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background: black url(../images/indentbg.jpg) center center repeat-x;
	/*display: inline;*/
	}

#top_menu ul li {
	display: inline;
	}
#top_menu ul li a{
	float: left;
	color: #ffffff; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #5a4f6d; /*dark purple divider between menu items*/
}

#top_menu ul li a:visited{
	color: #ffffff;
}

#top_menu ul li a:hover, #top_menu ul li .current {
	color: #ffffff !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: #000000 url(../images/indentbg2.jpg) center center repeat-x;
}



#page {
	float: left;
	width: 100%;
	}

#content {
	margin-right: 295px; /*Set left margin to RightColumnWidth*/
	max-width: 600px; /*to constrain line length for ease of reading*/
	background: #ffffff;
	}

#snippets {
	float: left;
	width: 295px; /*Width of right column set to golden mean proportions*/
	margin-left: -295px; /*Set left margin to -(RightColumnWidth) */
	background: #f2efbd;
	}

#links	{
	display: none;
	}

#footer	{
	clear: left;
	width: 100%;
	background: #5a4f6d;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	}

#footer dl {
	margin-left: 10px;
	}

#footer dl dt {
	display: inline;
	}

#footer a {
	color: #FFFF80;
	}

.padding {
	padding: 0 10px 10px 10px; /* Margins for inner DIV inside each column (to provide padding)*/
	}

.hidden {
	display: none;
	}
	
.orange {
	background-color: #f2b441;
	margin: 15px;
	padding: 10px;
}
.blue {
	background-color: #79c7d9;
	margin: 15px;
	padding: 10px;
}

.red {
	background-color: #d97762;
	margin: 15px;
	padding: 10px;
}
.purple {
	background-color: #5a4f6d;
	margin: 15px;
	padding: 10px;
	color: #ffffff;
}
.purple a:link {
	color: #f2b441;
	}
.purple a:visited {
	color: #79c7d9;
	}