/*
HEX values for standard colors used:
	royalblue:	#4169E1
	seagreen:	#2E8B57
*/



/*The main layout of the page*/
body
	{
	background-color:black;
	border-color:#2E8B57; border-style:solid; border-width:5pt 10pt;
	font-family:arial;
	margin:0 auto;
	width:800px;
	}

table.layout
	{
	background-color:navy;
	border-color:navy; border-style:solid; border-width:5pt;
	empty-cells:hide;
	margin-left:auto; margin-right:auto;
	width:100%;
	}

td.layout
	{
	background-color:white;
	border-color:navy #2E8B57; border-style:solid; border-width:3pt 5pt;
	}
td.layout_header
	{
	border-top-color:#2E8B57;
	text-align:right;
	}
td.layout_content
	{
	padding:15pt 20pt;
	}
td.layout_menu
	{
	background-color:navy;
	border-color:navy;
	}
td.layout_footer
	{
	border-bottom-color:#2E8B57;
	padding:5pt;
	text-align:center;
	}




/*The acctual page content*/
h1
	{
	color:#4169E1;
	font-style:italic; font-size:xx-large;
	margin-bottom:20pt; margin-top:0;
	text-align:center; text-decoration:none;
	}
h2
	{
	color:#2E8B57;
	font-size:large; font-weight:bold;
	margin-bottom:10pt; margin-top:30pt;
	text-align:left; text-decoration:underline;
	}
h3	
	{
	color:black;
	font-size:medium; font-weight:bold;
	margin-bottom:0; margin-top:10pt;
	text-align:left; text-decoration:none;
	}
p
	{
	margin-top:3pt;
	text-align:justify;
	}
a
	{
	color:#2E8B57;
	text-decoration:underline;
	}





/*The Menu bar*/
table.menu
	{
	background-color:navy;
	border-width:0;
	width:100%;
	}
td.menu
	{
	background-color:#4169E1;
	border-color:white; border-style:solid; border-width:1px;
	cursor:pointer;
	height:25px;
	padding:0;
	text-align:center;
	width:16%;
	}
td.menu_on
	{
	background-color:white;
	}
a.menu
	{
	color:black;
	font-weight:bold;
	text-decoration:none;
	}




/*The footer*/
p.legal
	{
	font-size:small;
	margin-bottom:3pt; margin-top:0;
	text-align:center;
	}
img.footer
	{
	border-width:0;
	vertical-align:middle;
	}
a.footer_img
	{
	text-decoration:none;
	}



/*Table Styles for the committee*/

table.com
	{
	margin-left:auto; margin-right:auto; margin-top:20px;
	text-align:center;
	}
td.com
	{
	padding:5px 10px;
	}
th.com
	{
	color:#4169E1;
	font-style:italic; font-weight:bold;
	padding:5px 10px;
	}



/*The links list*/
table.links
	{
	margin-left:auto; margin-right:auto; margin-top:20px;
	text-align:center;
	}
th.links
	{
	color:#4169E1;
	font-size:large; font-style:italic;
	text-align:center;
	}
td.links
	{
	padding:5px 10px;
	width:50%;
	}



/*The newsletter list*/
table.news
	{
	margin-left:auto; margin-right:auto; margin-top:20px;
	text-align:center;
	}
th.news
	{
	color:#4169E1;
	font-size:large; font-style:italic;
	text-align:center;
	}
td.news
	{
	padding:5px 10px;
	text-align:center;
	width:50%;
	}



/*Photographs in the gallery*/
img.gallery
	{
	border:3pt solid #2E8B57;
	margin:5pt auto 5pt auto;
	max-width:700px;
	text-align:center;
	}



/*The EEMC box from index and about*/
table.eemc_box
	{
	border:solid #2E8B57 3pt;
	margin-left:auto; margin-right:auto;
	padding-right:3pt;
	text-align:center;
	}


/*Warning messages*/
p.warn
	{
	background-color:red;
	font-size:large; font-weight:bold;
	text-align:center;
	}
div.warn
	{
	border:solid red 3pt;
	margin:30px auto;
	padding:10px;
	text-align:center;
	}
h3.warn
	{
	background-color:red;
	border-right:solid #8B0000 30px;
	border-left:solid #8B0000 30px;
	border-top:none;
	color:white;
	font-size:large;
	font-style:italic;
	font-weight:bold;
	margin:0 0 30px 0;
	padding-left:10px;
	}
