BODY {
	margin: 0;
	padding: 0;
	background-color: #fffff;
}
.header {
	border: none;
	width: 720px;
	background-color: #aaaacc; /* Test coloring */
	background-image: url("/21coe/area/eng/images/header.bg.jpg");
	background-repeat: repeat-y;
	color: #ffffff;
	font: bold small-caps 20px /110% Georgia, Times, serif;
}
.header2  { color: #ffffff; font-style: normal; font-weight: bold; font-size: 20px; line-height: 110%; font-family: Georgia, Times, serif; border: none }
.frame {
	border: none;
	width: 720px;
}
.menu {
	border: none;
	width: 180px;
	background-color: #ebebeb;
	font: 12px /100% Georgia, Times, serif; /* Test setting */
}
.menucell {
	border: none;
	width: 180px;
	padding: 0;
	background-color: #ebebeb;
	font: 12px /110% Georgia, Times, serif; /* Test setting */
	border-bottom: 1px solid black;
}
.menucell-marked {
	border: none;
	width: 180px;
	padding: 4px;
	background-color: #ffffff;
	font: bold 12px /110% Georgia, Times, serif; /* Test setting */
	border-bottom: 1px solid black;
}
.body {
	border: none;
	padding: 5px;
	width: 540px;
	background-color: #ffffff;
}
.body-p {
	border: none;
	padding: 5px;
	margin: 0px 0px 10px 16px;
	background-color: #ffffff;
	font: 12px /130% Georgia, Times, serif; /* Test setting */
}
.h1{
	font: bold 16px /100% Georgia,Times,serif; /* Test setting */
}
.h2{
	font: bold 14px /100% Georgia,Times,serif; /* Test setting */
}
.about-navi {
	border: none;
	padding: 0;
	margin: 0;
}
.body-menubar-about {
	border: none;
	width: 120px;
}
.body-menubar {
	border: none;
	width: 399px;
}
.body-menubar-cell {
	border: 1px solid black;
	text-align: center;
	padding: 0px;
	width: 133px;
	background-color: #ffffff; /* Test coloring */
	font: 10px /150% Georgia, Times, serif; /* Test setting */
}
.body-menubar-cell-marked {
	border: 1px solid black;
	text-align: center;
	padding: 0px;
	width: 133px;
	background-color: #ffffff; /* Test coloring */
	font: bold 10px /150% white Georgia, Times, serif; /* Test setting */
}
.body-title {
	border: none;
	font: bold 22px /100% Georgia, Times, serif; /* Test setting */
	padding: 8px 0px 14px 8px;
}
.footer {
	text-align: center;
	border: none;
	width: 720px;
	padding: 5px 0px 5px 0px;
	background-color: #ffffff; /* Test coloring */
	font: 10px /150% Georgia, Times, serif; /* Test setting */
}
.footer-hr {
	background-color: #cccccc;
	width: 710px;
	margin-bottom:3px;
}

IMG {
	border: 0;
}

A {
	text-decoration: none;
}
a:link{
	color:black;
}
a:visited{
	color:black;
}
a:hover{
	color:red;
}
.quoteBox { font-size: 100%; line-height: 1.5em; background-color: #f3f2eb; margin-bottom: 2ex; padding: 0.5ex 1ex; border: solid 1px #e6dfcf }
