/* ================================
    CSS STYLES
   ================================
*/   



/* Main Default Page Styles */


html, body
{
    background-color: #FFFFFF;
    font-family: verdana, helvetica, arial;
       font-weight: normal;
 	font-size: 11px;
        color: #000000;
	margin: 0px;
  	padding: 0px;
  	border: 0px;
} 


HR {
	border-style: solid; 
	border-color: #CC9966;
	}



/* Header Styles */


.navlinks   {   font-weight: bold;
		color: #FFFFFF;
		font-family: verdana, helvetica, arial;
		font-size: 13px; 
				}
				
.email   {   font-weight: normal;
				font-family: verdana, helvetica, arial;
				font-size: 11px; 
				}

/* Board pages */
				
/* Content Styles */

.header {
			vertical-align: top;
			text-align: left;
			font-family: verdana, helvetica, arial;
    		font-weight: bold;
			font-size: 11px;
    		color: #000000;
    		 

			}
			
			.largeheader {
			vertical-align: top;
			text-align: left;
			font-family: verdana, helvetica, arial;
    		font-weight: bold;
			font-size: 12px;
    		color: #000000;
    		 

			}

.content {
			vertical-align: top;
			text-align: left;
			font-family: verdana, helvetica, arial;
    		font-weight: normal;
			font-size: 11px;
    		color: #000000;
    		 

			}

.spasubheaderhome {
			vertical-align: top;
			text-align: center;
			font-family: verdana, helvetica, arial;
    		font-weight: bold;
			font-size: 12px;
    		color: #990066;
    		 

			}


.spasubheader {
			vertical-align: top;
			text-align: left;
			font-family: verdana, helvetica, arial;
    		font-weight: bold;
			font-size: 12px;
    		color: #990066;
    		 

			}

			
.contentlinks {
			vertical-align: top;
			text-align: left;
			font-family: verdana, helvetica, arial;
    		font-weight: normal;
			font-size: 11px;
    			}

.adobe {
			vertical-align: top;
			text-align: right;
			font-family: verdana, helvetica, arial;
    		font-weight: normal;
			font-size: 11px;
    			}

.eventsheader	{
		font-family: verdana, helvetica, arial;
    		font-weight: bold;
		font-size: 13px;
		color: #993300;

    			}

			
.subheader {
		text-align: center;
		font-family: verdana, helvetica, arial;
    		font-weight: bold;
		font-size: 18px;
		color: #990000;

    			}
.holidaysubheader {
		text-align: center;
		font-family: verdana, helvetica, arial;
    		font-weight: bold;
		font-size: 16px;
		color: red;

    			}


.bodytext {
		font-family: verdana, helvetica, arial;
    		font-weight: bold;
		font-size: 12px;

    			}





/* Footer Styles */



.footercell  {  text-align: center;
		font-weight: normal;
		color: #000000;
		font-family: verdana, helvetica, arial;
		font-size: 9px; 
				}

.footerlink  {  text-align: center;
				color: #000000;
				font-weight: bold;
				font-family: verdana, helvetica, arial;
				text-decoration: underline;
				font-size: 9px; 
}

.footeremailsignup  {  text-align: center;
				color: #990000;
				font-weight: bold;
				font-family: verdana, helvetica, arial;
				font-size: 12px; 
}