@charset "utf-8";
body {
	background-color: #16100c;
	color: #807061;
	background-image:url(/gfx/bg-tile.gif);
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#FullHeight {
	height:100%
	margin: 0 auto;
    vertical-align: middle;
}

#ContentBackground {
	background-image: url(../gfx/logo-4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

td, tr, table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;	
}

input, textarea {
	background-color: #16100c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #807061;
	border: 1px dotted #3d3733;
	padding: 4px;
}

input:hover, textarea:hover {
	background-color: #1f1916;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #807061;
	border: 1px dotted #3d3733;
	padding: 4px;
}

hr {
	height: 1px;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: 1px dotted #3d3733;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color:transparent;
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

a {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #851111;
}

a:hover {
	/*background-color: #982319;*/
	color: #982319;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}

.MenuItem {
	color: #807061;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.MenuItem:hover {
	color: #982319;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

H3 {
	font-size: 26px ;
	letter-spacing: -1px;
	font-weight: normal;
}

.TinyText {
	font-size: 10px ;
}

.DarkerText {
	color: #3d3733;
}

.LittleHeading {
	color: #982319;
	font-size:22px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
	text-transform: uppercase;
}
li {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	list-style-type: square;
	list-style-position: outside;
	padding-bottom: 6px;
}

.Heading {
	color: #807061;
	font-weight:bold;
	font-style:italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.HeadingSmall {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size: 14px;
	text-decoration: underline;
	text-transform: uppercase;
	padding-bottom: 6px;
	margin-bottom: -6px;
	color: #C7A982;
	font-weight: bold;
}

.NoFlashLink {
	font-size: 18px;
	text-transform: uppercase;
}

.BorderImage {
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.ImageElement h3 {
	font-size:11px;
	color:#000;
}


