        body		
		{
			font-family: Arial, Verdana, Helvetica, sans-serif;
		}

        p   {
           color: #000000;
	       text-align: justify;
	       font-size: 0.8em;
	       line-height: 1.4;
        }
		
		H1{
           color: #993366;
	       font-size: 1.2em;
	       /*text-decoration: underline;*/
	       border-bottom-width: thin;
	       border-bottom-style: dotted;
	       border-bottom-color: #cccccc;
         }
        H2{
          color: #993366;
	      font-size: 0.9em;
         }

		ul  {
           color: #000000;
	       text-align: justify;
	       font-size: 0.8em;
	       line-height: 1.4;
        }
        ol  {
           color: #000000;
	       text-align: justify;
	       font-size: 0.8em;
	       line-height: 1.4;
        }
		

		
		#container {
			width: 740px;
			\width: 760px;
			w\idth: 740px;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
		    border-right-width: thin;
	        border-right-style: dotted;
	        border-right-color: #cccccc;
		}

		#banner {
			padding: 5px;
			margin-bottom: 0;
			background-color: #87476A;
			background-image: url(images/top2.jpg);
	        background-repeat: no-repeat;
		}

		#content {
			padding: 5px;
			margin-left: 180px;
			background-color: white;
		}

		#sidebar-a {
			float: left;
			width: 160px;
			\width: 170px;
			w\idth: 160px;
			margin-top: 10px;
			margin-right: 10;
			padding: 5px;
			border-width: thin;
	        border-style: dotted;
	        border-color: #87476A;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 0;
			background-color: white;
			border-top-width: thin;
	        border-bottom-width: thin;
	        border-top-style: solid;
	        border-bottom-style: solid;
	        border-top-color: #87476A;
	        border-bottom-color: #87476A;
		}
		.image{
		float: right;
		padding: 2px;
		border: 1px solid #000;
		margin-left: 20px;
		margin-bottom: 20px;
		}
/*  title for online publication */		
.sssititle{
    color: #3D3D3D;
	font-size: 26pt;
	margin-left: 120px;
	margin-top: 60px;
	text-align: center;
	font-weight: bold;
	font: Arial;
}

/*left menu styles*/

h4 {
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	margin: 15px 0px -10px -5px;
	padding-left: 10px;
	}
h5 {
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	margin: 15px 0px 10px -5px;
	padding-left: 10px;
	}

/*  link attributes for normal links within text and index page */

a:link, a:visited{
	color: #993366;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
   	color: #94BCBE;
	text-decoration: none;
		font-weight: bold;
}
	
/*Link attributes for the left-hand menu*/

a.right:link, a.right:visited{
	color: #87476A;
	text-decoration: none;
}
a.right:hover{
   	color: #94BCBE;
	text-decoration: none;
}

/*Link attributes for the bottom navigation*/

a.botnav:link, a.botnav:visited, a.botnav:hover{
	color: #993366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}
.greyout{
	color: #CCCCCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}

/* for the popup boxes */

.popuptext{
    margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background: white;
	border-width: thin;
	border-style:solid;
	border-color: #87476A;
}

/*For the index page*/

.section
{
    font-weight: bold;
	margin: -5px 0px 20px 100px;
}

.subsection
{
    margin: -10px 0px 10px 150px;
	text-align: left;
}

/*  on this page table */
.sectionlist{
    margin: 10px 0px -10px 5px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	text-align: left;
	font-size: 0.82em;
}

.onthispage{
   	font-size: 0.9em;
	font-weight: bold;
	color: white;
	padding-left: 5px;
}
a.sectionlistlink:link, a.sectionlistlink:visited{
	color: #87476A;
	text-decoration: none;
}
a.sectionlistlink:hover{
    color: #94BCBE;
	text-decoration: none; 
}
table.sectionlist{
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #87476A;
	border-top-width: thin;
	border-top-style:solid;
	border-top-color: #87476A;
	border-left-width: thin;
	border-left-style:solid;
	border-left-color: #87476A;
	border-bottom-width: thin;
	border-bottom-style:solid;
	border-bottom-color: #87476A;
	float: right;
	margin: 5px 0px 10px 10px;
		}
}
