@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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
#container  {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	height: 155px;
	width: 990px;
	margin: 0px;
	padding: 0;
} 
#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 */
}

#mainContent  {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 603px;
	position: relative;
	top: 0px;
} 
#mainContent h1 {
	font-size: 26px;
	color: #666;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent-norightcolumn h1 {
	font-size: 1.5em;
	color: #06172A;
	text-align: center;
}
#mainContent h2 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #804638;
}
#mainContent-norightcolumn h2 {
	font-size: 1.2em;
	color: #804638;
	text-align: center;
}
#mainContent  h3 {
	font-size: 12px;
	color: #804638;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#mainContent h4 {
	color: #777777;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#mainContent-norightcolumn h4 {
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent a {
	font-weight: normal;
}
#mainContent table {
	padding: 0px;
	width: 100%;
	margin: 0px;
}
#mainContent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}	
#mainContent td p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 17px;
}
#mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContent-norightcolumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #666;
}
#mainContent-norightcolumn li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#mainContent-norightcolumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContent blockquote {
	font-style: italic;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(../image-files/);
	background-repeat: no-repeat;
	font-size: 0.9em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #B6CA01;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-position: center;
}

/* left menu SBI Includes */
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 192px;
	top: 142px;
	position: absolute;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 ul{ 
	margin-left:10px;
	padding-left: 5px; 
	list-style:none; 
	padding-bottom:0; 
	margin-bottom:1px; 
	margin-top:2px; 
	font-size:14px;
}
#sidebar1 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height:20px;
}
#sidebar1 li a:link {
	text-decoration: none;
	color: #000000;
}
#sidebar1 li a:visited {
	text-decoration: none;
	color: #000000;
}
#sidebar1 li a:hover {
	text-decoration:underline;
	color: #0000FF;
}
#sidebar1 h2 {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 0px;
}
#sidebar1 h2 a:link {
	text-decoration: none;
	color: #000000;
}
#sidebar1 h2 a:visited {
	text-decoration: none;
	color: #000000;
}
#sidebar1 h2 a:hover {
	text-decoration:underline;
	color: #0000FF;
}
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	
/* end left menu */
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 0px;
	top: 155px;
	position: absolute;
	left: 807px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #eeead8;
	height: 100%;
}
#sidebar2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.3em;
	margin-left: 8px;
}
#sidebar2 h3 {
	color: #EEEEEE;
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#sidebar2 h4 {
	font-style: normal;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer  {
	text-align: center;
	margin-top: 40px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	background-color: #FFFFFF;
} 
#footer a {
	color: #0000FF;
}
#footer  p  {
	margin: 10; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
}
#mainContent-norightcolumn {
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
	width: 550;
	position: relative;
	top: 0px;
}
#sidebarTPK {
	float: right; /* since this element is floated, a width must be given */
	width: 182px;
	top: 155px;
	position: absolute;
	text-decoration: none;
	margin: 0px;
	left: 1px;
	background-image: url(image-files/gradient.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.borderpix {
	padding: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#side-tab-home {
	float: right; /* since this element is floated, a width must be given */
	width: 596px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 479px;
	position: absolute;
	left: 191px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	height: 505px;
	background-color: #d8c5a4;
}
.borderpixhome {
	padding: 11px;
	background-color: #ebf6fc;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
