/* Global Styles */

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image:url(images/water014.gif);	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#2e4da7;
}

/* CONTAINTERS */

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #21737e;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #menu {
 	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff; 
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	margin-top:0px;
}
.oneColFixCtrHdr #meunuRow {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #100000;
	margin-top:0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#21737e;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
	
/* LINK BEHAVIOUR */
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	


/* Class Styles */
	
.pageTitle{
	font:36px georgia;
	color: #8de0f5;
	line-height:38px;
	letter-spacing:.5em;
	}
	
.pageLogo{
	font:16px georgia;
	color: #8de0f5;
	line-height:14px;
	letter-spacing:.1em;
	font-style:oblique;
	}
	
.welcome{
	font:16px georgia;
	color: navy;
	line-height:14px;
	letter-spacing:.1em;
	font-style:oblique;
	}
	
.pageName{
	font:22px georgia;
	color: #CCFF66;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.reddirt1 {
	color: #8de0f5;
	font-size:9px;
	}	


.reddirt {
	color: firebrick;
	font-size:9px;
	}	

	
