/* site defaults */
/*Light Green #226666*/
/*Dark Green #002222*/

h1 {
	font-size: 1.5em;
	font-weight: bold;
    text-align: left;
}
	
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 12px 0 0 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	color: #999;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 12px 0;
}

img {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    width: inherit;
    height: inherit;
}

a {
	text-decoration: none;
	color: #002222;
	font-weight: bold;
}

	color: #3c3c99;
	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 {
    text-align: center;
    padding: 0px;
    margin: 0px;
    border: 0px;
    padding-top: 10px;
    min-width: 750px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 76%;
    color: #333;
}

.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 */
.header2 {
    position: absolute;
    height: 86px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    top: 0px;
    right: 0px;
    left: 0px;
}
.header {
    position: absolute;
    width: 100%;
    clear: both;
    font-size: 1.0em;
    background-color: #FFFFFF;
    background-image: url('img/bg-grass.jpg');
    background-repeat: repeat-x;
    height: 71px;
    left: 0px;
    top: 0px;
    text-align: left;
    }
 .header_welcome {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 380px;
	height: 86px;
	z-index: 99;
}

.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-image: url(topper_new.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.header #date {
	position: absolute;
	padding: 0px;
	margin: 0px;	
	bottom: 2px;
	right: 10px;
	font-size: 0.9em;	
	font-weight: bold;
	color: #3c3c99;
}

.topnav {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px; 
	text-align: right;
}

.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: 110px;	/*********/
    width: 160px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    height: 303px;
}
.column_right {
    position: absolute;
    right: 0px;
    top: 110px;	/*********/
    width: 160px;
    padding-bottom: 20px;
    background-color: #EEEEEE;
    border-style:outset;
}

.column_centre_container {
    position: relative;
    top: 110px;	/*********/
    margin-left: 180px;
    margin-right: 180px;
    margin-bottom: 100px;
    height: 396px;
    height:601px;
    width: auto;
    background-color: #FFFFFF;
    text-align: left;
    color:#002222;
    left: 0px;
}

/* Footer */
.footer {
    position: fixed;
    width: 99%;
    clear: both;
    font-size: 1.0em;
    color: #CC3333;
    background-color: #FFFFFF;
    background-image: url('img/bg-grass.jpg');
    background-repeat: repeat-x;
    height: 59px;
    left: 3px;
    bottom: 0px;
    text-align: right;
}


/* 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: #339900;
	font-weight: normal;
}

.column_left ul {
	list-style-type: none; 
	padding: 0 0 0 14px;
	margin: 0px;
}
.column_left li {
	padding-left: 8px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	margin: 0 0 0 -10px;
	font-size: 0.9em;	
}

.column_left li a {
	color: #333;
	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: #CCFFCC;
	color: #000000;
	text-decoration: none;
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color: #002222;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	font-size: 0.9em;
}

.navButts a {
	background-color: #FFFFFF;
	border: 1px outset;
	color: #226666;
	display: block;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-top: 4px;
	text-decoration: none;
}

.navButts a:hover {
	background-color: #66AAAA;
	border: 1px inset;
	color: #FFFFFF;
	text-decoration: none;
}




/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color: #EEEEEE;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	font-size: 0.9em;
}

.navViz a {
	background-color: #226666;
	border: 1px solid;
	color: #FFFFFF;
	display: block;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-top: 4px;
	text-decoration: none;
}

.navViz a:hover {
	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: #339900;
	font-weight: normal;
}

.column_right p {
	margin-top: 6px;
	margin-left: 12px;
	}

.column_right ul {
	list-style-type: none; 
	padding: 0 0 0 14px;
	margin: 0px;
}
.column_right li {
	padding-left: 8px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	margin: 0 0 0 -10px;
	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 : #CCFFCC;
	color : #000000;
	text-decoration : none
}

/*Styles Applied to Float Images left or right */
.imgfloatright
{
    float: right;
    padding-left: 6px;
    text-align: justify;
}

.imgfloatleft {
	float : left;
	padding-right : 6px;
	text-align: justify;
	 }

/*Styles for the standard tables */
.normal table {
	width: 100%;
	margin-bottom: 6px;
}
	 
filledtd {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align : left;
	font-size : 14px;
	font-weight : normal;
	color : #FFFFFF;
	background-color : #002222;
	padding : 3px;
}

.normal td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
	border : 1px solid #CCFFCC;
	padding : 3px;
}
