
/*  GLOBAL STYLES  */

body {
	margin: 4px 0px;
	color: #000;
	background: #82be97;}
ul {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style-type: square;
}
ol {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style-type: decimal;
}
hr {	color: #939871;}
a:link {
	color: #f02a09;
	text-decoration: none;
}
a:visited {
	color: #f02a09;
	text-decoration: none;
}
a:hover {
	color: #f02a09;
	text-decoration: underline;
}

/*  ID STYLES  */

#mainContent {
	border: 1px solid #06c;
	background: #fff url(newmedia/gen_images/poppyCornerBG.gif) top left no-repeat;
}

/*  TABLE STYLES  */

table {margin: 0;}
td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 5px 6px 5px;
}
table.colHighlight {margin-top: 10px;}
table.colHighlight th {
	font-size: 11px;
	padding: 2px 5px;
	text-align: left;
	background-color: #87dbf3;
	color: #fff;
}
table.colHighlight td {border-left: 1px solid #87dbf3; background-color:#fff;}

/*  TEXT STYLES  */

p {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.colHighlight p {
	font-size: 10px;
	line-height: 12px;
	padding: 5px;
}
td.colA p {
	font-size: 10px;
	line-height: 12px;
	padding: 0px 5px 5px 10px;
}
td.colB p {
	font-size: 10px;
	line-height: 12px;
	padding: 0px 5px 5px 5px;
}
td.colC p {
	font-size: 10px;
	line-height: 12px;
	padding: 0px 10px 5px 5px;
}
td.bodyText p {
	font-size: 11px;
	line-height: 14px;
	margin: 10px;
}

/*  IMAGE STYLES  */

img.areaTitle {margin: 10px 10px 10px 0px;}
table.colHighlight img {margin: 5px 0px 5px 5px;}
td.colA img {margin: 0px 0px 10px 10px;}
td.colB img {margin: 0px;}
td.colC img {margin: 0px 0px 10px 5px;}

/*  NAV BAR STYLES  */

table#navText a {
	display: block;
	color: #fff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 10px 1px 4px;
	margin: 0px;
}
table#navText a { 
	background-color: #82be97;
	border-bottom: 1px solid #a5def0;
}
table#navText a:hover { 
	color: #ff7129;
	background-color: #a5def0;
	border-bottom: 1px solid #ff7129;
	font-weight:bold;
}

/*  ADDRESS STYLES  */

.addressLogo {margin-bottom: 4px;}
.addressHead {
	font-size: 10px;
	font-weight: bold;
	color: #330;
	margin: 4px 8px 4px 9px;
}
.addressText {
	font-size: 9px;
	color: #06c;
	margin: 0px 4px;
}
.addressText a:link, .addressText a:visited {
	color: #06c;
	text-decoration: none;
}
.addressText a:hover {
	color: #06c;
	text-decoration: underline;
}
.sdd {
	font-size: 9px;
	color: #b6bd88;
	margin: 0px 8px;
}
.sdd a:link, .sdd a:visited {
	color: #b6bd88;
	text-decoration: none;
}
.sdd a:hover {
	color: #b6bd88;
	text-decoration: underline;
}
.highlightHead {
	font-size: 11px;
	padding: 1px 5px 2px 5px;
	text-align: left;
	background-color: #87DBF3;
	color: #fff;
	font-weight: bold;
}

/*  NOT USED  

p.bodyText2 {
	font-size: 10px;
	margin: 0px 5px 6px 5px;
}
.subHeadExcerpts {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 5px 6px 5px;
	border-bottom: 1px solid #939871;
}
.bodyTextExcerpts {
	font-size: 11px;
	margin: 0px 5px 6px 20px;
}
.heading1Excerpts {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 5px 2px 5px;
}
.heading2Excerpts {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 5px 20px 20px;
}
.navHead {
	color: #626469;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 4px;
	border-bottom: 1px solid #979797;
}
*/