body 
{
	background-color: #000000;
	/*background-color: #ffffff;*/
}

h1          {color: #FF6600; font-family: sans-serif; font-size: x-large;  text-align: left;}
h2          {color: #FF6600; font-family: sans-serif; font-size: large;    text-align: left;}
h3          {color: #FF6600; font-family: sans-serif; font-size: medium;   text-align: left;}
p           {color: #FF6600; font-family: sans-serif; font-size: small;    text-align: left;}
.pCoName    {color: #FF6600; font-family: sans-serif; font-size: xx-large; text-align: center;}
.pParaText  {color: #FF6600; font-family: sans-serif; font-size: medium;   text-align: center;}
.pCenter    {color: #FF6600; font-family: sans-serif; font-size: small;    text-align: center;}
.pHeading   {color: #FF6600; font-family: sans-serif; font-size: x-large;  text-align: center;}
.pCenterRed {color: #FF0000; font-family: sans-serif; font-size: small;    text-align: center; font-weight: bold;}
.pMapNote   {color: #FFFF00; font-family: sans-serif; font-size: small;    text-align: center;}
.pNewsDate  {color: #FFFFFF; font-family: sans-serif; font-size: medium;   text-align: left;}
.pNews      {color: #FF6600; font-family: sans-serif; font-size: medium;   text-align: left;}
.pPageTitle {color: #FF6600; font-family: sans-serif; font-size: xx-large; text-align: left;}
.pSiteUpdate{color: #FFFFFF; font-family: sans-serif; font-size: small;    text-align: center;}
.pNavLink   {color: #82B4FF; font-family: sans-serif; font-size: medium;   text-align: center;}
.pLink      {color: #82B4FF; font-family: sans-serif; font-size: small;    text-align: center;}
.pRight     {color: #FF6600; font-family: sans-serif; font-size: small;    text-align: right;}
.pPhotoText {color: #FF6600; font-family: sans-serif; font-size: small;    text-align: center;}

.navCol
{
    width: 15%;
    float: left;
    margin-left: 5px;
    padding: 5px 5px 5px 5px;   /* This sets the padding within the cell. */
				/* FromTop FromRight Bottom FromLeft*/
    clear: none;
    border-style: none;
    /*border-color: "blue";   /* Sets color for the border */
    /*border-width: 1px; 		/* Sets thickness for the top border */
    /*background-color: "#ffffcc"; /* This colors the cell. */
}

.headingCol
{
    width: 70%;
    float: left;
    padding: 5px 5px 5px 5px;
    clear: none;
    border-style: none;
}

.col1
{
    float: left;
    padding: 5px 5px 5px 5px;
    clear: none;
    border-style: none;
}
.col2
{
    float: left;
    padding: 5px 5px 5px 5px;
    clear: none;
    border-style: none;
}
.col3
{
    float: left;
    padding: 5px 5px 5px 5px;
    clear: none;
    border-style: none;
}

.newsDate
{
    width: 15%;
    float: left;
    padding: 5px 5px 5px 5px;
    clear: none;
    border-style: none;
}

.newsInfo
{
    width: 70%;
    float: left;
    padding: 5px 5px 5px 5px;
    clear: none;
    border-style: none;
}

.memberCol
{
    width: 30%;
    float: left;
    padding: 5px 5px 5px 15px;
    clear: none;
    border-style: none;
}

.countyCol
{
    width: 30%;
    float: left;
    padding: 5px 5px 5px 5px;
    clear: none;
    border-style: none;
}

.linkCol
{
    width: 65%;
    float: left;
    padding: 5px 5px 5px 5px;
    clear: none;
    border-style: none;
}
