@charset "utf-8";
/* CSS Document */

body {
	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;
	background-image: url(background-page.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}
p td li{font: 100% "Times New Roman", Times, serif;
}
.RunStyle {
	color: #E16D3C;
	font-size: 54px;
}
.StylizedSubHeading {font-size: 14px}
.YakStyle {font-size: 54px}
.ContentHeading {
	color: #E16D3C;
	font-weight: bold;
}

a{ text-decoration:none; color:#3699B9; font-weight:bold;
}
a:hover{text-decoration:underline; 
}

#container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 300px;
	margin-left: 0px;
}

#mainContent {
	width:720px;
	text-align: left;margin:0 auto;
}

#LeftNav {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	width: 170px;
}

#Content{
	float:right;
	width:550px;
	text-align: left;
	color: #3699B9;
}

#Content h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

#Content h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

#LeftNav ul{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;margin:0;
}
#LeftNav ul li{
	margin-top:10px;
}
#LeftNav ul li a{
	color: #da693f; text-decoration:none;
}
#LeftNav ul li a:hover{
	color: #da693f; text-decoration:underline;
}
#LeftNav ul li.On{
	color: #da693f; font-size:22px; list-style-image:url(bullet-pointer.gif)
}

#Footer{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3699B9;
	clear: both;
}
#Footer ul{
	font-weight: bold;
	color: #da693f;
}
#Footer ul li{
	 display:inline; padding-left:20px;
}
#Footer ul li a{
	color: #da693f;
}