/*--------GENERAL------------------------------------------- */
body {	
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background-image: url(http://www.pagrandlodge.org/aserb/Aserb_Pics/ASERB-Paper.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: inherit;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;	
}

/*--------TABLE OF CONTENTS------------------------------- */
A:LINK    {
	color: blue;
	text-decoration: none;
} 
A:ACTIVE  {
	color: red;
	text-decoration: underline;
}
A:HOVER   {
	color: red;
	text-decoration: underline;
}
A:VISITED {
	color: purple;
	text-decoration: none;
}

p {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

/*--------TABLE OF CONTENTS------------------------------- */
.toc-white {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}

/*======== TITLE ==========================================================================================*/
/*----------------BLACK----------------------------------- */
/*  font = 30px, black, BOLD */
.title-blackb {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

/*----------------WHITE----------------------------------- */
/*  font = 30px, black, BOLD */
.title-whiteb {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}

/*======== STANDARD TEXT ==================================================================================*/
/*----------------BLACK----------------------------------- */
/*  Largest font = 14pt, black, normal */
.h1-blackn {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
/*  Largest font - font = 14pt, black, BOLD */
.h1-blackb {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #000000;
}
/*  Largest font - font = 14pt, white, BOLD */
.h1-blackw {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFFFFF;
}
/*  Larger font - font = 12pt, black, normal */
.h2-blackn {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
/*  Larger font - font = 12pt, black, BOLD */
.h2-blackb {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #000000;
}
/*  Larger font - font = 12pt, white, BOLD */
.h2-blackw {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFFFFF;
}
/*  Large font - font = 10pt, black, normal */
.h3-blackn {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
/*  Large font - font = 10pt, black, BOLD */
.h3-blackb {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #000000;
}
/*  Large font - font = 10pt, white, BOLD */
.h3-blackw {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFFFFF;
}
/*  standard text - font = black, normal */
.std-blackn {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
/*  standard text - font = black, BOLD */
.std-blackb {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
/*  standard text - font = black, BOLD, ITALIC */
.std-blackbi {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 9pt;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	color: #000000;
}
/*  standard text - font = black, ITALIC */
.std-blacki {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 9pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
/*  small text - font = black, normal */
.sml-blackn {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
/*  small text - font = black, BOLD */
.sml-blackb {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
/*  standard text - font = black, BOLD, ITALIC */
.sml-blackbi {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 8pt;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	color: #000000;
}
/*  standard text - font = black, ITALIC */
.sml-blacki {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 8pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

/*----------------WHITE----------------------------------- */
/*  standard text - font = white, normal */
.std-whiten {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
/*  standard text - font = white, BOLD */
.std-whiteb {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
/*  standard text - font = white, normal */
.sml-whiten {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
/*  standard text - font = white, BOLD */
.sml-whiteb {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}

/*------------------RED----------------------------------- */
/*  standard text - font = red, normal */
/*  Large font - font = 10pt, black, BOLD */
.h3-redb {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FF0000;
}
.sml-redn {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FF0000;
}
/*  standard text - font = red, BOLD */
.sml-redb {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
}

/*======== COPYRIGHT TEXT =================================================================================*/
/*  copyright = white, BOLD */
.std-wcopyright {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
/*  copyright = black, BOLD */
.std-bcopyright {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
/*  Last Updated = black, BOLD */
.last-upd {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
/*  Last Updated = black, BOLD */
.last-updb {
	font-family: Arial, Verdana, sans-serif, Georgia;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
/*  Last Updated = white, BOLD */
.last-updw {
	font-family: Arial, Verdana, Sans-Serif, Georgia;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

/*======== NAVIGATION OPTIONS =============================================================================*/
/* Navigation Options - Left Aligned */
#navleft ul{
	padding : 0;
	margin : 0;
	white-space : nowrap;
	background-color : #0000CC;
	color : White;
	float : left;
	width : 100%;
	border-style : solid;
	border-color : #0000CC;
	border-width : 2px 0 2px 0;
}
#navleft ul li{
	display : inline;
}
#navleft ul li a{
	padding-left : 1em;
	padding-right : 1em;
	background-color : #0000CC;
	color : White;
	font-weight : bold;
	font-family: Arial, Verdana, Sans-Serif, Georgia;
	font-size: 8pt;
	text-decoration : none;
	float : left;
	border-right-color : #0066CC;
	border-right-style : solid;
	border-right-width : 1px;
}
#navleft ul li a:hover{
	background-color : #99CCFF;
	color : #000066;
}
/* Navigation Options - Right Aligned */
#navright{
	white-space : nowrap;
	background-color : #0000CC;
	float : left;
	color : White;
	width : 100%;
	border-style : solid;
	border-color : #0000CC;
	border-width : 2px 0 2px 0;
}
#navright ul{
	padding : 0;
	margin : 0;
	float : right;
}
#navright ul li{
	display : inline;
}
#navright ul li a{
	padding-left : 1em;
	padding-right : 1em;
	background-color : #0000CC;
	color : White;
	font-weight : bold;
	font-family: Arial, Verdana, Sans-Serif, Georgia;
	font-size: 8pt;
	text-decoration : none;
	float : left;
	border-right-color : #0066CC;
	border-right-style : solid;
	border-right-width : 1px;
}
#navright ul li a:hover{
	background-color : #99CCFF;
	color : #000066;
}

/*======== Sortable Tables OPTIONS ========================================================================*/
/* Sortable tables */
table.sortable a.sortheader {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

