html, 
body {
	min-height: 580px;
	min-width: 962px;
	height: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background: white;
}

/* Header ----------------------------------------------------------------------- */

div#header {
	position: relative;
	height: 104px;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 962px;
	background: white url('images/banner.jpg') no-repeat top left;
}
div#logo {
	position: absolute;
	top: 0;
	left: 5px;
	height: 80px;
	width: 181px;
	padding: 0;
	margin: 0;
	z-index: 2000;
}
div#header div#logo span {
	display: none;
}

/* Main Content ----------------------------------------------------------------- */

div#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	background: transparent;
	width: 962px;
	text-align: left;
	font-size: 10pt;
}
/*\*/
div#container {
	display: block;
}
/* */

div#middlewrapper {
	float: left;
	width: 962px;
	padding: 0;
	margin: 0;
}
div#middle {
	margin: 10px 200px 0 200px;
	padding: 0 1em 0 1em;
	min-height: 300px;
	text-align: left;
	background: transparent;
}

/* Footer ----------------------------------------------------------------------- */
div#nonFooter {  /* blue background for admin navigation  --------------------------------------- */
	position: relative;
	min-height: 100%;
	width: 962px;
	margin: 0 auto;
	text-align: left;
	background: transparent url('images/sidebar.gif') repeat-y top left;
}
div#footerFix {
	height: 42px;
}

div#footer {
	margin: 0 auto;
	width: 962px;
	position: relative;
	margin-top: -42px;
	border: 1px solid #cccccc;
	color: white;
	height: 40px;
	font-size: 0.95em;
	line-height: 40px;
	background: #0066ff;
}

div.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}

/* Main Navigation */
div#navigation {
	border: 1px solid black;
	padding: 13px 0;
	min-height: 1.8em;
	margin: 0;
	background: transparent url('images/navigation-background.jpg') repeat top left;
}
div#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
	min-height: 1.8em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: white;
}
div#navigation ul li {
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
}
div#navigation ul li a, 
div#navigation ul li a:link, 
div#navigation ul li a:visited {
	display: block;
	position: relative;
	padding: 0 1em;
	min-height: 1.8em;
	line-height: 1.8em;
	font-weight: bold;
	font-family: "High Tower Text", Palatino, "Palatino Linotype", "Times New Roman", serif;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
	color: black;
	background: white;
}
div#navigation ul li a:hover, 
div#navigation ul li a:active {
	color: #ff9900;
}
div#navigation ul li.on a, 
div#navigation ul li.on a:link, 
div#navigation ul li.on a:visited {
	color: #ff9900;
	text-decoration: none;
}
div#navigation ul li.on a:hover, 
div#navigation ul li.on a:active {
	text-decoration: underline;
}


/* Side Bars ------------------------------------------------------------------- */
div#left {
	float: left;
	margin: 0 0 0.5em -962px;
	padding: 0;
	width: 200px;
	text-align: left;
}
div#right {  /* Section on right side of window that shows the links------------------------- */
	float: right;
	margin: 0 0 0.5em -200px;
	padding: 10px 0 0 0;
	width: 200px;
	text-align: left;
}
div#left ul, 
div#right ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: transparent;
}
div#left ul li, 
div#right ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dad4d4;
}
div#left ul li a, 
div#left ul li a:link, 
div#left ul li a:visited, 
div#right ul li a, 
div#right ul li a:link, 
div#right ul li a:visited {
	display: block;
	padding: 0.4em 0 0.4em 0.7em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	background: #0066ff;
	color: white;
}
div#left ul li a:hover, 
div#left ul li a:active, 
div#right ul li a:hover, 
div#right ul li a:active {
	text-decoration: none;
	color: white;
	background-color: #ff9900;
}
div#left ul li.on a, 
div#left ul li.on a:link, 
div#left ul li.on a:visited {
	background-color: #ff9900;
	color: white;
}
div#left ul li.on a:hover, 
div#left ul li.on a:active {
	background-color: #990002;
}


/* Headlines */

h1, h2, h3, h4, h5 {
	color: #0066ff;
}
h1 {
	font-size: 2.1em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0.3em;
}
h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 0.3em;
}
h3 {
	font-size: 1.4em;
	line-height: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1em;
}
h5 {
	font-size: 1.0em;
	line-height: 1em;
}

p {
	line-height: 1.6em;
	text-align: justify;
	padding: 0 0 1em 0;
	margin: 0;
}

a, 
a:link, 
a:visited {
	color: #ff9b00;
	text-decoration: none;
}
a:hover, 
a:active {
	color: #990000;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

input, 
select, 
textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}

select {
	border: 1px solid #a3a3a3;
}

textarea.standard {
	width: 98%;
	height: 94px;
	padding: 3px;
	background: white;
	border: 1px solid #a3a3a3;
	line-height: 1.3em;
}
textarea.inline {
	width: 72%;
	height: 94px;
	padding: 3px;
	background: white;
	border: 1px solid #a3a3a3;
	line-height: 1.3em;
}

input.standard, 
select.standard {
	width: 197px;
	border: 1px solid #a3a3a3;
	background: white;
	padding: 4px 3px;
}
select.standard {
	width: 205px;
	padding: 3px 3px;
}

input.standard[disabled] {
	background: #d1d1d1;
}

input.button {
	border: 1px solid #66a3ff;
	background: #0066ff;
	font-weight: bold;
	color: white;
	padding: 4px;
}
input.button:hover {
	color: white;
	background: #004f7d;
}


/* System Messages --------------------------------------------------------------------------------- */

div.message, 
div.error {
	margin: 10px 0 10px 0;
	padding: 0.3em 1em;
	font-weight: bold;
	color: #1d9804;
	background-color: #cff9d6;
	border: 1px solid #7cdd62;
	line-height: 1.5em;
}
div.error {
	color: #bc1d17;
	background-color: #f8c1bf;
	border-color: #bc1d17;
}
div.message ul, 
div.error ul {
	margin: 0;
	padding: 0.1em;
	list-style: none;
}
div.message ul li, 
div.error ul li {
	padding: 0.3em 0;
}
div.error ul li span.num {
	font-weight: bold;
}



/* Sidebars */

div.sidebar {
	line-height: 1.6em;
	background: yellow;
	color: black;
	margin: 0 0 0.5em 0;
}
div.sidebar div.title {
	font-weight: bold;
	background: #0066ff;
	padding: 0.3em;
	text-align: center;
}
div.sidebar div.content {
	padding: 0.3em;
}

div.sidebar a, 
div.sidebar a:link, 
div.sidebar a:visited {
	color: #1b1e63;
	text-decoration: none;
}
div.sidebar a:hover, 
div.sidebar a:active {
	color: #990002;
	text-decoration: underline;
}


/* General Table ------------------------------------------------------------------------------------------ */

table.standard {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid white;
}
table.standard tr td {
	border: 1px solid white;
	padding: 5px;
	background-color: #dedfe0;
}
table.standard tr td a {
	color: red;
}

table.standard tr.text_centre td {
	text-align: center;
}
table.standard tr.disabled td {
	background-color: #a2a2a2;
}

table.standard tr.title td {
	background-color: #0066ff;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: white;
	font-weight: bold;
	border-bottom: 0px none;
}
table.standard tr.title td a {
	color: white;
}

/* General Fieldset */

fieldset.standard {
	padding: 1em;
	margin: 0 0 1em 0;
	border: 1px solid #dad4d4;
	background-color: #f5f5f5;
	text-align: left;
}
fieldset.standard legend { 
	color: white;
	background-color: #66a3ff;
	padding: 0.5em 0.5em;
}

fieldset.standard div.field {
	clear: both;
	line-height: 30px;
	min-height: 30px;
}
fieldset.standard div.button {
	clear: both;
	line-height: 30px;
	min-height: 30px;
	padding-left: 25%;
}
fieldset.standard label {
	display: block;
	width: 23%;
	float: left;
	line-height: 2.3em;
	text-align: right;
	padding: 0 2% 0 0;
	font-weight: bold;
	color: #414040;
	min-height: 2.3em;
}
fieldset.standard label.inline {
	display: inline;
	float: none;
	text-align: left;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: black;
}