body{
	background-color: #ffffff;
	background-position: -10px -10px;
	font-family: font-family: agenda, bell, arial, helvetica, sans-serif;
	margin-top: -10px;
	margin-left: -10px;
	padding: 0px;
}

#banner{
	background-image: url('images/skheader.gif');
	background-repeat: no-repeat;
	height: 150px;
	color: #b860db;
}

#menu_main{
	background-repeat: no-repeat;
	background-position: 0px -20px;
	float:left;
	background-color: #fff;
	padding-left: 20px;
}

#menu_main a{
	display: block;
	width: 130px;
	text-decoration: none;
	color: #470A59;
	font-weight: bolder;
	font-family: agenda, bell, arial, helvetica, sans-serif;
	font-size: 14px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#menu_main a.secondTier {
	font-size: 12px;
	padding-left: 15px;
}

#menu_main a:hover{
    color: #d992f8;
}	

#menu_main b{
	display: block;
	font-size: 10px;
        border-left: medium #496616 solid;
	border-right: medium #496616 solid;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #999999;
	border-bottom: solid 1px #c5964b;	
}

#sec_menu{
	background-color: #fff;
	padding-top: 30px;
}

#sec_menu a{
	display: block;
	width: 130px;
	color: #8F1736;
	border: none;
	font-size: 12px;
	font-weight: lighter;
}

#sec_menu u{
	color: #470A59;
	font-weight: bolder;
}

#thr_menu{
	padding-top: 30px;
	background-color: #fff;
}

#thr_menu a{
	display: block;
	width: 130px;
	color: #8F1736;
	border: none;
	font-size: 12px;
	font-weight: lighter;
}

#thr_menu u{
	color: #470A59;
	font-weight: bolder;
}

#header{
	border-left: 1px #496616 solid;
	border-right: 1px #496616 solid;
	background-color: #496616;
	margin-left: 150px;
	height: 20px;
	word-spacing: 30px;
	color: #ffffff;
	font-family: agenda, bell, arial, helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	padding-left: 10px;
	text-align: center;
}

#wrapper{
	padding: 10px 10px 10px 20px;
}

#content{
	background-color: #DECCE3;
	border-left: 1px #8F1736 solid;
	border-top: 1px #8F1736 solid;
	border-right: 1px #8F1736 solid;
	margin-left: 165px;
	font-family: agenda, bell, arial, helvetica, sans-serif;
	font-size: 12px;
}

#content table{
	font-family: agenda, bell, arial, helvetica, sans-serif;
	font-size: 12px;
}

#content h2 {
	font-size: 14px;
	color: #470A59;
}

.indent_me{
	margin-top: -10px; 
	padding-left: 20px;
}

#content a{
	/* PMS 2627: color: #470A59; */
	/* PMS 1955: color: #8F1736; */
	/* PMS CG7: color: #A39487; */
	/* PMS 454: color: #D9D4BA; */
	/* PMS 375: color: #8FD400; */
	/* PMS 410: color: #7D6E66; */
	/* PMS 7451: color: #91A6DB; */
	/* PMS 2707: color: #C7D1E6; */
	/* PMS 263: color: #DECCE3; */
	color: #8F1736;
	text-decoration: none;
	font-weight: bolder;
}

#content a:hover{
	color: #A39487;
}

#content h1{
	color: #470A59;
	font-size: 18px;
	font-family: baskerville, 'palatino linotype', palatino, bell, arial, helvetica, sans-serif;
}

#content li{
	list-style-type: circle;
	/* color: #5d46b2; */
	color: black;
}

#content img{
	/* padding: 10px; */
	/* max-width: 300px; */
	/* max-height: 300px; */
}

#footer{
	background: #DECCCE3 url('images/grayfooterbg.jpg') no-repeat;
	background-position: right bottom;
	border-left: 1px #8F1736 solid;
	border-right: 1px #8F1736 solid;
	border-bottom: 1px #8F1736 solid;
	margin-left: 165px;
}

#footer_note{
	margin-left: 155px;
	font-family: agenda, bell, arial, helvetica, sans-serif;
}

#footer_note table, #footer_note td{
	font-size: 10px;
}

#footer_note a{
	color: #470A59;
	text-decoration: none;
}

.floatRight {
	float: right;
	margin: 10px 10px 10px 10px;
	clear: right;
}

.floatLeft {
	float: left;
	margin: 10px 10px 10px 10px;
}

img.letterBox {
	border: solid black;
	background-color: black;
}

p.quote {
	font-style: italic;
	font-weight: bold;
	padding-left: 10em;
	padding-right: 10em;
	margin-top: 2em;
	margin-bottom: 2em;
}

