@charset "utf-8";
/* CSS Document */

body {
	background-color: #C07988;
	background-image:url(images/body_bkgrd.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
}
.navbar {
	background-color: #CF5B6D; 
	border-left: 2px solid #BE3043;
	border-right: 2px solid #BE3043;
}	
.navbar p{
    font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0.2em 1em 0.2em 0;
}
.navbar a:link {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0.2em 1em 0.2em 1em;
}
.navbar a:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding: 0.2em 1em 0.2em 1em;
}
.navbar a:hover {
	color: #CF5B6D;
	font-weight:bold;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 0.2em 1em 0.2em 1em;
}
.navbar a:active {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding: 0.2em 1em 0.2em 1em;
}
.content {
   background-color: #FFFFFF;
   border-right: 2px solid #BE3043;
   border-left: 2px solid #BE3043;
   text-align: left;
}   
.content p{
  margin: 0 2em 0.2em 2em;
  padding: 0.6em;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 15px; 
  color:#000000; 
}  
.content a:link {
  text-decoration: underline;
  color: #BE3043;
}
.content a:active {
  text-decoration: underline;
  color: #BE3043;
}
.content a:visited {
  text-decoration: underline;
  color: #BE3043;
}
.content a:hover{
  text-decoration: underline;
  color: #000000;
}  
.content ul {
   margin: 0 0.5em 0 1.2em;
   padding: 0 2em 0 3em;
   font-family: Arial, Verdana, sans-serif; 
   font-size: 13px; 
   color:#000000; 
}   
.content li {
	padding: 0.2em 0;
 	margin: 0;
}
h1 {
   font-family: "trebuchet ms", arial, sans serif; 
   font-weight: bold; 
   font-size: 20px;
   padding: 0.5em 0.2em 0.2em 0.2em;
   margin: 0.5em 2em 0.2em 1.8em;
   color: #BE3043;
   text-align: left;
   font-style:italic;
}
h2 {
   font-family: "trebuchet ms", arial, sans serif; 
   font-size: 18px;
   padding: 0.2em;
   margin: 0.2em 2em 0.2em 2.1em;
   color: #BE3043;
   font-style:italic;
}
h3 {
   font-family: "trebuchet ms", arial, sans serif; 
   font-weight: bold; 
   font-size: 15px;
   padding: 0.2em;
   margin: 0.5em 2em 0 2.2em;
   color:#336633;
   font-style:italic;
}   

.footer {
   text-align: center; 
   font-family: Arial, sans-serif; font-size: 12px;
   color: #000000;
   background-color: #FFFFFF;
   border-right: 2px solid #BE3043;
   border-left: 2px solid #BE3043;
}
.footer p{
   border-top: solid 1px #C07988; 
   padding: 1em 2em 0 2em;
   color: #000000;
   margin: 0.5em 75px 0 75px;   
}  
.footer a:link {
   color: #000000; 
   text-decoration: none; 
   font-weight: bold;
}  
.footer a:visited{
   color: #000000; 
   text-decoration: none;
    font-weight: bold;
} 
.footer a:active {
   color: #000000; 
   text-decoration: none;
    font-weight: bold;
} 
.footer a:hover {
  color:#BE2043;
  text-decoration:underline;
   font-weight: bold;
}

