@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(images/bkgd_tile5.png);
	background-repeat:repeat-x;
	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:#D2D2D2;
}

a {
font-size:14px;
	
}

a:link {
color:#a9db73;
text-decoration:none;
}

a:hover {
color:#ffffff;
text-decoration:none;

}

a:visited {
color:#a9db73;	
text-decoration:none;
}

a:active {
color:#a9db73;	
text-decoration:none;

}

.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #header {
	position:relative;
	z-index:5;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:186px;
	background-image:url(images/background_header_index.jpg);
	background-repeat:no-repeat;
	border:0px;

}

.oneColFixCtr #navmenu {
	position:relative;
	z-index:6;
	width: 662px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:52px;
	border:0px;
	top:40px;
	left:300px;

}


.oneColFixCtr #sidebar {
	position:relative;
	z-index:3;
	width: 550px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	/*background-image:url(images/sidebar_left_mid2.png);*/
	background-repeat:repeat-y;
	border:0px;
	padding-top:33px;
	padding-left:60px;
}

.oneColFixCtr #pagetext {
	position:relative;
	z-index:5;
	width: 450px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	border:0px;
	padding-top:25px;
	padding-left:0px;
	padding-bottom:30px;
	padding-right:30px;
	font-size:14px;
	color:#ffffff;
	line-height:130%;
	/*color:#e3deab;*/
}

.oneColFixCtr #splash {
	position:absolute;
	top:186px;
	z-index:1;
	width: 515px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:487px;
	border:0px;
	padding-left:466px;

}

.oneColFixCtr #icon_button {
	position:absolute;
	z-index:2;
	padding-top:350px;
	padding-left:800px;
	width: 198px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:179px;
	border:0px;
}

.oneColFixCtr #copyright {
	position:absolute;
	z-index:2;
	padding-top:530px;
	padding-left:675px;
	height:25px;
	border:0px;
	font-size:10px;
	color:#a9db73;	

}

.maillink {
	cursor:pointer;
	position:absolute;
	display:block;
	top:489px;
	margin-left:460px;
	z-index:5;
	border:0;
	width:244px;
	height:24px;
}
