@charset "UTF-8";
/* CSS Document */

body {
	background: #e9e9e9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

h1 {color:#5c5c5c; font-weight:normal; size:1.4em;}
	
.oneColFixCtr #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;
	text-align: left;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #dddddd;
	margin-top:30px;margin-bottom:30px;
}

#logo {text-align:center;}

.navDivider {text-align:center;}

#navigation {text-align:center;font-family: Arial, Helvetica, sans-serif; font-weight:normal;}
#navigation a {padding: 0px 28px 0px 28px; margin:0px; font-size:1.2em; color:#000000; text-decoration:none;}
#navigation a:hover {background-color:#CCCCCC; text-decoration:none;}
#navigation a:visited {padding: 0px 28px 0px 28px; margin:0px; font-size:1.2em; color:#000000; text-decoration:none;background-color:#CCCCCCS;}

#mainImage {text-align:center; padding:50px 0px 50px 0px;}

#mainText {
	padding: 20px 73px 20px 73px;
	font-weight:1.2em;
	text-align: left;
}

#bottomNav {text-align:center; padding:10px;}
