

body {
    background-color: #FFFFCC;
    margin: 0px;
}

a:link {
	color: #CC6600;
    font-weight: bold;
}

a:hover {
	color: #993300;
    font-weight: bold;
}

a:visited {
	color: #CC6600;
    font-weight: bold;
}

/* <topHeader> */

td.topmenu {
    font-family: Georgia;
    font-size: 14px;
    letter-spacing: 4px;
	color: #FFFFCC;
	background-color: #CC6600; 
	border-bottom: 1px solid #663300; 
	text-align: center;
	}
	
td.topmenu a {
	color: #FFFFCC;
    font-weight: normal;
	background-color: #CC6600; 
	display: block;
	text-decoration: none;
 	padding: 18px 0px 18px 0px;	
 }
	
td.topmenu a:link {
	color: #FFFFCC;
    font-weight: normal;
	background-color: #CC6600; 
	display: block;
	text-decoration: none;
 }
	
td.topmenu a:visited {
	color: #FFFFCC;
    font-weight: normal;
	background-color: #CC6600; 
	display: block;
	text-decoration: none;
	}
	
td.topmenu a:hover {
	color: #FFCC00; 
    font-weight: normal;
	background-color: #993300; 
	display: block; 
	text-decoration: none;}


h3, h4 {
    color: #004a75;
}

/* </topHeader> */

/* <leftSideBar> */

td.leftnav {
	font-family: Arial,Helvetica,Sans-Serif;
   	font-size: 13px;
    font-weight: bold;
	color: #FFFFFF;
	background-color: #CC9933; 
	border-bottom: 1px solid #663300; 
	text-align: left; 
	}
	
td.leftnav a {
	color: #FFFFFF; 
	background-color: #CC9933; 
	display: block;
	text-decoration: none;
 	padding: 19px 0px 19px 38px;	
 }
	
td.leftnav a:link {
	color: #FFFFFF; 
	background-color: #CC9933; 
	display: block;
	text-decoration: none;
 }
	
td.leftnav a:visited {
	color: #FFFFFF; 
	background-color: #CC9933; 
	display: block;
	text-decoration: none;
	}
	
td.leftnav a:hover {
	color: #663300; 
	background-color: #996633;  
	display: block; 
	text-decoration: none;}


/* </leftSideBar> */

/* <mainContent> */

p.home-mission {
	font-family: Georgia; 
	font-size: 12px; 
	color: #663300; 
	letter-spacing: 1px;
	line-height: 180%; 
	margin-left: 180px; 
	margin-right: 12px; 
	margin-bottom: 12px; 
	}

h1 {
	font-family: Georgia; 
	font-size: 24px; 
	font-weight: normal; 
	font-style: italic; 
	letter-spacing: 4px;
	border-bottom: 1px solid #CC9933;
    color: #CC6600;
    margin-left: 0px;
    padding-top: 9px;
    margin-bottom:15px;
    padding-bottom:30px;
    height: 14px;
    margin-top: 15px;
}

h2 {
	font-family: Georgia; 
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
    margin-left: 0px;
    margin-top: 0px;
	font-size: 14px; 
	color: #663300; 
    padding-right: 0px;
}

p.copy {
	font-family: Georgia; 
	font-size: 11px; 
	color: #663300; 
	letter-spacing: 0px;
	line-height: 200%; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 15px; 
	}

UL.copy {
	font-family: Georgia; 
	font-size: 11px; 
	color: #663300; 
	letter-spacing: 0px;
	list-style-type: square;
	line-height: 200%; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 15px; 
	}
	
td.content {
    color: #000000;
    background-color: #FFFFFF;
    border-bottom: 1px solid #663300;
	padding-left: 45px;
	padding-right: 15px;
	vertical-align: top;
    background-position: right;
    background-repeat: no-repeat;
}

td.form {
	font-family: Arial,Helvetica,Sans-Serif;
   	font-size: 12px;
    font-weight: bold;
	color: #CC6600;
	vertical-align: top;
	text-align: left; 
	padding-right: 10px;
	padding-bottom: 10px;
	}
	
/* </mainContent> */

/* <footer> */

p.footer {
    font-family: Arial, Sans-Serif;
    font-size: 11px;
	color: #CC9933;
}

a.footer:link {
	color: #FFFFCC;
	text-decoration: none;
}

a.footer:hover {
	color: #FFCC00;
	text-decoration: underline;
}

/* </footer> */

