/* Basic Elements */
html, body {
	margin: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #f2e9b2;
	}
#container {
	width: 100%;
	margin: 0 auto;
	background: #f2e9b2;
	}
#header {
	width: 100%;
	height: 205px;
	background: url("images/headerbg.jpg");
	}

#header img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}

#bar {
	width: 100%;
	height: 5px;
	text-align: center;
	border:solid #000;	
	border-width:1px 0 1px 0;
	background: #8a2d26;
	background: url("images/redsand.jpg");
	}

#wrapper {
	float: left;
	width: 100%;
	background: #f2e9b2;
	background: url("images/tealsand1.jpg");
	}
#content {
	display: block;
	margin: 0 20%;
	background: #f2e9b2;
	background: url("images/mainbg.jpg");
	border: 1px solid #000
	}

#content img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}

#left {
	float: left;
	width: 20%;
	margin-left: -100%;
	}
#right {
	float: left;
	width: 20%;
	margin-left: -20%;
	background: #84d5fa;
	background: url("images/sidebg.jpg");
	}

table.alerts {
	text-align: center;
	font-weight: bold;
	color: #404040;
	width: 100%;
	border: #000 solid;
	border-width: 1px 0 1px 0;
	border-collapse: collapse;
	border-spacing: 0px;
	}


.alertHd {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #000;
	background: url("images/alerts.jpg");
	background-color: #fff2ba;
	text-align: center;
	font-weight: bold;
	color: #f1e9b5;
	}


.alertBod p {
	text-align: left;
	font-weight: normal;
	line-height: 16px;
	color: #000;
	background: url("images/rightbg.jpg");
	border: 1px solid #008083;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.rightDate {
	text-align: left;
	font-weight: bold;
	padding: 0 0 5px 0;
	}

#footer {
	width: 100%;
	clear: both;
	border:solid #000;	
	border-width:1px 0 1px 0;
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #762A1C;
	background: url("images/redsand.jpg");
	}
#footer a {
	color: #e3dcae;
	text-decoration: none;
	}
#footer a:hover {
	color: #ffffc3;
	}



/* Navigation */
#navcontainer ul
{
margin: 0;
padding: 5px 0 0 0;
list-style-type: none;
font-size: 0.80em;
font-weight: bold;
}

#navcontainer li { margin: 0 20px 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 95%;
background-color: #efe3a9;
background-image: url(images/navdown.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #999;
background-image: url(images/navover.gif);
color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #000;
background-color: #ff6600;
background-image: url(images/navactive.gif);
color: #eaeaae;
}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	font-size: 150%;
	text-align: center;
	padding: 5px;
	}
h2 {
	text-align: center;
	padding: 5px;
	}
h3 {
	text-align: center;
	}
h4 {
	text-align: left;
	}
a {
	color: #7d1f15;
	text-decoration: none;
	}
a:hover {
	color: #006467;
	}

ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
	font-size: 0.80em;
	font-weight: bold;
	}





