@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; /* 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;

}
#container  {
	width: 1000px; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
#header  {
	width: 100%;
	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-right: 0px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 603px;
	position: relative;
	font-style: normal;
} 
#mainContent h1 {
	font-size: 26px;
	color: #061729;
	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: #061729;
	line-height: 20px;
}
#mainContent-norightcolumn h2 {
	font-size: 1.2em;
	color: #000000;

}
#mainContent  h3 {
	font-size: 12px;
	color: #CC6600;
	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;
	font-weight: bold;
}
#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 h5 {
	color: #6d6e65;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	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: 16px;
}
#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: #06172A;
}
#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;
}

#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: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000;
}
#sidebar2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.7em;
	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-bottom: 0;
	background-color: #FFFFFF;
} 
#footer a {
	color: #0000FF;
}
#footer  p  {
	margin: 10px; /* 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: 10px;
	margin-bottom: 0px;
	margin-left: 162px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 790px;
	position: relative;
	top: 0px;
}
#sidebarTPK {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	top: 151px;
	position: absolute;
	text-decoration: none;
	margin: 0px;
	left: 0px;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.borderpix {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}
#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;

/* captions */

}
.Caption {
	font-size: 85%;
	font-weight: normal;
	color: #000;
	display: block;
	line-height: 150%;
	margin-bottom:10px;
}

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}
#girlscolumn {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 0px;
	top: 155px;
	position: absolute;
	left: 705px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000;
}
#maingirls {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 503px;
	position: relative;
	top: 0px;
	font-style: normal;
}

