/* Stylesheet by Matt Hinchliffe > www.forum-design.co.uk */
body, th, td, input, textarea, select, option {
	font-family:"Times New Roman", Times, serif;
	}

h1, h2, h3 {
	color: #ebd178;
	}

h1 {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	}
h2 {
	font-size: 1.2em;
	}

h3, h4, h5 {
	font-size: 1em;
	font-weight: bold;
	}

p, ul li, ol li {
	line-height: 130%;
	}
p {
	margin: 0 0 0.6em 0;
	}
#content ul, #content ol {
	padding: 0 0 0 2.5em;
	}

img {
	border: 0px;
	}

a img {
	border: none;
	}

a {
	color: #ebd178;
	text-decoration: underline;
	}

a:hover, a:visited:hover {
	color: #fff;
	}

a:visited {
	color: #888;
	}

blockquote {
	margin: 1em;
	padding: 0.5em 12px;
  	background: #333333;
	border: 1px solid #897B45;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: normal;
}

cite {
	font-style: italic;
	}

iframe {
	display: block;
	clear: both;
	margin: 5px;
	}
	
/* Table Styling */
#content table {
	margin: 1em 0;
	width: 100%;
	border: none;
	border-collapse: collapse;
	text-align: left;
	}

#content thead {
	background: #223c72;
	margin: 0;
	color: #fff;
	text-align: left;
	font-weight: bold;
	}
#content th, #content td {
	margin: 0;
	padding: 0.3em 6px;
	}

/* Forms */
fieldset {
	border: none;
	background: none;
	width: auto;
	display: block;
	margin: 0 0 14px 0;
	}
fieldset legend {
	font-weight: bold;
	font-size: 1.5em;
	}
fieldset label {
	display: block;
	float: left;
	width: 20%;
	line-height: 1.6em;
	text-align: right;
	font-weight: normal;
	padding: 0 0.5em 0 0;
	}
fieldset div {
	display: block;
	clear: both;
	padding: 0.8em 0;
	}
fieldset p {
	padding: 0.5em;
	}

input, textarea {
	border: 1px solid #ADADAD;
	background: #FAFAFA;
	padding: 3px;
	font: normal normal normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	}
input:focus, textarea:focus {
	background: #ECF3EB;
	border-color: #89C77B;
	}
input {
	width: 40%;
	margin: 0;
	}
input[type=checkbox], input[type=radio], .radio, .checkbox {
	background: none;
	border: none;
	width: 2em;
	line-height: 1.6em;
	display: inline;
	margin: 0 0 0 0.5em;
	}
select {
	width: 210px;
	}
option {
	padding: 1px;
	}
textarea {
	display: inline;
	width: 70%;
	}
button {
	margin: 0 0 0 1em;
	cursor: pointer;
	}
#captcha {
	padding: 0 0 0 20%;
	}
#captcha label {
	display: block;
	float: none;
	width: auto;
	text-align: left;
	font-weight: bold;
	}
#captcha input {
	margin: 0 0.5em;
	width: 5em;
	}
#buttons {
	padding: 0.5em 0 0.5em 20%;
	}

/* Site classes */
.align-center { 
	text-align: center;
	}
.align-right { 
	text-align: right;
	}
.hidden-note {
     display: none;
}
.Font-Golden {
	color: #ebd178;
	padding-top:30px;
}

.Font-Golden1 {
	color: #ebd178;
	padding-top:10px;
}
.Font-GoldenBig {
	font-size: 1.4em;
	color: #ebd178;
	padding-top:30px;
	padding-left:150px;
}
.Font-bright {
	color: #ede4c2;
}

.Font-white {
	color: #eee;
}
.Font-grey {
	color: #b3b1b1;
}
.force-new-line	{
	clear: both;
	width: 100%;
	line-height: 0px;
	height: 0px;
	font-size: 0%;
	}