@charset "utf-8";
body {
	font: 100% "Times New Roman", Times, serif;
	background: #eee;
	margin: 0; /* zero margin and padding to account for differing browser defaults */
	text-align: center; /* centers container in IE 5*. Text is set to left align in the #container */
	color: #333;
}
.oneColFixCtr #container {
	width: 756px;  
	background: #fff;
	margin: 20px auto; /* auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: left; /* overrides the text-align: center on the body element. */
	padding: 0;
}
.oneColFixCtr #mainContent {
	padding: 0 0;
	 /*padding: 0 20px; /* padding is inside, margin is outside the div box */
}

/* below are link states */
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	background-color: #036;
	color: #FFF;
	text-decoration: none;
}
a:active {
	background-color: #990000;
	color: #fff;
	text-decoration: none;
}

/* Heading definitions */

h1	{
	color: #600;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	padding: 0 20px;
	}
h2	{
	font-family: "Times New Roman", Times, serif;
	color: #600;
	font-size:140%;
	padding: 0 20px;
	}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #600;
	font-size:130%;
	padding: 0 20px;
	}
h4	{
	font-family: "Times New Roman", Times, serif;
	color: #600;
	font-size:110%;
	font-weight:bold;
	margin-bottom: -18px;
	padding: 0 20px;
	}
h5	{
	font-family: "Times New Roman", Times, serif;
	color: #600;
	font-size:110%;
	font-weight: normal;
	padding: 0 20px;
	}
h6	{
	font-family: "Times New Roman", Times, serif;
	color: #600;
	font-size:10pt;
	font-weight: normal;
	padding: 0 20px;
}

/* text definitions */

.bod {  
	font-family: "Times New Roman", Times, serif; 
	font-size: 110%; 
	color: #000;
	padding: 0 20px;
}
.bodB {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #000;
}
.frteen {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #000;
	padding: 0 20px;
}
.ftr { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 70%; 
	color: #999;
	padding: 0 20px;
}
.pghd {
	font-family: "Times New Roman", Times, serif;
	font-size: 250%;
	color: #666;
	}
.pghd2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #333;
	}
.ten {  
	font-family: "Times New Roman", Times, serif; 
	font-size: 80%; 
	color: #000;
}
.tenB {  
	font-family: "Times New Roman", Times, serif; 
	font-size: 80%; 
	color: #000;
	font-weight: bold;
	padding: 0 20px;
}

