/* site defaults */
h2, h3 {
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

hr { color: #00FFFF; }

a {
	text-decoration: none;
	color: #00FFFF;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

table {	/* caters for old content, in ie5.x : */
	font-size: 1em;
}

.hiddenelement {
	display: none;
}

/* Page layout elements */
body {
	padding: 0px;
	margin: 0 2%;
	border: 0px;
	padding-top: 10px;
	min-width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #ffff00;
	background-color: #000000;
}

.pagewrapper {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	min-width: 750px;
	
}

* html .pagewrapper { /* for IE only */
	width: 770px; /* fixed width for IE if scripting is off */
	width: expression(document.body.clientWidth < 825 ? 750 +"px" : "90%"); /* min-width mimic for IE */
	
}

.contentwrapper {
	position: relative;
	margin-top: 10px;
	width: 100%; 
	
}

/* Header */
.header {
	position: relative;
	height: 86px;
	width: 100%;
	margin: 0px;
	padding: 0px; 
	background-color: #006699;
	/* background-color: #EAFBFF;*/
}

 .header_welcome {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 380px;
	height: 86px;
	z-index: 99;
	border: none;
}

.header_centre {
	position: relative;
	margin-left: 380px;; 
	margin-right: 354px;
	height: 86px;
	width: auto;
	
}

.header_image {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 354px;
	height: 86px;
	background-color: #006699;
	background-image: url(../images/top_living.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
}

.header #date {
	position: absolute;
	padding: 0px;
	margin: 0px;	
	bottom: 2px;
	right: 10px;
	font-size: 0.8em;	
	font-weight: bold;
	color: white /*#3c3c99;*/
}

.topnav {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px; 
	text-align: right;
	background-color: #000000;
	
}

.topnav ul {
	list-style-type: none; 
	padding: 4px;
	margin: 0px;
}

.topnav ul li {
	display: inline;
	padding: 4px;
	margin: 0px;
}

/* Column layout elements */
.column_left {
	position: absolute;
	left: 0px;
	top: 0px;	/*********/
	width: 160px;
	padding-bottom: 20px;
}

.column_right {
	position: absolute;
	right: 0px;
	top: 0px;	/*********/
	width: 160px;
	padding-bottom: 20px;	 
}

.column_centre_container {
	position: relative;
	top: 0px;	/*********/	
	margin-left: 180px; 
	margin-right: 180px;
	margin-bottom: 40px;
	height: auto;
	width: auto;
}

/* Footer */
.footer {
	position: relative;
	width: 100%;
	clear: both;
	padding-top: 10px;
	font-size: 1.0em;
	color: #CC3333;
	border-top : 1px solid #CCCCCC;
}

/* left column */
.column_left h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0px;
	font-size: 1.0em;
	color: #333333;
	font-weight: normal;
}

.column_left ul {
	list-style-type: disc; 
	padding: 0 0 0 14px;
	margin: 0px;
}
.column_left li {
	padding-left: 8px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	margin: 0px;
	font-size: 0.9em;	
}

.column_left li a {
	color: #00FFFF;
	font-weight: normal;
	width: 100%;
	display: block;
/* hide from IE mac \*/
	overflow: hidden;
/* end hiding from IE mac */ 
}

.column_left li a:hover {
	background-color : #EAFBFF;
	color : #000000;
	text-decoration : none
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color: #333333;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	font-size: 0.9em;
}

.navButts a {
	background-color: #000000;
	border: 1px solid #FFFF00;
	color: #FFFF00;
	display: block;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-top: 4px;
	text-decoration: none;
}

.navButts a:hover {
	background-color: #000000;
	border: 1px solid #FFFF00;
	color: #FFFFFF;
	text-decoration: none;
}

.search {
	border: 1px solid #FFFF00;
	padding: 0.5em;
	margin: 1.0em 0em;
}

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color: #333333;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	font-size: 0.9em;
}

.navViz a {
	background-color: #EAFBFF;
	border: 1px solid #999999;
	color: #333333;
	display: block;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-top: 4px;
	text-decoration: none;
}

/* right column */
.column_right h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0px;
	font-size: 1.0em;
	color: #333333;
	font-weight: normal;
}

.column_right ul {
	list-style-type: disc; 
	padding: 0 0 0 14px;
	margin: 0px;
}
.column_right li {
	padding-left: 8px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	margin: 0px;
	font-size: 0.9em;	
}

.column_right li a {
	color: #333;
	font-weight: normal;
	width: 100%;
	display: block;
/* hide from IE mac \*/
	overflow: hidden;
/* end hiding from IE mac */ 
}

.column_right li a:hover {
	background-color : #EAFBFF;
	color : #000000;
	text-decoration : none
}

/*Styles Applied to Float Images left or right */
.imgfloatright {
	 float : right;
	 padding-left : 6px;
	  }

.imgfloatleft {
	float : left;
	padding-right : 6px;
	 }
	
