/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Trebuchet MS;
	color: #895CCB;
	margin: 0px;
	padding: 0px;
	background-color: #FFF6E1;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align:justify;

}

a{
	color: #895CCB;
	text-decoration: none;
}

a:link{
	color: #895CCB;
	text-decoration: underline;
}

a:visited{
	color: #895CCB;
	text-decoration: underline;
}

a:hover{
	color: #895CCB;
	text-decoration: underline;
}

h1{
	font-family: Trebuchet MS;
	font-size: 22px;
	color: #895CCB;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

h2{
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #895CCB;
	margin: 0px;
	padding: 15px;
	font-style: normal;
	text-align:center;

}

h3{
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #895CCB;
	margin: 0px;
	padding: 10px;
	font-style: normal;
	text-align:center;

}

h4{
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: normal;
	color: #895CCB;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

h5{
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #895CCB;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Trebuchet MS;
 font-size: 100%;
 font-weight: bold;
 color: #895CCB;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 9px;
	font-family: Trebuchet MS;
	color: #895CCB;
	margin: 9px;
	padding: 9px;
	background-color: none;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-align:justify;
	text-decoration: none;
}
	
.story p{
	padding: 0px 0px 0px 0px;
	
}

/*********** #navBar link styles ***********/

.navigation:link, .navigation:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	padding: 4px 1px 4px 1px;
	width: 150px;
	text-decoration: none;
	background-position: left bottom;
	text-align: left;
	color:#895CCB;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #none;
	border-right-color: #none;
	border-bottom-color: #71C7C7;
	border-left-color: #none;
	height: 16px;
}