@charset "utf-8";
/* CSS Document */



body {
	background-image: url(../newsg/head-back.jpg);
	background-repeat: repeat-x;
	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 */
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topMenu {
	color: #CCCCCC;
	width: 800px;
	text-align: right;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#topMenu a , #topMenu a:visited {
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
}
#contentLeft {
	margin-top: 20px;
	margin-right: 325px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#contentFull {
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#contentLeft p {
	padding-left: 30px;
}

#contentRight {
	float: right; /* since this element is floated, a width must be given */
	width: 275px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#header {
	width: 800px;
}

a:link {
	color: #06F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004AB9;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #06F;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 22px;
	color: #763838;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	color: #763838;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#homepage-threeCloumns {
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

#homepage-threeCloumns  h3 {
	color: #B00;
}

#homepage-threeCloumns .homepageColumnOne {
	float: left;
	width: 220px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../SiteGraphics/3boxBack.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#homepage-threeCloumns .homepageColumnTwo {
	float: left;
	width: 225px;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../SiteGraphics/3boxBack.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#homepage-threeCloumns .homepageColumnThree {
	float: left;
	width: 225px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../SiteGraphics/3boxBack.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	margin: 8px;
}
#footer img  {
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer .footerColumnOne{
	float: left;
	width: 220px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer .footerColumnTwo{
	float: left;
	width: 225px;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}
#footer .footerColumnThree{
	float: left;
	width: 225px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}



#examples {
	margin-left: 22px;
}
#topMenu a:hover {
	color: #C40000;
	margin-right: 10px;
	margin-left: 10px;
}
.fineprint {
	font-size: 10px;
}
#examples {
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#examples {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#examples p {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#examples td {
	vertical-align: top;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#examples img {
	padding-top: 8px;
	padding-bottom: 10px;
}
