/* ****************************************************************
 * Setup a bunch of global defaults for the entire site.  In order
 * to change the default size, change font-size in body, p, td and
 * th.  Then for the rest of the css file, reference font sizes in
 * em, not % or px.
 *
 */

BODY {
	font-family: Arial;
	font-size: medium;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 120px;
	padding: 0px;
	background-image: url('/images/ivy_background.jpg');
	background-repeat: repeat-y;
	background-position: 100% 0%;
}

P {
    color: #000000;
}

td {
	vertical-align: top;
}

td.vb {
	vertical-align: bottom;
}

td.vc {
	vertical-align: center;
	background: #5f8f4e;
}

.reg {
	font-weight: normal;
	font-size: medium;
}

.small {
	font-size: 0.8em;
}

.head3 {
	font-weight: bold;
	font-size: 1.3em;
}

H1 {
	color: #006900;
	font-weight: bold;
	font-family: "Times New Roman";
	margin-top: 5px;
}

.red {
	color: #ff0000;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

.center {
	text-align: center;
}

td.lhs {
	background: #5f8f4e;
	padding-left: 10px;
	width: 120px;
	color: white;
}

td.lhs a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
