/* ---------------------------------
	Queens Redoubt styles 
--------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #8D896B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #D4D0B4;
}

/* ---------------------------------
	link styles
--------------------------------- */
a, a:link, a:active, a:visited {
	color: #B00B12;
	text-decoration: none;
}
a:hover {
	color: #650F0F;
	text-decoration: underline;
}
.calendar a, .calendar a:link, .calendar a:active, .calendar a:visited {
	color: #fff;
	text-decoration: none;
}
.calendar a:hover {
	color: #999;
}

/* ---------------------------------
	form styles
--------------------------------- */
form {
	margin: 0;
	padding: 5px 0;
}
.submit {
	border: 1px solid #333;
	color: #fff;
	background: #B00B12;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
	cursor: pointer;
}

/* ---------------------------------
	table styles
--------------------------------- */
table, td {
	font-size: 12px;
	border-collapse: collapse;
	line-height: 18px;
}

/* ---------------------------------
	footer styles
--------------------------------- */
.footer {
	padding: 10px 5px 20px 5px;
	background-color: #EAE7D0;
	font-size: 11px;
}

/* ---------------------------------
	misc styles
--------------------------------- */
h1, h2, h3 {
	margin: 2px 0;
	padding: 0;
	text-transform: capitalize;
	font-weight: normal;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #B00B12;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
hr {
	border: 0; 
	background-color: #B4B19B;
	color: #B4B19B;
	height: 1px;
	width: 50%;
	text-align: left;
}
.content {
	background-color: #EAE7D0;
	padding: 20px;
}
.contentTable {
	 border-left: 1px solid #B00B12;
	 border-right: 1px solid #B00B12;
	 text-align: left;
}
ol {
	padding: 0;
	margin: 5px 0 5px 22px;
}
li {
	padding: 5px 0;
}

