html{
 background-image: url("images/background1.jpg");
 background-repeat: repeat-x;  
 margin:0px;
}


body{ 
 margin-top: 0px;
 margin-bottom:1px; 
 padding:0; 
 width: 800px;
 font-family:arial, helvetica, sans-serif;
 font-weight: normal;
 font-size: 10pt;
 } 
 
h1
   { clear: both; 
     font-family: tahoma, helvetica, sans-serif;
     font-size: 200%;
     font-weight: 900;
     color: #563e7c;
     margin-top: -4px;
     }
   
h2 
   { clear: both; 
     font-family: tahoma, helvetica, sans-serif;
     font-size: 150%;
     color: #563e7c;}
     
h3 
   { clear: both; 
     font-family: tahoma, helvetica, sans-serif;
     font-size: 125%;
     color: #563e7c;}
     
h4
   { clear: both; 
     font-family: tahoma, helvetica, sans-serif;
     font-size: 100%;
     margin-top: -15px;
     color: #563e7c;}
     
h5
   {clear: both; 
     font-family: tahoma, helvetica, sans-serif;
     font-size: 16pt;
     color: #563e7c;}

h6
   {clear: both; 
     font-family: tahoma, helvetica, sans-serif;
     font-size: 14pt;
     color: #563e7c;}
 
#pagewidth{ 
 width:800px; 
  min-width: 500px; 
} 
 
#header{ 
 width:800px; 
 height:140px;
 margin-top: 0px;
 margin-bottom: 4px;
 font-family: tahoma, helvetica, sans-serif;
 background-repeat: no-repeat;  
 text-align: right;
 text-decoration: none;
 color: #563e7c;
 font-weight: heavy;
} 
 
#header a:link 
   { color: #660099;               
	text-decoration: none;
	font-weight: bolder; }
     
#header a:visited 
   { color: #663399;               
	text-decoration: none;
	font-weight: bolder; }

#header a:active
   { color: #663399;                
	text-decoration: none;
 	font-weight: bolder; } 
 
#leftcol{
 width:170px; 
 margin-top:0px;
 float:left; 
 position:relative; 
 font-size: smaller;
 font-weight: bold;

 }
 
 #leftcol a:link 
    { color: #660099;               
 	text-decoration: none;
 	font-weight: bolder; }
      
 #leftcol a:visited 
    { color: #663399;               
 	text-decoration: none;
 	font-weight: bolder; }
 
 #leftcol a:active
    { color: #663399;                
 	text-decoration: none;
 	font-weight: bolder; } 
 

 
#footer{
 text-align: center;
 width:800px; 
} 
 
#footer a:link 
   { color: #660099;               
	text-decoration: none;
	font-weight: bolder; }
     
#footer a:visited 
   { color: #663399;               
	text-decoration: none;
	font-weight: bolder; }

#footer a:active
   { color: #663399;                
	text-decoration: none;
 	font-weight: bolder; } 

#inner{margin:0; width:100%;
}
 
#maincol{ 
 float: right; 
 width: 620px; 
 position: relative; 

 }
 
#maincol a:link 
   { color: #563e7c;               
	font-weight: bolder; }
     
#maincol a:visited 
   { color: #563e7c;               
	font-weight: bolder; }

#maincol a:active
   { color: #563e7c;                
 	font-weight: bolder; } 

#outer>#inner { border-bottom: 1px solid #ffffff;  }
 
.clr{clear:both;}
 
.content{padding:5px 5px 5px 20px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
#header{display:none;} 
#maincol{width:680px;}
}

.purplefont {font-weight: bolder;
	 color:#CC66CC;}

.maroonfont {
	 color:maroon;}

.boldmaroon {font-weight: bolder;
	font-size: 150%;
	 color:maroon;}
	 
.eg {
	border: 1px solid #000000; 
	margin: 1em; 
	padding: 1em;
	color: #000000;
	}
	
.f10 {font-size: 10pt;}
	
.p_header {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 150%;
	color: #563F77;
 	font-weight: bolder;
	}
	
.eg200r {
	border: 1px solid #63422f; 
	margin: 1em; 
	padding: 1em;
	width: 200px;
	float: right;
	color: #63422f;
	}

.egright {  
 float: right;
 text-align: center;
 width: 250px;
 padding: 00px 0px 10px 0px;
 margin: 0px 4px 4px 15px;
}

.imgleft{
	margin: 2px 10px 10px 2px;
	float: left;
}
	
#navigation {
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
	text-align: center;
	margin: 0px 0px 0px 2px;}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;}
#navigation li {
	border-bottom: 1px solid #e3cb9f;}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 3px solid #563e7c;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #563e7c;
	color: #e3cb9f;
	text-decoration: none;}
#navigation li a:hover {
	background-color: #aa9abf;
	color: #000000;}
#navigation ul ul {
	margin-left: 12px;}
#navigation ul ul li {
	border-bottom: 1px solid #563e7c;
	margin:0;}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #CAE1F5;
	color: #e3cb9f;}
#navigation ul ul a:hover {
	background-color: #95D2B5;
	color: #e3cb9f;}
	
div#buttonA {
    margin-left: 10px;}

div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
}
div#buttonA li {
    list-style-type: none;
    height: 110%;
    margin: 20px;
    text-align:center;
}
div#buttonA li a {
    height: 110%;

    display: block;
    text-decoration: none;
    border-width: 4px;
}
div#buttonA li a:link {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;
}
div#buttonA li a:visited {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #000000;
    background-color: #aa9abf;
    border-top: outset #ad9abd;
    border-left: outset #ad9abd;
    border-bottom: outset #ad9abd;
    border-right: outset #ad9abd;
}
div#buttonA li a:active {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;
} 
	

div#navButtonA ul {

    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
div#navButtonA li {
    list-style-type: none;
    width: 160px;
    text-align:center;
}
div#navButtonA li a {
    display: block;
    padding: 3px 0px 3px 0px;
    text-decoration: none;
    border-width: 4px;
}
div#navButtonA li a:link {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;
}
div#navButtonA li a:visited {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;
}
div#navButtonA li a:hover {
    font-weight: bold;
    color: #000000;
    background-color: #aa9abf;
    border-top: outset #ad9abd;
    border-left: outset #ad9abd;
    border-bottom: outset #ad9abd;
    border-right: outset #ad9abd;
}
div#navButtonA li a:active {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;
} 
	
div#buttonB {
    margin-left: 10px;
   }
div#buttonB ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;}
div#buttonB li {
    list-style-type: none;
    width: 125px;
    height: 30px;
    margin: 0px 20px 20px 20px;
    }
div#buttonB li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 4px;
    }
div#buttonB li a:link {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;
    }
div#buttonB li a:visited {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;
}
div#buttonB li a:hover {
    font-weight: bold;
    color: #000000;
    background-color: #aa9abf;
    border-top: outset #ad9abd;
    border-left: outset #ad9abd;
    border-bottom: outset #ad9abd;
    border-right: outset #ad9abd;
}
div#buttonB li a:active {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;
} 
	

div#navbuttonB ul {

    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
div#navbuttonB li {
    list-style-type: none;
    margin: 0px 5px 5px 5px;
    
}
div#navbuttonB li a {
    display: block;
    text-decoration: none;
    border-width: 4px;
}
div#navbuttonB li a:link {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;
}
div#navbuttonB li a:visited {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;
}
div#navbuttonB li a:hover {
    font-weight: bold;
    color: #000000;
    background-color: #aa9abf;
    border-top: outset #ad9abd;
    border-left: outset #ad9abd;
    border-bottom: outset #ad9abd;
    border-right: outset #ad9abd;
    }
div#navbuttonB li a:active {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;} 

div#buttonC {
    margin-left: 10px;
    text-align: right;}
div#buttonC ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;}
div#buttonC li {
    list-style-type: none;
    width: 125px;
    height: 30px;
    margin: 20px;
    text-align:center;}
div#buttonC li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 4px;}
div#buttonC li a:link {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;}
div#buttonC li a:visited {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;}
div#buttonC li a:hover {
    font-weight: bold;
    color: #000000;
    background-color: #aa9abf;
    border-top: outset #ad9abd;
    border-left: outset #ad9abd;
    border-bottom: outset #ad9abd;
    border-right: outset #ad9abd;
    }
div#buttonC li a:active {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;} 
div#navbuttonC ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;}
div#navbuttonC li {
    list-style-type: none;
    margin: 5px;
    text-align:center;}
div#navbuttonC li a {
    display: block;
    text-decoration: none;
    border-width: 4px;}
div#navbuttonC li a:link {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;}
div#navbuttonC li a:visited {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;}
div#navbuttonC li a:hover {
    font-weight: bold;
    color: #000000;
    background-color: #aa9abf;
    border-top: outset #ad9abd;
    border-left: outset #ad9abd;
    border-bottom: outset #ad9abd;
    border-right: outset #ad9abd;
    }
div#navbuttonC li a:active {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;} 
		

div#buttonD {
    margin-left: 10px;
    text-align: center;}
div#buttonD ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;}
div#buttonD li {
    list-style-type: none;
    height: 30px;
    width:350px;
    margin: 20px;
    text-align:center;}
div#buttonD li a {
    height: 100%;
    width:350px;
    display: block;
    text-decoration: none;
    border-width: 4px;}
div#buttonD li a:link {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;}
div#buttonD li a:visited {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;}
div#buttonD li a:hover {
    font-weight: bold;
    color: #000000;
    background-color: #aa9abf;
    border-top: outset #ad9abd;
    border-left: outset #ad9abd;
    border-bottom: outset #ad9abd;
    border-right: outset #ad9abd;
    }
div#buttonD li a:active {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;} 
div#navbuttonD ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;}
div#navbuttonD li {
    list-style-type: none;
    margin: 5px;
    text-align:center;}
div#navbuttonD li a {
    display: block;
    text-decoration: none;
    border-width: 4px;}
div#navbuttonD li a:link {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;}
div#navbuttonD li a:visited {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;}
div#navbuttonD li a:hover {
    font-weight: bold;
    color: #000000;
    background-color: #aa9abf;
    border-top: outset #ad9abd;
    border-left: outset #ad9abd;
    border-bottom: outset #ad9abd;
    border-right: outset #ad9abd;
    }
div#navbuttonD li a:active {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;} 	

div#buttonE {
    margin-left: 0px;
    text-align: left;}
div#buttonE ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;}
div#buttonE li {
    list-style-type: none;
    width: 125px;
    height: 30px;
    margin: 0px;
    text-align:center;}
div#buttonE li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 4px;}
div#buttonE li a:link {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;}
div#buttonE li a:visited {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;}
div#buttonE li a:hover {
    font-weight: bold;
    color: #000000;
    background-color: #aa9abf;
    border-top: outset #ad9abd;
    border-left: outset #ad9abd;
    border-bottom: outset #ad9abd;
    border-right: outset #ad9abd;
    }
div#buttonE li a:active {
    color: #e3cb9f;
    font-weight: bold;
    background-color: #563e7c;
    border-style: outset;}     
large-red-font{
    font-weight: bold;
    background-color: #ff0000;
    font-size: 150%;
}
