@charset "utf-8";
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	margin-left: 50px;
	color: #666;
	font-size: small;
	height: auto;
	top: auto;
}
.oneColFixCtrHdr #header {
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
}
.oneColFixCtrHdr #header h1 {
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	background-color: #FFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 5px;
	vertical-align: top;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
	color: #666;
	text-align: right;
}.oneColFixCtrHdr #container #mainContent table {
	color: #666;
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
}
.oneColFixCtrHdr #container #mainContent table tr td #mainContentFrame {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin-top: 10px;
}
.nameTag {
	font-size: 36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	margin-top: 60px;
}
a:link    {
	/* Applies to all unvisited links */
  text-decoration:  none;
	background-color: #fff;
	color:#FFF;
  } 
a:visited {
	/* Applies to all visited links */
  text-decoration:  none;
	color:            #FFF;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  bold;
  } 
.oneColFixCtrHdr #container #mainContent #Inside Wrapper tr td {
	padding-top: 10px;
}
