/*
	Original design by Free CSS Templates, http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
	Modifications and enhancements by Bill Gerrard

*/

/* Basic */

* {
	margin: 0em;
	padding: 0em;
}

body {
        font-family: Cambria, Georgia, "Times New Roman", Times, serif;
        font-size: 1em;
        margin: 0em auto 1em auto;
        width: 100%;
        background-color: #fff;
	color: #665555;
}

h1, h2, h3 {
        margin: 0;
        padding: 0;
        letter-spacing: -1px;
        font-weight: normal;
        font-style: italic;
        color: #8F3844;
}

.title {
	font-size: 1.2em;
        letter-spacing: -1px;
        font-weight: bold;
        font-style: italic;
}

.special {
	font-size: 1.2em;
        font-weight: bold;
        letter-spacing: 1px;
	margin: .5em auto 1em auto;
}

a {
	color: #665555;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.inside {
    list-style-position: inside;
}

table {
	border-style: none;
}

table td {
	padding-bottom: 4px;
}

/* Header */

#header {
	padding: 1.5em 2em 1.5em 2em;
	background: #2E2017 url('/assets/styles/images/a1.jpg') top left repeat-x;
}

#header h1 {
	font-size: 2em;
	color: #fff;
}

#header h1, #header h2 {
	display: block;
	width: 778px;
	margin: 0em auto;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h2 {
	color: #bbaa77;
	font-size: 0.8em;
}

/* Menu */

#menu {
	padding: 1em 4em 1em 0em;
	background: #F1DFC9 url('/assets/styles/images/a2.gif') top left repeat-x;
	font-size: 0.9em;
}

#menu ul {
	display: block;
	width: 778px;
	margin: 0em auto;
	list-style: none;
	padding-left: 2.5em;
}

#menu li {
	display: inline;
}

#menu li a {
	color: #38271C;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

#menu li a:hover {
	background: #342117 url('/assets/styles/images/a4.gif') top left repeat-x;
	color: #fff;
}

/* Content */

#content {
	width: 778px;
	margin: 0em auto;
	padding: 1.5em;
}

#content p
{
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: justify;
}

#content h2,h3,h4,h5,h6 {
	color: #443333;
	margin-bottom: 1em;
}

a.linkex {
	font-style: italic;
	text-decoration: underline;
	line-height: 200%;
}

table.linkex {
	background-color: #F1DFC9;
}

td {
	vertical-align: top;
}

/* Footer */

#footer {
	padding: 1.5em 2em 1.5em 2em;
	text-align: center;
	border-top: solid 1px #efeecc;
	font-size: 0.9em;
	background: #2E2017 url('/assets/styles/images/a1.jpg') top left repeat-x;
	color: #fff;
}

#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.error {
	background-color: red;
	color: white;
}

.popup-window {
	background: #fff;
}

.noteBox {
    background-color: #fafad2;
    border: 1px solid #999;
    margin: 5px 0px;
    padding: 10px;
}

