﻿BODY {
	color:black;
	background-image:url(images/graphics/main-background.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
}
#HIDDEN-MENU button{
	background-color:transparent;
	position:fixed;
	top:50px;
	right:50px;
	width:100px;
	height:100px;
	border:0px;
}

blockquote {
	margin-top:30px;
	text-align:left;
}
dt{
	text-align:left;
	font-weight:bold;
}
dd{text-align:center}

/* Page Layout */
#web-page-table {
	border-collapse:collapse;
	height:100%;
	margin:auto;
	margin-top:20px;
}
#logo-cell {
	height:158px;
	width:200px;
	position:fixed;
	top:30px;
}
#banner-cell {
	width:588px;
	height:158px;
}
#spacer1 {
	width:200px;
	height:60px;
}
#title-cell {

	height:60px;
	width:588px;
}
#menu-cell {
	/*BACKGROUND-COLOR:#CC9933;*/
	height:100%;
	width:200px;
	VERTICAL-ALIGN:top;
	text-align:center;
}
#flash-menu {
	height:500px;;
	width:200px;
	text-align:left;
	vertical-align:top;
	position:fixed;
	z-index:1;
}
#menu-cell:focus, #menu-cell:hover, #menu-cell:active {
	/*BACKGROUND-COLOR:#CC9933;*/
}
#flash-menu:focus, #flash-menu:hover {
	width:788px;
}
#flash-menu:active {
	width:200px;
}
#content-cell {
	background-image:url(images/graphics/page-background.jpg);
	background-position:left top;
	text-align:center;
	width:588px;
	height:100%;
	border-top-style:ridge;
	border-top-width:3px;
	border-top-color: #C0C0C0;
	border-bottom-style:ridge;
	border-bottom-width:3px;
	border-bottom-color: #C0C0C0;
}
#spacer2 {
	height:100px;
	width:200px;
}
#footer-cell {
	height:100px;
	width:588px;
	font-size:9px;
	font-weight:700;
	font-family:Georgia,"Times New Roman",Times,serif;
	text-align:center;
	padding-top:35;
	padding-bottom:15px;
}
#footer-cell img {
	display:inline;
	margin-left:50px;
	margin-right:50px;
}
#footer-logos {
	margin-top:15px;
}
#content {
	height:100%;
	margin:50px 35px 20px 35px;	
}
/* END PAGE LAYOUT */


h1, #title-cell {
	margin:0px;
	text-align:center;
	vertical-align:middle;
	font-size:26px;
	font-variant:small-caps;
	font-weight: bold;
	font-family:Georgia,"Times New Roman",Times,serif;
}

/* Headers */
h6 {
	font-size:13px;
	font-variant:small-caps;
	font-weight: bold;
	font-family:Georgia,"Times New Roman",Times,serif;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}
h2, h3 { /*for page sections*/
	valign:top;
	font-size: 17px;
	font-variant:small-caps;
	font-weight: bold;
	font-family:Georgia,"Times New Roman",Times,serif;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	border:0px;
	margin-bottom:20px;
}
h2 {
	margin-top:30px;
	text-align:left; 
	text-decoration:underline;
}
h3 {
	margin-top:0px;	
	text-align:center;
}
h4, h5 {
	font-size:13px;
	font-variant:small-caps;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 { /* for use with committees headings */
	margin-top:20px;
	margin-bottom:1px;
	text-align:center;
	
}
h5 { /* member's names */
	text-align:left;
	margin:40px 0px 0px 0px;
}
/* End Headers */

/* Text Decorating */
p, li, dl {
	text-align:left;
	font-size:12px;
	font-weight:normal;
}
.bigger-text-centered {
	font-size:14px;
	font-weight:normal;
	text-align:center;
}
/* End Text Decorating */


a:hover {
	color: #CC3366;
	TEXT-DECORATION: underline;
	background-color: #F0F0F0;
	/*padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;*/
}
.padd-lr a {
	padding-left:7px;
	padding-right:7px;
}
.padd-l a {
	padding-left:7px;
}
#center-list {
	margin-left:30%;
}
#center-list li{
	font-style: italic; 
	list-style-type:none;
}
.text-table td {
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
