
/* ------------------------------ */
/*                                */
/*   Styles for... All Browsers   */
/*                                */
/* ------------------------------ */


/* =================================================== */
/* CLEAR TAGS  */
/* =================================================== */

body, h1, h2, h3, h4, h5, h6, p, form {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}


/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	background-color: #6b8b20;
/*	background-image: url(/newimages/tematarau/bg-body.gif);	*/					/* for Liquid layouts - to give appearance of left column extending to page base */
/*	background-position: top left;	*/								/* for Liquid layouts */
/*	background-repeat: repeat;	*/  								/* for Liquid layouts */

/*	background-image: url(/newimages/tematarau/bg-bodyfixed.gif);	*/			/* for Fixed-Width Centered layouts */
/*	background-position: top center;	*/						/* for Fixed-Width Centered layouts */
/*	background-repeat: repeat-y;  		*/						/* for Fixed-Width Centered layouts */

	color: #000;
	font-family: verdana;
	}
	
#statichead {
	position: absolute;
	top: 0;
	right: 0;
	}
	
#header {							/* for TABLE based header */
	background-color: #cc0000;
	background-image: url(/newimages/tematarau/bg-header.gif);
	}
	
#headerdiv {						/* DIV based header  */
	width: 100%;
	background-color: #fff;
	position: relative;
	background-image: url(/newimages/tematarau/bg-header.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: left;				/* text-align for Fixed-Width Centered layouts  */
	}

#headright {						/* DIV based header  */
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: +1;
	}

#main {
	vertical-align: top;
	width: 100%;
	background-color: #fff;
	padding-bottom: 20px;
	}

#content {
	vertical-align: top;
	width: 100%;
	padding: 20px 10px 0px 20px;
	background-color: #fff;
	background-image: url(/newimages/tematarau/bg-sliver.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

#content, #content td {
	font-size: small;
	}
	
#printlogo {
	display: none;
	}

h1 {
	margin-bottom: .5em;
	font-size: large;
	color: #000;
	}

h2, h3, h4 {
	margin-top: 1.25em;
	margin-bottom: .5em;
	}

h2 {
	font-size: large;
	color: #d5010a;
	}

h3 {
	font-size: large;
	color: #719124;
	}

h4 {
	font-size: small;
	color: #fff;							/* if bgcolour is needed - if not, change to darker colour  */
	background-color: #d5010a;				/* if bgcolour is needed  */
	padding: 2px 2px 3px 5px;				/* if bgcolour is needed  */
	}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	}

#footer {
	width: auto;
	margin-bottom: 10px;
	}

.small {
	font-size: x-small;
	}

#logos {
	margin: 35px 10px 0 0;
	border-top: double #d5ea9f 3px;
	padding-top: 15px;
	}

#logos img {
	margin: 0 25px 7px 0;
	}


/* =================================================== */
/* POWERED BY */
/* =================================================== */

/*	border-top: solid #000 1px;		*/
/*	border-bottom: solid #000 1px;	*/
/*	border-left: solid #000 1px;	*/
/*	border-right: solid #000 1px;	*/
	
	
#powercopy {
	width: 100%;
	text-align: left;
	}

#poweredby {
	float: left;
	width: auto;
	padding: 10px;
	}

#copyright {
	font-size: x-small;
	color: #def1ae;
	width: auto;
	padding: 10px 10px 10px 0px;
	margin-left: 105px;
	}

	
/* =================================================== */
/* MAIN NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #d5010a;
	text-decoration: underline;
	}

a:hover	{
	color: #4a6900;
	}

/* --------------------------------------------------- */

#navcolumn, #navcolbase {
	background-color: #d5ea9f;
	vertical-align: top;
	}

#navcolbase {
	vertical-align: bottom;
	}

#nav {
	background-color: #d5ea9f;
	background-image: url(/newimages/tematarau/bg-navtop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}

#navigator {
	width: 151px;
	}

.button1, .button2, .currentpage, .submen {
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
/*	text-align: center;	*/				/* Uncomment to center left nav text */
	margin: 0px;
	padding: 0px;
	width: 151px;
	}

.button1 a, .button2 a, .currentpage a, .submen a {
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	display: block;
	width: auto;
	color: #000000;
	}

.currentpage a {
	color: #cc0000;
	background-color: #fff;
	border-bottom: solid #cc0000 1px;
	border-top: solid #cc0000 1px;
	}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #526e0a;
	background-color: #eef6d7;
	}

.submen a {
	font-weight: normal;
	}


/* =================================================== */
/* SUB NAVIGATION */
/* =================================================== */

#subshell {
	border-bottom: solid #526e0a 1px;
	}

#subnava, #subnavb {
	border-bottom: solid #2c3d00 1px;
	}
	
#subnavb {
	color: #fff;
	font-size: x-small;
	background-color: #b5d368;
	padding: 7px 20px 10px 20px;
	}