/******************************************/
/***** Written by Taylor Johnson 2006 *****/
/******************************************/
body {
	/*margin:20px;
	margin-top:0px;*/
	background-color:#D8DFF2;
	min-width:760px;
	width:760px;
	margin:0 auto;
}
#header {
	position:fixed;
	background-color:#D8DFF2;
	z-index:2;
}
#content {
	height:300px;
	padding:30px;
	text-align:justify;
	padding-top:200px;
}
.home {
	background:url(../images/watermark.gif) no-repeat bottom left;
	padding:200px 0px 0px 0px;
	padding-right:0px;
	text-align:left;
}
#watermark {
	background:url(../images/watermark.gif) no-repeat bottom left;
	position:fixed;
	display:block;
	height:100%;
	width:760px;
	z-index:-1;
}
.home1, .home2 {
	margin-left:145px;
}
body, td, input, select {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:1.5;
}
#footer {
	font-size:8pt;
	text-align:center;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	margin-top:30px;
	/*margin-bottom:30px;*/
	z-index:3;
}
#footer a {
	color:#666666;
}
h1 {
	color:#444444;
	font-size:18px;
}
h2 {
	color:#444444;
	font-size:14px;
}
.buttons {
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE:11px;
	color:#000000;
	background-color: #CCEBEB;
	border:3px double #006464;
	cursor: pointer;
}
.error {
	color:#FF0000;
	font-weight:bold;
}
form{
	margin:0px;
}
.menuItemOff {
	cursor: pointer;
	font-weight:bold;
	background-color:#FDE400;
	padding:3px;
	text-align:center;
	border-top:1px solid #222222;
	border-bottom:1px solid #222222;
	border-right:1px solid #222222;
}
.menuItemOn {
	cursor: pointer;
	font-weight:bold;
	background-color:#222222;
	padding:3px;
	text-align:center;
	border-top:1px solid #222222;
	border-bottom:1px solid #222222;
	border-right:1px solid #222222;
}
.menuItemOff a {
	text-decoration:none;
	color:#222222;	
}
.menuItemOn a {
	text-decoration:none;
	color:#FDE400;
}
ul {
	margin-top:-10px;
}