@charset "utf-8";
body  {
	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 */
	color: #000000;
	background-color: #80B4D2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 769px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	padding: 0;  /* 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. */
	background-color: #FFFFFF;
} 
#tblHeader .graybar {
	background-color: #97A1AB;
}

#tblHeader .filler {
	background-image: url(../new/templates/Custom_Magnets/images/filler.jpg);
	background-repeat: repeat-x;
}
#tblHeader {
	color: #FFFFFF;
}
#tblHeader img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fillerRight {
	background-image: url(../new/templates/Custom_Magnets/images/header_06.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#IndexSmallLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	display: block;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 4px;
}
#IndexSmallLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
}

#tblMenu th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #80B4D2;
	background-image: url(../images/th_graphic.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 5px;
	padding-left: 20px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 2px;
}
#tblMenu td {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#tblMenu a {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #486577;
	text-decoration: none;
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 172px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	border: 2px solid #CCCCCC;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#tblInfo th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #80B4D2;
	background-image: url(../images/th_graphic.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 5px;
	padding-left: 20px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 2px;
}
.IndexBoxes {
	text-align: center;
	border: 1px solid #000000;
	vertical-align: top;
}
.IndexBoxes a:link, .IndexBoxes a:visited, .IndexBoxes a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	font-size: 12px;
}
.IndexBoxes a:hover {
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	font-size: 12px;
}
#IndexContact td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-right: 5px;
}

#tblInfo td {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
#tblInfo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #486577;
	text-decoration: none;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}
#tblComments th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #80B4D2;
	background-image: url(../images/th_graphic.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 5px;
	padding-left: 20px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 2px;
}
#tblComments td {
	width: 169px;

}

#tblGraybar {
	background-color: #97A1AB;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

#tblRightSidebar td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #486577;
	background-color: #EBEBEB;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#tblRightSidebar th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #80B4D2;
	padding-right: 5px;
	padding-left: 10px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#graybar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
	padding-left: 5px;
}
#graybar2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.search {
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}

#graybar2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#tblRightSidebar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #48658D;
	text-decoration: none;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
}
#graybar4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.IndexBoxes img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tblIndex .5pxPadding {
	font-size: 10px !important;
	text-align: justify !important;
	margin: 0px;
	padding: 0px;
}
#tblIndex {
	font-size: 10px;
}
#mainContent p a:link, #mainContent p a:visited, #mainContent p a:active {
	text-decoration: none;
	color: #000000;
}


#mainContent p a:hover {
	text-decoration: underline;
	color: #000000;
}
.10pixeltext {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10px !important;
}.boldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	font-style: italic;
}
#12pxBlue {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	color: #357397 !important;
}
