/* CSS Document */

body {
	text-align: center;
	margin-top: 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #FDF5E6;
}

#wrapper {
	position:relative;
	margin: 0 auto;
	text-align: left;
	width: 790px;
	border: 2px solid #451729;
	background-color: #FFFFFF;
	position:relative;
	z-index:1;
} 

#lhCol {
	background-color: #FFFFFF;
	width: 120px;
	float: left;
	vertical-align: top;
	padding-top: 5px;
	z-index: 11;
}
#lhCol img {
	margin-left:5px;
}

#lhCol a {
	font-size: 12pt;
	font-weight: bold;
	color: #FCF5E5;
	background-color: #451729;
	text-align: center;
	display: block;
	width: 110px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
#lhCol a:hover {
	text-decoration: underline;
}

#mainCol {
	float: left;
	padding: 5px;
	width: 650px;
	z-index: 11;
}

#banner {
	background-color: #451729;
	color: #FDF5E6;
	width: 648px;
}
#banner h1 {
	font-size: 3.1em;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#banner table {
	width: 640px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 6px;
	border-top-color: #451729;
	font-weight: bold;
	font-size: 14px;
	margin-top: -5px;
}

#pageContent {
	padding-top: 1px;
	background-image: url(images/Watermark.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 5px;
	position:relative;
	z-index: 5;
}
#pageContent * {
 border :0px;
 padding: 0px;
} 

#pageContent a {
color: #451729;
}
#pageContent img {
	position:relative;
	z-index: 21;

}

#pageContent h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	color: #451729;
	font-size: 2em;
}

#pageContent h2 {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #451729;
	font-size: 14pt;
	line-height: 125%;
}
#pageContent ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
#pageContent li {
	margin-left: 20px;
}

#footer {
	clear: both;
	width: 785px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #635A9B;
	text-align:right;
	color: #635A9B;
	padding-right: 0.5em;
}

#profileTable {
}

#profileTable h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #451729;
	font-size: 12pt;
}

#profileTable .profileLHcol img {
	float:left;
	margin-right: 3px;
}
#profileTable .profileRHcol img {
	float:right;
}
#listBox {
	width: 98%;
	background-color:#451729;
	color:#FDF5E6;
	border: 3px double #FDF5E6;
	padding: 2px;
	height: auto;
	position:relative;
	z-index: 11;
	float: left;
	clear: left;
	
}
#listBox img {
	float:left;
	position:relative;
	z-index: 21;
	margin-right: 4px;
}
#listBox h2,  #listBox a {
	color:#FDF5E6;
}
#listBoxAlt {
	width: 98%;
	background-color:#FDF5E6;
	color:#451729;
	border: 3px double #451729;
	padding: 2px;
	height: auto;
	position:relative;
	z-index: 11;
	float: left;
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#listBoxAlt img {
	float:left;
	position:relative;
	z-index: 21;
	margin-right: 4px;
}
#listBoxAlt h2 {
	color:#451729;
}

