body {
	background: #FFF url('images/Header.jpg') no-repeat top center fixed;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.95em;
	color: #000;
	line-height: 1.5em;
}

#header {
	width: 80%;
	line-height: 1m;
	background: transparent;
	margin: 0 auto;
	padding: 0;
	height: 160px;
}



#filler {
	width: 80%;
	line-height: 1m;
	background: transparent;
	margin: 0 auto;
	padding: 0;
	height: 150px;
}





#nav {
	position: absolute;
	top: 185px;
	left: 10%;
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 15px Verdana, sans-serif;
	height: 5px;	
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #B78E96;
	border-bottom: none;
	background: transparent url(images/trans6.gif) repeat;
	text-decoration: none;
	
}







#nav li a:link { color: #800080; }
#nav li a:visited { color: #800080; }

#nav li a:hover {
	color: #fff;
	background: transparent url(images/trans7.gif) repeat;
}
#nav li a#current {
	background: transparent url(images/trans7.gif) repeat;
}

#container {
	background: transparent url('images/trans5.gif') repeat;
	width: 95%;
	margin: 0 auto;
	padding: 10;
	
}



#content {
	top: 0px;
	width: 85%;
	margin: 0;
	padding: 20px;
	float: left;
	font-size: 0.75em;
}

#content2 {
	padding: 0px 50px 50px 50px;
	margin: 0px 50px 50px 50px;
	float: left;

	}
	
img.alignleft {margin-right: 5px;}


#content2  DL {
	padding: 0px 50px 50px 50px;
	margin: 0px 50px 50px 50px;
	float: left;
	
}

#content3 {
	
	line-height: normal
	
}

.clearit 
{
    clear: both;
    margin: 0;
    padding: 0;
}


P.Signature{
  font-family:      "Comic Sans MS"
                    "Brush Script MT"
                    cursive;
					font-style:italic
					
}


#sideLeftfor2col
{   
    float: left;
	border-right: solid 1px #666;
	width: 25%;
    
    margin: 0 15px 0 10px;
    padding: 60px 15px 0 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left)*/
    font-weight: normal;
	font-size: 1em;
}
#sideLeft
{   
    float: left;
	width: 32%;
	background-image: url(images/trans6.gif);
    margin: 0 5px 0 2px;
    padding: 0 0 0 6px;
    font-weight: bold;
	font-size: 0.75em;
}

#sideCenter
{
   float: left;
    width: 30%;
    background-image: url(images/trans6.gif);
    margin:  0 5px 0 2px;
    padding: 0 0 0 6px;
    font-weight: bold;
	font-size: 0.75em;
}


#sideRight
{
    
    width: 30%;
    background: url(images/trans6.gif);
	margin:  0 5px 0 2px;
    padding: 0 0 0 6px;
    font-weight: bold;
	font-size: 0.75em;
}


#sideCenterfor2col
{
    float: left;
    width: 75%;
    
    margin:  0 10px 0 2px;
    padding: 0 10px 0 2px;
    font-weight: bold;
	font-size: 0.75em;
}



#leftColumn {
  
  border-right: solid 1px #666; /* Sets the right border properties for an element using shorthand notation */
  float: left;
  padding: 10px 5px 10px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 20%;
}

#rightIndex {
  
  border-left: solid 1px #666; /* Sets the left border properties for an element using shorthand notation */
  float: right;
  padding: 1px 5px 10px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 25%;
}
#contentIndex {
  margin: 0 5px 0 5px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 5px 10px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
 width: 49%;
 float: left;
 }


#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	
}

/* Sets the style for unvisited links. */
a,  a:link {
  background: transparent;
	color: #800080;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}
/* Sets the style for visited links. */
a, a:visited {
	background: transparent;
	color: #800080;
	text-decoration: none;
	font-weight: bold;
}
/* Sets the style for links on mouseover. */
a:hover {
  background: transparent;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}



a:hover, a:active {
	background: transparent;
	color: #666;
}

h1 {
	color: #7b4a7c;
	border-bottom: 
	margin: 1;
	padding-left: 25px;
	font-size: 1em;
}	
h2 {
	color: #000;
	border-bottom: 
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.5em;
}	
h3 {
	color: #000;
	font-weight:bolder;	
	border-bottom: 
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1em;
}
h4 {
	color: #550d0d;
	font-weight:bolder;	
	border-bottom: 
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.50em;
}