/* #### Three-column liquid Layout #### */
body{
	margin: 0 10px;
	padding: 0 130px 0 135px;
}
#bigContainer{
	float: left;
	width: 100%;
	border-left: 135px solid #9cf;
	border-right: 130px solid #eee;
	margin-left: -135px;
	margin-right: -130px;
	display: inline; /*ie hack*/
	min-height: 300px;
	min-width: 400px;
	max-width: 800px;
	/* backgroung for the slight fade on left edge */
	background-image:  url(../images/navColContainer.jpg);
	background-repeat: repeat-y;
	background-position: -100px;
}
#navRail{
	float: left;
	width: 135px;
	margin-left: -135px;
	position: relative;
}
#centre{
	float: left;
	width: 100%;
	margin-right: -100%
}
#adRail{
	float: right;
	width: 130px;
	margin-right: -135px;/* intentionally moving right 5px */
	margin-top: 5px;
	position: relative;
}
#banner{
	border-left: 135px solid #9cf;
	border-right: 130px solid #000;
	margin-left: -135px;
	margin-right: -130px;
	clear: both;
}
div#footer {
	clear: both;
	margin-left: -135px;
	margin-right: -130px;
	padding: 0.5em 0 1em 0;
	border-top: 1px solid #999;
	max-width: 1065px;
}

/* #### Generic Styling #### */
body {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFFFFF;
}
a:link, a:visited {
	text-decoration: underline;
	color: #038;
}
a:hover, a:active {
	text-decoration: underline;
	color: #038;
}

/* #### centre Styling #### */
div#centre {
	float: left;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
/*	margin: 0 1px;*/
	padding: 0 0 3em 0;
	max-width: 800px;
}
div#centre p {
	margin-left: 1em;
}
div#centre #insetText {
	margin-left: 100px;
	max-width: 550px;
	font-size: 1.2em;	
}
div#centre #longBodyText {
	margin-left: 50px;
	max-width: 550px;
	font-size: 1.0em;
}
div#centre h2 {
	font-size: 1.1em;
	color: #038;
	margin: 0;
	padding-top: 12em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	padding-bottom: 10px;
}
div#centre h3 {
	font-size: 1.1em;
	color: #038;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
div#centre p#hello {
	font-size: 1.1em;
}
div#centre p#whatWeHave {
	font-size: 1em;
}
div#centre table {
/*	cellspacing: 0;*/
	width: 100%;
	border-collapse: collapse;
}
div#centre th {
	font-size: 1em;
	text-align: left;
	padding: 0.3em 0.8em;	
	font-weight: bold;
}
div#centre td {
	font-size: 1em;
	text-align: left;
	padding: 0.3em 0.8em;	
}
div#centre #loginTable {
	width: 300px;
	margin-left: 75px;
	padding: 0.2em 0.8em;
}
div#centre .oldest {
	background: #CC3300;
	text-align: right;
}
div#centre .older {
	background: #FF9900;
	text-align: right;
}
div#centre .old {
	text-align: right;
}
div#centre .rightal {
	text-align: right;
}

/* #### navRail Styling #### */
div#navRail{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	letter-spacing: 1px;
}
div#navRail ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div#navRail ul li {
	margin-top: 4px;
	padding-top: 1em;
}
div#navRail ul li a {
	color: #000;
	text-decoration: none;
	background-image:  url(../images/navBase.jpg);
	background-repeat: repeat-y;
	display: block;
	width: 116px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}
div#navRail ul li a:hover {
	color: #000;
	background-image: url(../images/navBase2.jpg);
	background-repeat: repeat-y;
	background-color: #99ccff;
}

/* #### adRail Styling #### */
div#adRail {
	color: #8c8215;
}


/* #### banner Styling #### */

div#banner {
	background-position: left;
	background-repeat: repeat-y;
	border: 0px;
	background-image: url(../images/navColContainer.jpg);
	background-position: 30px;
	max-width: 1065px;

}
div#bannerLogo {
	background-image: url(../images/w3logo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #99ccff;
}
div#bannerTitle {
	color: #000000;
	border-bottom-color: #999;
	min-height: 116px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#bannerTitle h1 {
	margin: 0px;
	padding: 0.3em 0 0em 0.5em;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
div#bannerTitle h1 a {
	color: #000000;
	text-decoration: none;
}
div#bannerTitle h3 {
	margin: 0px;
	padding: 0.3em 0 0.3em 0.5em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-style: italic;
}
div#topAdvert {
		border-left: 135px solid #9cf;
	padding: 10px 0 0 10px;
	height: 100px;  
}
div#noads #topAdvert {
	display: none;
}

/* #### footer Styling #### */
div#footer {
	text-align:right;
	font-size: 0.8em;
}
div#footer a{
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div#footer ul li {
	display: inline;
	padding-left: 2em;
	/* margin-right: 1em; check for interference with rails */
}
