#header {
	background-color: #D40000;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 6px;
	text-indent: 5px;
	}

#navbar {
	background-color: #336666;
	vertical-align: bottom;
	}

#center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336666;
	}

#footer {
	background-color: #D40000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	}

#leftcolumn {background-color: #D40000}

#rightcolumn {background-color: #D40000}

h1 {font-size: 16px}

/* Following is the definition of a new class="centerlink" used for the links in the center section */

a.centerlink:link, a.centerlink:active, a.centerlink:visited { color: #336666}

a.centerlink:hover {color: #D40000}


/* following is the definition of a new class="whitelink" used for the link in the footer, specifically for the mailto link */

a.whitelink:link, a.whitelink:active, a.whitelink:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a.whitelink:hover {
	color: #336666;
	text-decoration: none;
	}

.indent {margin-left: 13px}

/* The following class is for the margin (white space) and border (black line) around the images in About page */
.imagesetting {
	border: 1px solid #000000;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 7px;
}

/* the following class is for the margin of the main cell in About page */
.cellmargin {
	margin-top: 30px;
	margin-left: 13px;
	margin-right: 5px;
}
.boxed {
	border: 1px solid #000000;
	margin-right: 20px;
	margin-left: 20px;
	height: 115px;
	width: 250px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

.boxed2 {
	border: 1px solid #000000;
	height: auto;
	width: auto;
	/*
	margin-left: 30px;
	margin-right: 10px;
	*/
}
