/* 
 *  Patrons MC 
 *   
 *  Author: Karen Gordon
 * 
 */ 

body { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	background-color:#000000;
	color:#0000FF;
	font-size:medium; 
	text-align:justify;
}

th { font-size:medium;
	font-weight:bold; 
	color:#0000FF; 
	text-align: center; 
}	
	
td { font-size:medium; 
	text-align: center; }

.hpadding { font-weight: bolder; font-size: 12px; font-family: Verdana, Geneva, Arial, helvetica, sans-serif; padding: 0px 10px }

.textpadding { font-size: 10px; line-height: font-family:Verdana, Geneva, Arial, helvetica, sans-serif; margin: 0px; padding: 0px 10px }

h1 { font-size: 14px; line-height: 18px; font-family: Verdana, Geneva, Arial, helvetica, sans-serif}
h2 { font-size: 12px; line-height: 16px; font-family: Verdana, Geneva, Arial, helvetica, sans-serif }
h3 { font-size: 10px; line-height: 14px; font-family: Verdana, Geneva, Arial, helvetica, sans-serif }
h4 { font-style: normal; font-weight: lighter; font-size: 10px; line-height: 12px; font-family: Verdana, Geneva, Arial, helvetica, sans-serif }

<!-- CHANGES TO THE WAY LINKS LOOK HERE -->

a { 
	color			:#0000FF;
	font-weight		: bold; 
	text-decoration	: underline; 
}
	
a:link {
	color			:#0000FF;
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
	color:#0000FF;
}

a:hover {
	text-decoration	:underline;
}

a:active {
	text-decoration: underline;
}

table.mainpage { 
	font-size			:medium;
	width				:100%;
	margin				:5em, auto, 5em;
	text-align:justify;
	color:#0000FF;
}

table.header {
	width				:100%;
	margin				:5em, auto, 5em;
	border:#666666;
	border:dashed;
	border:thin;}
	
table.photos {
					width:auto;
					color:#0033FF;			
				}
td.photos {
					color:#0033FF;
					border:#999999;
					border:thin;
					border:groove;	
}

table.master {
	width				:auto;
	margin				:2em, auto, 2em;}

/* side links parameters */

th.underline {
	text-decoration:underline;
	}
	
div#right {
    float          	 	:right;
	width				:12%;
}

div#left {
    float          	 	:left;
	width				:12%;
}

/* main page body parameters*/

div#main {
	background-color	:#000000;
    padding         	:2em;
	margin				:2em, auto, 2em;
}

/* header page body parameters*/

div#header {
	background-color	:#000000;
    padding        	 	:2em;
	margin				:2em, auto, 2em;
	width				:auto;
}

th.members {
	background-color:#0033FF;
	color:#CCCCCC
	
	}

