@charset "UTF-8";
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../../pages/url() );
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 0%;
}
.type {
	font-family: "Stone Sans Sem ITC TT Semi", "ITC Avant Garde Gothic Medium", "Helvetica CY Plain", Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #header #head tr td #nav {
	padding-left: 0px;
}
.oneColFixCtrHdr #container {
	width: 942px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cc9900;
}
.oneColFixCtrHdr #header {
	background: #fff;
	padding: 20px 20px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 500px;
	margin-top: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 5px 20px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
}
.oneColFixCtrHdr #footer p {
	margin: 0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	color: #999;
	font-family: Stone Sans Sem ITC TT Semi, ITC Avant Garde Gothic Medium, Helvetica CY Plain, Arial, sans-serif;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}
h5 {
	font-size: small;
	color: #CCC;
	font-style: normal;
	font-family: "Stone Sans Sem ITC TT Semi", "ITC Avant Garde Gothic Medium", "Helvetica CY Plain", Arial, sans-serif;
}
h6 {
	font-size: x-small;
	color: #CCC;
	text-align: center;
}
.size {
	font-family: "Stone Sans Sem ITC TT Semi", "ITC Avant Garde Gothic Medium", "Helvetica CY Plain", Arial, sans-serif;
	font-size: medium;
	text-align: justify;
	text-transform: none;
	color: #CCC;
	font-style: italic;
}
.oneColFixCtrHdr #container #mainContent #jayCarlson {
	font-family: "Stone Sans Sem ITC TT Semi", "ITC Avant Garde Gothic Medium", "Helvetica CY Plain", Arial, sans-serif;
	font-size: xx-small;
	width: 880px;
	text-align: right;
	color: #999;
}
.oneColFixCtrHdr #container #footer table tr td h5 #previews {
	color: #CCC;
}

