﻿@charset "UTF-8";
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 */
	margin-top: 20px;
	background-color: #7196CD;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	height: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 14px;
	border: 3px solid #d8cbbe;
}

.center-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 6px;
}
.phonetc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #756F3D;
}
.link {
	font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #006699; line-height:20px; font-weight:bold; text-decoration:underline;  
} 

.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #006699; line-height:20px; font-weight:bold; text-decoration:none;  
}
.link2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #006699; line-height:14px; font-weight:bold; text-decoration:underline;  
} 

.link2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #006699; line-height:14px; font-weight:bold; text-decoration:none;  
}

