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

body {
	background-image:url(images/runbkg.png);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-color: #FFF;
	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 */
}

.oneColFixCtr #logotop {
	width: 960px;  /* 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. */
}

.oneColFixCtr #nav {
	width: 960px;  /* 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. */
}

.oneColFixCtr #nav {
	width: 960px;  /* 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. */
}

.oneColFixCtr #container {
	width: 960px;  /* 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. */
}


.oneColFixCtr #mainContent {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	background-color:#FFF;
	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: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p {
	font:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #5b5b5b;
	padding: 5px;
	line-height: 25px;
	margin: 0;
	}
	
li {
	font:"Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #5b5b5b;
	padding: 5px;
	line-height: 15px;
	margin: 0;
	}
	
h1 {
	font:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #678EA3;
	padding: 0px;
	line-height: 20px;
	text-transform: capitalize;
	font-weight:normal;
	}
	
h2 {
	font:"Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #678EA3;
	line-height: 19px;
	font-weight:normal;
	}
	
h5 {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #678EA3;
	}

	
.center {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
	
img {
	border: 0;
}

a:link{
	color:#A0AF2B;
	}
	
a:active{
	color:#000;
	}
	
a:hover{
	color:#3D5F8D;
	}
	
a:visited{
	color:#3D5F8D;
	}

.floatimageright {
	margin: 15px;
	}
