/* ############################################################################
   ##
   ##  Global Website Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */

body
{
	margin: 0px;
	background-color: #000000;
	color: #84a2bd;
	font-size: 75%;
	font-family: arial, helvetica, sans-serif;
	line-height: 140%;
}

h1
{
	font-size: 250%;
	font-weight: normal;
	color: #ffffff;
	margin-top: 0.25em;
}

h2
{
	font-size: 200%;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	margin-top: 0.25em;
}

h3
{
	font-size: 135%;
	font-weight: bold;
}

h4
{
	font-size: 100%;
	margin-bottom: 0.1em;
	text-decoration: none;
}

h5
{
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0.1em;
}

h6
{
	font-size: 91.7%;
	font-weight: normal;
	margin-bottom: 0.1em;
	text-decoration: underline;
}

p
{
	margin-top: 0px;
}

a:link
{
	color: #cce4fa;
	text-decoration: underline;
	font-weight: bold;
}

a:visited
{
	color: #cce4fa;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

a:active
{
	color: #a5dbe7;
}

img.fx
{
	FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,Duration=0.35,);
}

/* ####################################
   Form Styles
   ################################## */
form
{
	margin-top: 0px;
	margin-bottom: 0px;
}

input
{
}

input.blank
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background: url('/images/templates/spacer.gif');
}

input.submitbutton
{
}

input.submit-small
{
}

select
{
}

textarea
{
}

/* ####################################
   Main Menu - Standards Version
   ################################## */


/* ####################################
   Sub Menu
   ################################## */

/* ####################################
   Table Styles
   ################################## */

thead, th, table.table-header, tr.table-header, td.table-header
{
}

tfoot, table.table-footer, tr.table-footer, td.table-footer
{
}

table.table-bgdark, tr.table-bgdark, td.table-bgdark
{
	background: #e0e0e0;
}

table.table-bglight, tr.table-bglight, td.table-bglight
{
	background: #f0f0f0;
}

table.table-bgtransparent, tr.table-bgtransparent, td.table-bgtransparent
{
	background: transparent;
}

/* ####################################
   Custom Element Styles
   ################################## */
   
.paging
{
	font-size: 91.7%;
}

ul.warnings
{
	margin-top: 0.5em;
	margin-bottom: 1.35em;
	list-style: url("/images/templates/icons/16x16_warning.gif") square;
}
ul.warnings li
{
	margin-bottom: 0.7em;
}

.pdf
{
	padding-left: 20px;
	padding-top: 2px;
	background-image: url("/images/templates/icons/16x16_adobe.gif");
	background-repeat: no-repeat;
	min-height: 16px;
	_height: 16px;
}

.date
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 91.7%;
	color: #b08019;
	margin-bottom: 0.1em;
}

/* ####################################
   Page Objects
   ################################## */
   
#header
{
	height: 73px;
	margin: 9px 0px 0px 0px;
	background-image: url('/images/templates/metal_bar.gif');
	background-repeat: repeat-x;
	background-position: 0 67px;
	text-align: center;
}

#menu
{
	height: 13px;
	padding: 7px;
	background-image: url('/images/templates/blue_bar.jpg');
	background-color: #1c2446;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

#menu a:link
{
	color: #ffffff;
	text-decoration: none;
}

#menu a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover
{
	color: #cce4fa;
	text-decoration: underline;
}

#menu a:active
{
	color: #a5dbe7;
}

#menu .selected
{
	border-bottom: #848adf 1px dotted;
	border-bottom: #ffffff 1px dotted;
}

#content-align
{
	background-image: url('/images/templates/blue_texture.jpg');
	/* Coupled with the margin and text-align settings in content-wrapper-outer (below) this is a weird but safe way to center a page in all browsers including IE where the standard doesn't work. */
	text-align: center;
}

.acTrailNav
{
	position: absolute;
	display: inline;
	top: -28px;
	font-size: 91.7%;
}

#content-wrapper-outer
{
}

#content-wrapper-inner
{
}

#content
{
	position: relative;
}

#footer
{
	width: 700px;
	border-top: #204c66 1px dotted;
	font-size: 91.7%;
	text-align: center;
	padding: 10px;
	/* To re-align text to left in the page div when a parent div is centred. This allows centering of page div using the IE-safe hack. */
	margin: 0 auto;
	margin-top: 2em;
	text-align: center;
}

#footer a:link
{
	text-decoration: none;
}

#footer a:visited
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.pagetitle
{
}