body {
  margin: 0px 0px 20px 0px;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-family: Verdana, Helvetica, sans-serf;
  font-size: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

th {
  font-family: Verdana, Helvetica, sans-serf;
  font-weight: bold;
  color: #3D7D81;
  font-size: 14px;
}

td {
  font-family: Verdana, Helvetica, sans-serf;
  font-size: 14px;
}

h1 {
  color: #3D7D81;
  text-align: center;
  font-size: 20px;
  margin: 10px 0px 0px 0px;
}

h2 {
  color: #3D7D81;
  text-align: center;
  font-size: 18px;
  margin: 0;
}

h3 {
	margin: 0 10px;
	color: #3D7D81;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-size: larger;
	font-weight: bold;
	font-style: normal;
}

a:link {
  color: #3D7D81;
  text-decoration: underline;
}

a:visited {
  color: #3D7D81;
  text-decoration: underline;
}

a:hover {
  color: #3D7D81;
  text-decoration: none;
}

#site_headline a:link {
	text-decoration:none;
}
#site_headline a:visited {
	text-decoration:none;
}
#site_headline a:hover {
	text-decoration:none;
}
#site_headline a:active {
	text-decoration:none;
}

#content {
  width: 702px;
  padding: 0px;
  margin-top: 20px;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: auto;
  border: 1px solid black;
  text-align: left;
}

#header {
  width: 100%;
  background: #3D7D81;
  color: #3D7D81;
  font-size: 24px;
  text-align: center;
  padding: 0px;
  margin-bottom: 30px;
}

#footer {
  width: 100%;
  height: 20px;
  background: #3D7D81;
  padding: 3px 0px 0px 0px;
  margin-top: 40px;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
}
#footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer a:link {
  color: #ffffff;
  text-decoration: none;
}

p {
  padding: 0px 10px 0px 10px;
}

.mailto {
  border: 0;
  float: left;
}


.mailto_image {
  margin-right: 5px;
  margin-top: 3px;
  border: 0;
}

ul {
  margin-left: 20px;
  padding-left: 0px;
  list-style: none;
}

li {
  padding: 4px 0px 0px 15px;
  background-image: url("menu_bullet.gif");
  background-repeat: no-repeat;
  background-position: 0 .7em;
}

hr {
  width: 80%;
}

td.right_align_bold {
  text-align: right;
  font-weight: bold;
  font-family: Verdana, Helvetica, sans-serf;
  font-size: 14px;
}

table {
  border: 0;
}

.error {
  color: #ff0000;
}

table.navbar {
	margin:0px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	padding:0px;
}

table.enrollment_navbar {
	border-bottom:1px solid black;
	margin-top:0px;
	padding-top:0px;
}

td.navbar {
	margin:0;
	background-color: #93bf52;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:0;
	text-align: center;
}

td.navbar:hover {
	background-color: #504a50;
}

a.navbar {
	width: auto;
	margin:0;
	padding:0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
}

td.breadcrumbs{
	color:black; 
	background-color: #DDDDDD;
	font-size:8pt; 
}
