﻿/* CSS1 Style Sheet Optimized in Internet Explorer */
body			{text-align:center;font-family: Poor Richard, Garamond, Helvetica, sans-serif;font-size: 12pt}
p				{text-align:left;margin-top: 0;     margin-bottom: 8pt;  font-weight: normal; font-size: 12pt}
h1				{text-align:left;margin-top: 11pt;  margin-bottom: 11pt; font-weight: normal; font-size: 18pt}
h2				{text-align:left;margin-top: 10pt;  margin-bottom: 10pt; font-weight: bold;   font-size: 14pt}
h3				{text-align:left;margin-top: 9pt;   margin-bottom: 9pt;  font-weight: bold;   font-size: 12pt}
h4				{text-align:left;margin-top: 0;     margin-bottom: 0;    font-weight: bold;   font-size: 12pt}
h5				{                margin-top: 6pt;	margin-bottom: 1pt;  font-weight: normal; font-size: 12pt}
h6				{                margin-top: 0;     margin-bottom: 0;    font-weight: normal; font-size: 10pt}
ol				{                margin-top: 0;     margin-bottom: 8pt;  font-size: 10pt}
il				{                margin-top: 0;     margin-bottom: 8pt;  font-size: 10pt}

.nomargin		{margin-top:0; margin-bottom:0;}
.nomarginheader	{text-align:center;margin-top:0; margin-bottom:0;font-weight: bold;}
.heading        {color: #CC0033; font-weight: bold}
.title			{margin-top:0; margin-bottom:0; color: #000000; font-weight: bold;text-align:center;}
.yellow			{background-color:#FBF2A5;}
.green			{background-color:#9CC283;}
.indent			{margin-left:.25in;}
.center         {text-align:center}
.centeraltfnt	{text-align:center; font-family: Centaur, Century, Courier New, sans-serif}

#mainborder {
	width: 750px;
	border-top: 25px;
	margin: auto;
	padding: 25px;
	background-image: url('images/whitevellum.jpg');
}
.innerborder {
	border-top: 30px #FBF2A5 solid;
	border-left: 10px #FBF2A5 solid;
	border-right: 10px #FBF2A5 solid;
	border-bottom: 5px #FBF2A5 solid;
	margin: 0;
	padding: 0;
}
.minorborder {
	border-top: 10px #FBF2A5 solid;
	border-left: 10px #FBF2A5 solid;
	border-right: 10px #FBF2A5 solid;
	border-bottom: 5px #FBF2A5 solid;
	margin: 0;
	padding: 0;
}

.greentopbotborder {
	border-top: 1px #9CC283 solid;
	border-bottom: 1px #9CC283 solid;
	margin: 0;
	padding: 0;
}
.greentopborder {
	border-top: 1px #9CC283 solid;
	margin: 0;
	padding: 0;
}
.greenbotborder {
	border-bottom: 1px #9CC283 solid;
	margin: 0;
	padding: 0;
}
.yellowtopborder {
	border-top: 1px #FBF2A5 solid;
	margin: 0;
	padding: 0;
}
.yellowbotborder {
	border-bottom: 5px #FBF2A5 solid;
	margin: 0;
	padding: 0;
}

img				{border-style:none;background: none;}

/********** LINK CLASSES **********/

/* Body LINK */

a               			{text-decoration:underline; color: #CC0033}
a:visited       			{text-decoration:underline}
a:hover         			{text-decoration:underline; color: #CC0033}
a:active        			{text-decoration:underline; color: #CC0033}

/* Header LINK */

a.header					{text-decoration:none; color: #000000}
a:visited.header			{text-decoration:none}
a:hover.header				{text-decoration:underline; color: #CC0033}
a:active.header				{text-decoration:underline; color: #CC0033}

a.headerNavLink				{text-decoration:none; color: #000000}
a:visited.headerNavLink		{text-decoration:none}
a:hover.headerNavLink		{text-decoration:none; color: #9CC283}
a:active.headerNavLink		{text-decoration:none; color: #9CC283}


/* LEFT MENU LINK */

a.leftMenuLink             {text-decoration:none; color: #FFFFFF}
a:visited.leftMenuLink     {text-decoration:none}
a:hover.leftMenuLink       {text-decoration:underline; color: #FFFFFF}
a:active.leftMenuLink      {text-decoration:underline; color: #FFFFFF}