body {
  text-align: left;
  background-color: #F1EFE2;
  margin-top:10px;
  margin-bottom:10px;
  color:#000000;
  font: 10pt  verdana, arial, helvitica, sans-serif;

}


p {
  text-align: left;
  color:#5F2205;
  font: 10pt  verdana, arial, helvitica, sans-serif;
  line-height:1.5em;

}


/**
#container {
width: 95%;
\width: 95%;
w\idth: 95%;
background-color: #F1EFE2;
border: 0px solid #eee;
align: center;
margin-left: auto;
margin-right: auto;
padding: 10;
line-height: 1.5em;
}
**/


A:link {
	COLOR: #5F2205; text-decoration: underline; font-weight: bold;
}
A:visited {
	COLOR: #BC0059; text-decoration: underline; font-weight: bold;
}
A:active {
	COLOR: #FC6A71; text-decoration: underline; font-weight: bold;
}
A:hover {
	COLOR: #FC6A71; text-decoration: underline; font-weight: bold;
}



		/* HEADING PROPERTIES */
h1 {
margin-top: 20px;
font-size: 200%;
letter-spacing: 5px;
color:#BC0059;
}

h2 {
font-size: 150%;
font-weight: bold;
font-family: times, serif;
font-style: italic;
letter-spacing: 3px;
color:#BC0059;
}

h3 {
padding: 5px;
text-transform: uppercase;
font-size: 90%;
color:#fff;
background: #BC0059;
}

h4 {
padding: 5px;
text-transform: uppercase;
font-size: 65%;
color:#fff;
background: #BC0059;
}

h5 {
padding: 5px;
text-transform: uppercase;
font-size: 65%;
}


h6 {
padding: 5px;
text-transform: uppercase;
font-size: 55%;
font-weight: strong;
color:#fff;
background: #5F2205;
}

		/* BULLETED LIST */
.bullet ul li {
color:#5F2205;
font: 10pt  verdana, arial, helvitica, sans-serif;
line-height:1.5em;
margin: 0 10px 0 0;
padding: 0;
list-style-type: square;
background: inherit;
}

	/* 	NAVIGATION BAR */

#navbar ul { 
    margin: 0; 
    padding: 3px; 
    font: 8pt verdana, arial, helvetica, sans-serif;
    list-style-type: none; 
    text-align: left; 
    background-color: #F1EFE2; 
    font: 8pt verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    } 

#navbar ul li {  
    display: inline; 
    } 

#navbar ul li a { 
    text-decoration: underline; 
    padding: .1em 1em; 
    color: #5F2205;  
    background-color: #F1EFE2; 
    } 

#navbar ul li a:hover { 
    color: #F1EFE2; 
    background-color: #BC0059; 
    } 


	/* TINY */
	
div.tiny {
font-size: 8px;
}


	/* SMALL */
	
div.small {
font-size: 9px;
}


	/* MEDIUM*/
	
div.med {
font-size: 11px;
}
		
		/* IMAGE PROPERTIES */
.border {
padding: 5px;
margin: 5px;
border: 1px solid #5F2205;
}

div.caption {
   float: right;
   width: 40%;
   border: none;
}

div.caption p {
   text-align: center;
   font-style: italic;
   font-size: 9px;
   text-indent: 0;
}

	/* RSIDEBAR PROPERTIES */
	
.rsb {
font-family: times, serif;
font-style: italic;
text-align: center;
font-size: 11px;

}