/********************
 * General Settings *
 ********************/

body {
	font-family: Georgia, Times New Roman, Times, serif;
/*	font-size: 10pt;*/
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFCC;
	color: #009900;
}

a {
	color: #0066CC;
}
	
a:visited {
	color: #006600;
}

a:hover {
	color: #CC9900;
}
	
h1 {
	text-align: center;
	font-weight: bold;
	font-family: Papyrus, Georgia;
	font-size: 200%;
}

h2 {
	text-align: center;
	font-family: Papyrus, Georgia;
	font-size: 150%;
	border: none;
}

h3 {
	font-family: Papyrus, Georgia;
	font-size: 120%;
}

h4 {
	font-family: Papyrus, Georgia;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

td {
	vertical-align: top;
}

td.bottom {
	vertical-align: bottom;
}

td.middle {
	vertical-align: middle;
}

.highlight {
	background-color: #FFFF66;
}

.red {
	color: #FF0000;
}

.blue {
	color: #6600FF;
}

.lightblue {
	color: #3399FF;
}

.teal {
	color: #009999;
}

.maroon {
	color: #CC0066;
}

.seagreen {
    color: #339966;
}

.plum {
    color: #6600FF;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.large {
	font-size: 120%;
}

.larger {
	font-size: 140%;
}

.xlarge {
	font-size: 160%;
}

.xxlarge {
	font-size: 200%;
}

.small {
	font-size: 80%;
}	

.smaller {
	font-size: 65%;
}

.papyrus {
	font-family: Papyrus, Georgia, Times New Roman, Times, serif;
}
	
.gill {
	font-family: "Gill Sans MT", Arial, sans-serif;
}

.franklin {
	font-family: "Franklin Gothic Medium", Arial, sans-serif;
}

.trebuchet {
	   font-family: "Trebuchet MS", Arial, sans-serif;
}

.engravers {
	font-family: "Engravers MT", Georgia, serif;
}

.peinaud {
	font-family: Peinaud, serif;
}

.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size 12pt;
}

/***************************
 * Vertical Navigation Bar *
 ***************************/ 

#navbar table {
	background-color: #669999;
	font-family: Papyrus, Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #CCFFFF;
}

#navbar td {
/*	height: 50px;
	vertical-align: middle;*/
	padding: 0px;
	border: 0px;
}

#navbar td.here a {
	color: #FFCC00;
}

#navbar td a.here {
	color: #FFCC00;
}

#navbar a {
	text-decoration:none;
	color: #CCFFFF;
	}

#navbar a:hover {
	color: #FFFF66;
}

/***********************************************
 * Horizontal Navigation Bar for Practitioners * 
 ***********************************************/
#navbar2 table {
	background-color: #669999;
	font-family: Papyrus, Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #CCFFFF;
}

#navbar2 td {
	height: 30px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	border: 0px;
}

#navbar2 td.here a {
	color: #FFCC00;
}

#navbar2 td a.here {
	color: #FFCC00;
}

#navbar2 a {
	text-decoration:none;
	color: #CCFFFF;
	}

#navbar2 a:hover {
	color: #FFFF66;
}

/******************************************
 * Horizontal Navigation Bar for Services *
 ******************************************/

#navbar3 table {
	background-color: #669999;
	font-family: Papyrus, Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #CCFFFF;
}

#navbar3 td {
	height: 30px;
	vertical-align: middle; 
	text-align: center; 
	padding: 0px;
	border: 0px;
}

#navbar3 td.here a {
	color: #FFCC00;
}

#navbar3 td a.here {
	color: #FFCC00;
}

#navbar3 td.subnav {
	color: #666666;
	background-color: #CCFFFF;
}

#navbar3 td.subnav a {
	color: #666666;
	background-color: #CCFFFF;
}

#navbar3 td.subnavhere {
	color: #CC6600;
	background-color: #CCFFFF;
}

#navbar3 td.subnavhere a {
	color: #FF6600;
	background-color: #CCFFFF;
}

#navbar3 a {
	text-decoration:none;
	color: #CCFFFF;
	}

#navbar3 a:hover {
	color: #FFFF66;
}

/*************************
 * Old Newsletter Format *
 * Used 2006             *
 *************************/

#newsletter {
    font-family: Arial, Helvetica, sans-serif;
}

#newsletter	a:link {
	color: #0000FF;
}

#newsletter h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#newsletter h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: left;	
	margin-top: 0px;
	margin-bottom: 0px;
}

#newsletter h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#newsletter h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;	
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

#newsletter table.page {
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

#newsletter table.border {
	background-color: #EEEEEE;
	border-color: #888888;
	border: 3px;
	border-style: groove;
	padding: 20px;
}

#newsletter table.content {
	background-color: #FFFFFF;
}

#newsletter table.dashed {
	border-style: dashed;
}

#newsletter ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -10pt;
}

#newsletter li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -10pt;
}
#newsletter table.page>tr>td {
	padding: 15px;
}
#newsletter table.border>tr>td {
	padding: 15px;
}

/*************************
 * Newsletter Format     *
 * Used 2007 - now       *
 *************************/

#newsletter2 {
    font-family: "Gill Sans MT", Arial, sans-serif;
}

#newsletter2	a:link {
	color: #0000FF;
}

#newsletter2 h1 {
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#newsletter2 h2 {
	font-family: Peinaud, serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;	
	margin-top: 5px;
	margin-bottom: 5px;
}

#newsletter2 h3 {
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#newsletter2 h4 {
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}

#newsletter2 table.page {
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

#newsletter2 table.border {
	background-color: #FFCC99;
	border-color: #888888;
	border: 3px;
	border-style: groove;
	padding: 20px;
}

#newsletter2 table.content {
	background-color: #FFFFFF;
}

#newsletter2 table.dashed {
	border-style: dashed;
}

#newsletter2 ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -10pt;
}

#newsletter2 li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -10pt;
}
#newsletter2 table.page>tr>td {
	padding: 15px;
}
#newsletter2 table.border>tr>td {
	padding: 15px;
}
