/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background:White;
}
h1 {
	font-family: Palatino, serif; 
	font-variant:small-caps; 
	font-size:150%; 
	line-height:90%;
	margin:0px;
	}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
.menu {
	position:absolute;
	left:134px;
	top:170px;
	width:169px;
	z-index:75;
	background:url(../images/menuRight.jpg) repeat-y  right;
	}
.menuBottom {
	background:url(../images/menuBottom.png) repeat-x;
	height:7px;
	}
.menuText {
	width:160px; 
	height:18px;
	background:black; 
	border:1px solid white; 
	color:white; 
	font-family:'Times New Roman', Times, serif; 
	font-weight:bold; 
	font-variant:small-caps; 
	font-size: 120%; 
	letter-spacing:.1em;
	display:block;
	}
.menuText a:link {
	width:160px;
	height:18px; 
	background:black;
	color:white; 
	font-family:'Times New Roman', Times, serif; 
	font-weight:bold; 
	font-variant:small-caps; 
	letter-spacing:.1em;
	display:block;
	text-decoration:none;
	}
.menuText a:visited {
	width:160px;
	height:18px; 
	background:black;
	color:white; 
	font-family:'Times New Roman', Times, serif; 
	font-weight:bold; 
	font-variant:small-caps; 
	letter-spacing:.1em;
	display:block;
	text-decoration:none;
	}
.menuText a:hover {
	width:160px;
	height:18px; 
	background:#C0C0C0;
	color:black; 
	font-family:'Times New Roman', Times, serif; 
	font-weight:bold; 
	font-variant:small-caps; 
	letter-spacing:.1em;
	display:block;
	text-decoration:none;
	}
#header {
	background:url(../images/headerBG.jpg);
	height:161px;
	width:100%;
	z-index:10;
	}
.columnRight {
	border-left:2px solid black; 
	border-right:2px solid black; 
	background:url(../images/columnMiddle2.gif);
	width:137px;
	}
.mainTable {
	background: url(../images/footer.gif) bottom repeat-x white; 
	border-bottom:5px solid black; 
	height:320px
	}
.content {
	background:url(../images/lines2.jpg) no-repeat 0px 10px;
	width:483px;
	padding:10px 10px 40px 0px;
	}
.bgDiag {
	height:96px; 
	border-top:5px solid black; 
	border-bottom:5px solid black; 
	background: url(../images/bgDiag.gif) white;
	}
.address {
	position: relative; 
	bottom:42px; 
	margin-left:100px;
}
.anchor {
	position: relative; 
	top:50px; left:17px; 
	float:left;
	border:1px solid black;
	}
.form {
	position: absolute; 
	top:170px; 
	width:125px; 
	margin-left:5px;
	}
.formField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	border:solid black 1px;
	background:	url(../images/bgForm.jpg) repeat-y white;
	width:124px;
	}
.btnSubmit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	border: solid black 1px;
	background:	url(../images/bgForm.jpg) repeat-y white;
	width:60px;
	height:15px;
	float:right;
	}
.error {
	font-size:85%;
	}
li,ul {
	list-style-image:url(../images/bullet.gif);
	margin:0px 0px 0px 8px;
	}