body {
	background-color: #a5b6ac;
	background-image: url(img/topBG.jpg);
	background-repeat: repeat-x;
	margin: 25px 0px 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0c1f15;
}
a {
	color: #590059;
	text-decoration: underline;
}

a:hover {
	color: #590059;	
	text-decoration: none;
}

a img {
	border:none;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #99209e;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #590059;
	margin: 6px 0px 0px;
	line-height: 1.3;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #590059;
	margin: 6px 0px 0px;
}
.subhead-dkpurp {
	font-size: 1em;
	font-weight: bold;
	color: #590059;
}
.subhead-ltpurp {
	font-weight: bold;
	/* was the pink color,changed by kara 011808 - color: #99209e; */
	color:#99209e;
}

.subhead-ltpurp2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #99209e;
	margin: 6px 0px 0px;
	line-height: 1.3;
}

p{
	margin: 5px;
	padding:5px;
}

/* Layout styles */
div#wrapper { 
	position:relative;
	overflow:hidden;
}
#logo img {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px;
	z-index:1;
}
#topNav {
	background-color: #b6cbb9;
	height: 1.25em;
	width: auto;
	margin: 0px;
	padding: 5px 5px 5px 250px;
	color: #000;
	font-size: 1em;
}
#topNav a {
	text-decoration: none;
	color: #000;
	position: relative;
	z-index:2;
}
#topNav a.topNavSelected {
	font-weight:bold;
	color: #99209e;
}
#topNav a:hover {
	color: #E1E8E4;
	background-color: #590059;
}
#topSubNav {
	background-color: #95b399;
	height: 1.25em;
	width: auto;
	margin: 0px;
	padding: 5px 5px 5px 220px;
	color: #000;
	font-size: 1em;
	display:block;
}
#topSubNav a{
	text-decoration: none;
	color: #000;
	position: relative;
	z-index:2;
}
#topSubNav a:hover{
	color: #E1E8E4;
	background-color: #590059;
}
#topSubNav a.topNavSelected { 
		font-weight:bold;
		color: #99209e;
}
#content {
	background-color: #e1e8e4;
	height: 100%;
	min-height: 450px;
	width: 80%;
}
#contentTextContainer {
	height:450px;
	margin:0px;
	background-image: url(img/bottomContentBG.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow:auto;
}
#contentText {
	padding: 8px;
	margin:0px;
}
#contentText p {
	margin: 5px; /*sb changed from 0px*/
	padding:0px;
	line-height: 1.3;
}
#rightBar {
	height:auto;
	width: 140px;
	background-color: #b5c4bb;
	text-align: center;
	position: absolute;
	left: 80%;
	border-right: 1px solid #fff;
	padding-bottom: 10000px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.rightBarBlock {
	/* kara removed 01-17-08
	background-image: url(img/rectangleRight.gif);
	background-repeat: no-repeat;
	background-position: 15px 0px; */
	color: #811d81;
	font-weight: bold;
	font-size:1.1em;
	margin-top: 0px;
	margin-bottom: 3px;
}
.rightBarBlock img {
	margin-top: 18px;
}
.rightBarBlock ul {
	font-size: 0.85em;
	list-style-image: url(img/arrowBullet.gif);
	color: #333;
	margin:0px;
	margin-left: 8px;
	padding:0px;
	list-style-type: square;
/* styles below fix layout in Safari */
	text-align:left;
}
.rightBarBlock ul li {
	margin-left: 25%;
	margin-right: auto;
}
/* end safari fix */
.rightBarBlock ul li a {
	color: #333;
	text-decoration: none;
}
.rightAltBG {
/* kara removed 01-17-08
	background-image: url(img/rectangleLeft.gif); */
}
span.altColor { /*text spans in right sidebar*/
	color: #460046; 
	margin:0px;
	padding:0px;
}
#bottomHeader {
	background-color: #324734;
	height: 28px;
	width: 100%;
	margin: 0px;
	color: #da9cd6;
	background-image: url(img/bottomHeadBG.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px;
	clear: both;
	vertical-align: middle;
	text-align: right;
}
#bottomHeader h1 {
	font-size:1.5em;
	color: #da9cd6;
	margin:0px;
	padding: 0px;
}
#bottomNav {
	background-color: #163927;
	height: 275px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-image: url(img/bottomNavBGbig.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
}
#bottomNav a {
	color: #fff;
	text-decoration:none;
}
#footer {
	font-size: 0.75em;
	margin-top: 40px;
	color: #999;
}
#footer a {
	color: #999;
}

/*shellie's styles*/
.callOut {
	float: right;
	width: 130px;
	height: auto;
	background-image: url(img/rtCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #E1E8E4;
	text-align: left;
	margin: 5px;
	padding: 15px;
	padding-top: 2px;
	}

.sm {
	font-style: normal;
	font-size: 6pt;
	line-height: 5px;
	}
	
.quote {
	font-style: normal;
	font-size: 8pt;
	line-height: 5px;
	}	
	
	
.author {
	font-style: normal;
	font-size: 7pt;
	font-weight: bold;
	}

.callOut2 {
	float: none;
	width: 350px;
	height: auto;
	margin: 0px;
	padding: 2px 0px;
	border-top: 1px solid #ACBFB5;
	border-right: 1px none #ACBFB5;
	border-bottom: 1px solid #ACBFB5;
	border-left: 1px none #ACBFB5;
	}
div.floatright {
    float: right;
    width: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    }

div.floatright img {
    border: 1px #000000 solid;
    }

div.floatright p {
	font-style: italic;
	text-align: center;
	margin-bottom: 0px;
	font-size: 11px;
    }
	
/*use this div on images that float left*/
div.imageL {
	float: left;
	border: 1px solid black;
	padding: 4 4 4 4px;
	margin: 0 10 0 0px;
	}

/*use this div on images that float right*/
div.imageR {
	float: right;
	margin:10px; 
	border-width:1px; 
	border-color:#333333; 
	border-style:solid; 
	padding:8px;
	}
/*	
.quoteStart {
	padding-top: -33px;
	padding-right: 5px;
	margin-top: 0px;
	margin-left: 0px;
	}
	
.quoteClose {
	padding-top: 0px;
	padding-left: 0px;
	margin-top: -33px;
	margin-right: 0px;
	}
*/
	
#left_col {
    float:left;
    width:300px;
	vertical-align:top; 
	text-align:left;
	margin-right:30px;
    }
#right_col {
    float:left;
    width:300px;
	vertical-align:top; 
	text-align:left;
    }
#clear {
	clear:both;
	}
