body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #615B90;
	background-color: #FBFBDE;
	background-image: url(graphics/l_bars.gif);
	background-repeat: repeat-y;
	background-position: -97px top;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #F06749;
	margin: 0px 2px 0px 0px;
	}
td {
	vertical-align: top;
	}
td.m {
	vertical-align: middle;
	}
#buffer {
	position: relative;
	height: 15%;
	width: 75%;
	left: 10px;
	top: 10px;
}

a#green {
	color: green;
	font-size: 12px;
}
a#blue10:link, a#blue10:visited  {
	color: blue;
	font-size: 10px;
}
a#blue10:hover {
	color: red;
	font-size: 10px;
}
a:link, a:visited{
	color: #EEEEEE;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	color: #CCCCCC;
}

#headerL {
	position: absolute;
	top: 12px;
	left: 2px;
	width: 98%;
	height: 45px;
	background-image: url(graphics/l_curves2.gif);
	background-repeat: no-repeat;
	background-position: -6px top;
	text-align: center;
	}
#logo {
	position: absolute;
	z-index: 2;
	height: 45px;
	width: 75px;
	right: 5px;
	top: 15px;
}
#menu1 {
	position: relative;
	left: -1px;
	top: 50px;
	height: 300px;
	width:310px;
	letter-spacing: .1em;
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
	z-index: 0;
	
	}
/* {// menu z-index to be 0 to avoid interference with data input} */
#menu2 {
	position: relative;
	left: -1px;
	top: 0px;
	height: 300px;
	width:310px;
	letter-spacing: .1em;
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
	z-index: 0;
	}

th {
	color: red;
	text-align: left;
	padding: 2px;
	}
th.largeR {
	font-size: 20px;
	padding: 10px 0px 10px 0px;
	}
th.largeB {
	font-size: 20px;
	color: #615B90;
	padding: 10px 0px 10px 0px;
	}
td.L {
	vertical-align: top;
	padding-right: 20px;
	padding-left: 8px;
	width: 55%;
	text-align: justify;
}
td.R {
	vertical-align: top;
	padding-right: 20px;
	padding-left: 8px;
	width: 45%;
	text-align: justify;
}
td.col1 {
	vertical-align: top;
	padding-right: 5px;
	width: 30%;
	text-align: right;
	font-weight: bold;
}
td.col2 {
	vertical-align: top;
	padding-left: 5px;
	text-align: left;
}
td.about {
	width: 26px;
	vertical-align: middle;
}
td.menu {
	font-size: 11px;
	background-color: #4E90D3;
	border: 2px solid;
	width: 100px;
	height: 22px;
	padding: 1px 2px 1px 2px;
	background-repeat: no-repeat;
	background-position: right center;
	border-color: #bbbbbb #555555 #333333 #aaaaaa;
}
#login {
	position: absolute;
	z-index: 3;
	left: 15px;
	bottom: 2px;
	height: 40px;
	width: 50px;
}

ul {
	margin: 0px;
	padding: 0px;
	left: 0px;	
	}
li {
	margin-left: 15px;
	left: 5px;
	}
p {
	text-indent: 10pt;
	margin: 5px 0px 0px 0px;
}
#title {
	position: absolute;
	top: 30px;
	width: 95%;
	height: 50px;
	left: 5%;
	text-align: center;
	line-height: 150%;	
}
#content {
	position: absolute;
	top: 80px;
	width: 80%;
	height: 400px;
	left: 130px;
	}
td.form {
	border: 0px;
	font-size: 11px;
}
td.blank {
	background-image: url(graphics/logoSmall.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 135px;
	background-position: center center;
	text-align: center;
	padding-left: 10px;
	}
img.house {
	width: 133px;
	height: 100px;
	float: none;
	border: 1px solid;
	
}
#footer {
	position: relative;
	font-size: 10px;
	color: #777788;
	border: 1px solid;
	left: 24%;
	width: 450px;
	height: 25px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	top: 20px;

}
h2 {
	font-size: 22px;
	letter-spacing: 0.08em;
}
h4 {
	font-size: 15px;
}
img.photoR {
	padding: 0px;
	border: 4px solid;
	border-color: #333333 #aaaaaa #bbbbbb #555555;
	margin: 12px 40px 0px 0px;
	float: right;
}
.printL {
	text-align: left;
	border: 1px solid #CCCCCC;
}
.printR {
	text-align: right;
	border: 1px solid #CCCCCC;
}
.spacer {
	height: 5px;
}