body {
	background-color: #A6BAFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

Header {
	background-color: white;
}
#nav {
	background-color: #7E0001
}
 h1, h2 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
h3 {
	margin:.8em 0 .2em 0;
        padding: 1%;
		  color: 7e0001;
		
}
p.small {
	color:001d80;
	font-weight: bold;
	margin: 2em;
}
p.large {
	color: 7e0001;
	
	font-size: 120%;
	font-weight: bolder;
	
	margin: 1em;
	text-align: left;
	background-color: white;
	padding: 1%;
	}
	.large a:link       {color: blue;}
	.large a:visited    {color: blue;}
	.large a:hover      {color: #7E0001;}
	.large a:active     {color: #7E0001;}
	
#dlarge {  /* can use in place of paragraph large current meeting info */
	color: 7e0001;
	
	font-size: 100%;
	font-weight: bolder;
	
	margin: 1em;
	text-align: left;
	padding: 1%;
}

#current {
	background-color: white;
	margin: 1em;
	padding: 1%;
	font-size: 120%;
	font-weight: bolder;
	color: 7e0001;
	
}
ul.Lglist {
	background-color: white;
	margin: 1em;
	padding; 1%;
}
/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#446daf;		/* right column background colour */
		
		
	}
	.threecol .colmid {
		right:25%;				/* width of the right column */
		background:#A6BAFF;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;				/* width of the middle column */
		background:#A6BAFF;		/* left column background colour */
	}
	.threecol .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:102%;				/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:31%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:85%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	#centpic {
		text-align: center;
		font-size: 75%;
	}
	#leftpic {
		text-align:justify;
		font-size: 75%;
		background-color: #dddddd;
		padding: 5%;
		margin-top: 2em;
	}
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
	 #rightpic {
		text-align: center;
		font-size: 75%;
	}
	.leftmenu a:link       {color: black;}
	.leftmenu a:visited    {color: white;}
	.leftmenu a:hover      {color: #7E0001;}
	.leftmenu a:active     {color: #7E0001;}	
