/* CSS Document */

	/* Global reset */
	/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
	
	*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
	table { border-collapse:collapse; border-spacing:0 }
	fieldset, img { border:0 }
	address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
	/*ol, ul, li { list-style:none }*/
	caption, th { text-align:left }
	h1, h2, h3, h5, h5, h6 { font-size:100% }
	q:before, q:after { content:''}





	/* Global reset-RESET */
	/* The below restores some sensible defaults */
	
	strong { font-weight: bold }
	em { font-style: italic }
	/*ol, ul, li { list-style:none }*/
	* a { position:relative } /* Gets links displaying over a PNG background */
	a { outline:none } /* Gets rid of Firefox's dotted borders */
	a img { border:none } /* Gets rid of IE's blue borders */
	
	
	/* Typography */
	
#navBanner_main {
	position: absolute;
	left: 299px;
	top: 133px;
	right: auto;
	bottom: 0px;
	height: 22px;
	width: 503px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.75em;
	text-align: left;
}

#navBanner_sub {
	position: absolute;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: 0px;
	height: 20px;
	width: 616px;
	list-style-type: none;
	background-color: #003333;
}

#navMain {
	letter-spacing: 0.10em;
	word-spacing: 0.30em;
	text-decoration: none;
}

#navSub {
	position: absolute;
	left: 46px;
	top: 2px;
	right: auto;
	bottom: 0px;
	height: 20px;
	width: 554px;
	letter-spacing: 0.25em;
	word-spacing: 0.45em;

}

.navList {
	float: left;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0.4em;
	margin-bottom: 0;
	margin-left: 0.4em;
	color: #FFFFFF;
}

.highlight
{
border:thin #CCCCCC; 
border-style:solid;
background-color:#CCCCFF;
padding:0.5em;
}


h1{
	left: 4px;
	top: -26px;
	height: 30px;
	width: 100px;
	text-indent: -9999px;
	position: absolute;
}

h2 {
	position: absolute;
	top: 173px;
	right: 155px;
	width: 100px;
	text-align: right;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
}

h4 {
	color:#000000;
	font-size: 1em;
	font-weight: bold;
}
	
	/* Main layout */	
	
body {
	color:#fff;
	/*text-align:center;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/BG-night.jpg);
}

#wrapper {
	width:806px;
	/*margin:0 auto; /* needed to get the main content of the website centeralised in Firefox, left & right margins set to auto */
	position:relative;
	top: 50px;
	left: 50px;
}

#masthead {
	background-image: url(images/banner-night.png);
	height: 161px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	width: 806px;
	list-style-type: none;
}

#main {
	font-size: 0.75em;
	color: #000000;
	text-align: left;
	position: relative;
	width: 806px;
	height: 450px;
	background-attachment: scroll;
	background-image: url(images/main-night.png);
	background-repeat: no-repeat;
	background-position: top;
}

#lftCol {
	color: #333333;
	text-align: left;
	width: 400px;
	position: relative;
	left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	float: left;
	top: 15px;
}

#lftColScroll {
	color: #333333;
	text-align: left;
	width: 400px;
	position: relative;
	left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	float: left;
	height: 375px;
	top: 15px;
}

#imageCol {
	position: relative;
	width: 300px;
	right: 30px;
	top: 15px;
	text-align: center;
	float: right;
	font-size: 0.80em;
	font-style: normal;
}

#newsCol {
	position: relative;
	width: 290px;
	height: 275px;
	right: 30px;
	top: 15px;
	text-align: left;
	float: right;
	font-size: 0.8em;
	font-style: normal;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#footer {
	font-size: 0.85em;
	color: #000000;
	text-align: left;
	height: 54px;
	position: relative;
	text-decoration: none;
	width: 806px;
	background-attachment: scroll;
	background-image: url(images/footer-night.png);
	background-repeat: no-repeat;
	/*bottom: -50px;*/
	padding-top: 15px;
	text-indent: 50px;
	padding-left: 50px;
}

#credit {
	font-size: 0.75em;
	color: #FFFFFF;
	text-align: right;
	position: relative;
	float: right;
	right: 20px;
}

.pic{
	text-align: center;
	margin: 15px;
	border: thin solid #000000;
}

.thintxt {
	text-align: center;
	width: 225px;
	left:20px;
}

.youtube{
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.clear {
	clear: both;
} 

.bulcrl {
	list-style-type: disc;
	/*list-style-image: url(../images/bullet.png);*/
}

.bulnum {
	list-style-position: outside;
}

.txtbold {
	font-weight: bold;
}

.txtItalic {
	font-style:italic;
}

.center {
	text-align: center;
}

.txtLeft {
	text-align: left;
}

#pageExpand {
	clear: both;
}

.highliteBlock {
	background-color: #FFCC99;
	border: thin dashed #333333;
	padding: 20px;
	color: #000000;
}


.listTable {
	background-color: #FFCC66;
	margin: 10px;
	padding: 10px;
	border: thin solid #000000;
	width: 400px;
	vertical-align: text-top;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:active{
	color: #660033;
	text-decoration: none;
}

a:hover {
	color: #333366;
	text-decoration: none;
}
