/**
 * The FORMfields Library
 * Copyright 2005-2007 Brain Book Software LLC
 * For complete documentation, please visit http://www.formfields.com
 */
 

 /* ---------- custom header information ---------- */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #f4de75;
}
p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.5em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	color: #FFFFFF;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}

.hilite {
	font-weight: bold;
	color: #FFFFFF;
}


#container {
	width: 880px;
	z-index: -1;
	margin-right: auto;
	margin-left: auto;
	background-color: #2b0a1a;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-image: url(images/bkg1px.jpg);
	color: f4de75;
}

#topbar {
	width: 890px;
	z-index: 0;
}

#greyBarTitle {
	background-color: #33001E;
	height: 20px;
	width: 870px;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 10px;
	text-align: center;
}

#content {
	height: auto;
	width: 660px;
	padding: 20px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	line-height: 1.2em;
	background-image: url(images/bkgrd.jpg);
	background-repeat: no-repeat;
}
#contentRight {
	float: left;
	padding-top: 20px;
}

#content p {
	margin-bottom: 6px;
}

#content ul {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-top: 0px;

}


#content li {
	list-style-type: disc;
	font-size: 1.3em;
	margin-bottom: 8px;
	font-weight: bold;
}


#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content2 {
	height: auto;
	width: 360px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	line-height: 1.2em;
	background-image: url(images/bkgrd.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content2 ul {
	margin: 0px;
	padding: 0px;
}
#content2 li {
	list-style-type: none;
}
#menu {
	height: auto;
	width: 140px;
	float: right;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 20px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: f4de75;
	margin-top: 20px;
}
#menu  img {
	margin-top: 40px;
	padding: 0px;
	margin-left: 6px;
}
#menu  ul {
	margin: 0px;
	padding: 0px;

}
#menu  li {
	list-style-type: none;
	border-bottom-color: #CCCCCC;
	display: block;
}
#menu  a {
	color: #FFFFFF;
}
#menu  li  a:hover {
	display: block;
	width: 130px;
	color: #999999;
}



#clearFloats {
	clear: both;
}
#credit {
	font-size: 0.6em;
	color: #999999;
	text-align: right;
	padding-right: 20px;
}
#credit a {
	color: #999999;
}




#footer {
	height: 30px;
	width: 880px;
	background-color: #15000D;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B95589;
	padding-top: 6px;
}
#credit a:hover {
	color: #00CCFF;
}
#container #content td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 6px;
	padding-left: 0px;
}

