﻿/* 0 BASIC TAGS */

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p { line-height: 1.4em; }

hr { border: 0; border-top: 1px solid #bababa; height: 1px; }

a { text-decoration: none; color: #d32525; }

a:visited { color: #980000; }

a:hover { text-decoration: underline; color: #e05252; }

a:active { color: #980000; }

html, body, #contents {
	min-height:100%;
	width:100%;
	height:100%;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}

html>body, html>body #contents { height:auto; }

img { border-width: 0; }

/* 1 HEADER */

#TopBanner {
	position:absolute;
	top:0px;
	left:15px;
	width:765px;
	height:295px;
	z-index:90;
}

#TBfiller {
	position:absolute;
	top:0px;
	left:0px;
	height:295px;
	width:100%;
	background-image:url('images/flash_filler.gif');
	background-repeat:repeat-x;
	z-index:44;
}

#Cactus1 {
	position:absolute;
	top:35px;
	right:10px;
	height:181px;
	width:112px;
	background-image:url('images/single_cactus.gif');
	background-repeat:no-repeat;
	z-index:46;
}

#Cactus2 {
	position:absolute;
	top:150px;
	right:70px;
	height:181px;
	width:112px;
	background-image:url('images/single_cactus.gif');
	background-repeat:no-repeat;
	z-index:98;
}

#header {
	position:absolute;
	top:295px;
	left:0px;
	height:20px;
	text-align:left;
	padding-top:3px;
	width:100%;
	border-top:solid 2px DarkGreen;
	border-bottom:solid 2px DarkGreen;
}

.sitemap_nav { position:absolute; top:3px; left:0px; width:50%; }
.thedate { text-align:right; position:absolute; top:3px; right:20px; width:20%; }

.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua {
	color:#990000; 
	background-color:#FFFFFF; 
	margin-top:5px;
	margin-left:10px;
}

.menua a:visited, .nav a:visited { color: #d32525; }

.menua1 { background-color:#990000; }
.menua2 { background-color:#FFFFFF; }
.menua3 { background-color:#FFFBD6; }

/* 2 MAINPAGE */

#mainpage {
	position:absolute;
	top:330px;
	left:0px;
	width:100%;
	text-align: left;
	margin-bottom:1em;
}

h3 { margin-top: 1.0em; margin-bottom: 1.12em; }
h4 { margin-top: 1.0em; margin-bottom: 1.12em; }

/* 3 SIDEBAR */

#leftcontainer 
{
	float:left;
	width: 175px;
	height: 100%;
	border-right:solid 1px #bababa;
}

/* 4 MAIN CONTENT */

#rightcontainer {
	margin:0px 0px 0px 180px;
	padding:0px 0px 0px 10px;
}

/* 3 FOOTER */

#footerbg {
	float:left;
	bottom:0;
	left:0;
	width:100%;
	height: 75px;
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#footer { text-align: center; font-size: 10px; }
