body {
	background-image: url(http://www.dragonquest.org/images/HF_sky-background.jpg);
	overflow-y: scroll;
}

body.background2 {
	background-image: url(http://www.dragonquest.org/images/exptextb.jpg);
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
div, section-left, section-middle, section-right {
display: block;
}

img.top {
	vertical-align: text-top;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl, li  { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	list-style: none;
    margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

header {
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 32px;
	padding-bottom: 24px;
}

nav {
	clear: both;
	min-height: 42px;
	padding-bottom: 9px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	}

aside {
	background: #EADCAE;
	float: right;
	padding: 10px 0;
	width: 180px;
}

article {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

section {
	float: left;
}

footer {
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.members {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #000000;
	width: 700px;
	border-collapse: collapse;
}

table.members td, table.members th {
	border: 0px solid #000000;
	padding: 0px 0px;
}

table.members tr:hover {
	background-color: #FFFF00;
}

table.members thead {
}
  
table.members thead th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

table.members tbody td {
	color: #000000;
	font-size: 12px;
}

table.members tfoot {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

table.members tfoot td {
	font-size: 14px;
}

.background-brown {
	background: #392222;
	color: #FFFFFF;
}

.blue {
	color: #0000FF;
}

.bold {
	font-weight: bold;
}

.bullet-circle {
 	list-style: circle;
    text-align: left;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.fltnone {
	float: none;
	margin-bottom: 0px;
	margin-top: 0px;
} 

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.highlight {
	background-color: #FFFF00;
}

.font-sans-serif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.font-serif {
	font-family: "Times New Roman", Times, serif;
}

.img-center {
	text-align: center;
}

.line-height-0 {
	line-height: 0;
}

.line-height-1 {
	line-height: 1;
}

.line-height-2 {
	line-height: 2;
}

.max-width-102 {
	max-width: 102px;
}

.max-width-378 {
	max-width: 378px;
}

.max-width-582 {
	max-width: 582px;
}

.max-width-900 {
	max-width: 900px;
}

.max-width-100-percent {
	max-width: 100%;
}

.pad-left-30 {
    padding-left: 30px;
}

.pad-left-200 {
	padding-left: 200px;
}

.red {
	color: #FF0000;
}

.red-line-through {
	text-decoration: line-through;
	color: #FF0000;
}

.section-left {
	margin-bottom: 0px;
	margin-top: 0px;
}

.section-middle {
	margin-bottom: 0px;
	margin-top: 0px;
}

.section-right {
	margin-bottom: 0px;
	margin-top: 0px;
}

.size10 {
	font-size: 10px;
}

.size12 {
	font-size: 12px;
}

.size16 {
	font-size: 16px;
}

.size18 {
	font-size: 18px;
}

.size20 {
	font-size: 20px;
}

.size24 {
	font-size: 24px;
}

.size32 {
	font-size: 32px;
}

.size48 {
	font-size: 48px;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.width-30 {
	width: 30px;
}

.width-60 {
	width: 60px;
}

.width-200 {
	width: 200px;
}

.width-700 {
	width: 700px;
}

.width-900 {
	width: 900px;
}

.width-1200 {
	width: 1200px;
}

.white {
	font-size: 12px;
	color: #FFFFFF;
}

a:active, a:link, a:visited {
	color: #0000EE;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}

a:hover, a:focus {
	color: #0000EE;
	text-decoration: underline;
}

.button-homePage {
	width: 180px;
	height: 40px;
    padding: 7px 7px;
    background: #FFFFFF;
    color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 2px #FDB945;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-homePage:hover {
	width: 180px;
	height: 40px;
    padding: 5px 5px;
    background: #FFFFFF;
    color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	-webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 4px;
    border: solid 4px #FDB945;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.blu {
}
