/*
 *      web-std.css
 *
 *      Copyright 2009 Kevin Brodigan <kev_brodigan@yahoo.co.uk>
 *
 *      This program is distributed in the hope that it will be useful,
 *      but WITHOUT ANY WARRANTY; without even the implied warranty of
 *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */
/* Standard Site Stuff */

html {
	background-color: black;
}

table {
	border-collapse: collapse;
}

body {
	font-family: geneva, arial, helvetica, sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: white;
	width: 940px;
}

h1 {
	font-weight: bold;
	font-size: 13pt;
	font-variant: small-caps;
	text-decoration: underline;
	text-align: left;
	color: white;
	margin: 10px 1px 5px 10px;
}

h2 {
	font-weight: bold;
	font-size: 13pt;
	font-variant: small-caps;
	text-decoration: underline;
	text-align: left;
	margin-bottom: 0px;
	color: #766d64;
}

.h2noUnder {
	font-weight: bold;
	font-size: 13pt;
	font-variant: small-caps;
	text-decoration: none;
	text-align: left;
	margin-bottom: 0px;
	color: #766d64;
}

h3 {
	font-weight: bold;
	font-size: 13pt;
	text-align: left;
	color: white;
}

h4 {
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
	color: white;
}

p {
	font-size: 12pt;
	text-align: justify;
	color: white;
}

a, a img {
	color: white;
	text-decoration: none;
	border: 0px;
}

a:hover, a:hover img {
	color: blue;
	text-decoration: none;
	border: 0px;
}

a:hover img {
	color: blue;
	border: 1px blue solid;
	border: 0px;
}

a:active, a:active img {
	color: red;
	text-decoration: none;
	border: 0px;
}
#noUnder, .noUnder {
	text-decoration: none;
}

.centerDiv, .centreDiv {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

a.stdLink {
	color: black;
	text-decoration: none;
}

a:hover.stdLink {
	color: blue;
}

.bigNo {
	font-weight: bold;
	font-size: 13pt;
}


#pageContent, #leftSideDiv, #rightSideDiv {
	height: 470px;
}

#ticker-container {
	position:relative;
	overflow:hidden;
	width: 185px;
	height: 95px;
 	padding: 2px;
 	margin-left: 3px;
}

.ticker {
	position:relative;
	width:180px;
}

.ticker ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	list-style:none;
}
.ticker ul li {
	display:list-item;
}
.ticker ul li {
	display:list-item;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	color: ;
	padding-left: 2px;
}

.ticker ul li a {
	font-family: arial;
	font-size: small;
	font-weight: bold;
	color: ;
	text-decoration: none;
	padding-left: 2px;
}

.ticker ul li a:hover {
	font-size: small;
	color: #aaa;
}

#header {
	width: 100%;
}

#headerTable {
	width: 100%;
/*
	background-image:	url("/images/header-banner.jpg");
	background-repeat: no_repeat;
*/
	height: 121px;
}

#footer {
	width: 100%;
	font-size: 8pt;
}

#footerTab {
	color: white;
	background-image:	url("../images/footer-bg2.png");
	background-repeat: repeat_x;
	height: 62px;
}

#ftCell1 {
	padding-left: 15px;
}

#ftCell1 a {
	color: white;
}

#ftCell3 {
	padding-right: 15px;
	width: 100px;
}

#pageTable {
	background-image: url("../images/content-bg-1.jpg");
	background-repeat: no_repeat;
	color: white;
	width: 100%;
	height: 600px;
	clear: both;
}

#homeAd {
	position: relative;
	top: 45px;
}
