body {
	font-family: Arial, sans-serif;
	font-size: small;
	background-color: #252A50;
	background-image: url(CHESS_Logo.gif);
	background-position: 12px 0.5em;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1 {
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	color: white;
}
h2 {
	font-size: 140%;
	color: blue;
	border-bottom: 2px solid orange;
}
h3 {
	font-size: 100%;
	color: blue;
}
h4 {
	font-size: 140%;
	font-weight: bold;
}
table { margin: auto; }
.imgleft {
	margin: 0px 10px 10px 0px;
	float: left;
}
.imgright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.central { text-align: center; }
.central img {
	margin: 0px 5px 12px 5px;
	border: none;
}

.warn {
	color: red;
	font-weight: bold;
}

/* The following entry controls the width of the Envelope div */
#Envelope {
	Width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* The following sequence sets up the side panes  */
.menu {
	width: 130px;
	margin-bottom: 10px;
	padding: 0px;
	border: groove 4px #C87609;
	background-color: #DBE5EF;
	text-align: center;
	font-size: 12px;
}
.heading {
	background-color: #90B4D8;
	color: black;
	font-weight: bolder;
	border-bottom: 1px solid #C87609;
}
.menu p {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.menu a:link {
	color: blue;
	text-decoration: none;
}
.menu a:visited {
	color: #055E05;
	text-decoration: none;
}
.menu a:hover, .menu a:focus {
	color: black;
	background-color: #FDB11E;
	display: block;
}
#SideLeft { float: left; }
#SideRight { float: right; }

/* The following sequence sets up the Main div */
#Main {
	margin-left: 150px;
	margin-right: 150px;
	padding: 10px;
	background-color: #FFDC97;
}

/* The following entry defines the headings in ContactUs.php */
.heading2 {
	font-weight: bold;
	border-bottom: 1px solid blue;
}
