@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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #000000;
}
.thrColFixHdr #LinkList1 {
	text-align: left;
}
.thrColFixHdr #Profile1 {
	text-align: left;
	font-size: 7pt;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #Profile1 .profile-textblock {
	text-align: left;
	font-size: 7pt;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.thrColFixHdr  #headerA {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 480px;
	color: #CCCCCC;
} 
.thrColFixHdr #headerA  h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebarZ {
	width: 380px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: right;
	top: -20px;
	position: relative;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	text-align: left;
}
.thrColFixHdr #sidebarZ #HTML1 {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr  #sidebarZ  h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #B93845;
	font-weight: normal;
}
.thrColFixHdr  #sidebar {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin: 0px;
	font-size: 8pt;
}
.thrColFixHdr #twitterdisplay {
	width: 380px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 8pt;
}
.thrColFixHdr  #sidebarA {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding: 10px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
}
.thrColFixHdr  #sidebarB {
	float: right; /* since this element is floated, a width must be given */
	width: 130px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 390px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	top: -40px;
} 
.thrColFixHdr #mainContent p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent a:link {
	color: #B93845;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:visited {
	color: #B93845;
	text-decoration: none;
}
.thrColFixHdr #mainContent hr {
	color: #CCCCCC;
	height: 0px;
}
.thrColFixHdr #gsresults {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	top: -40px;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
	color: #CCCCCC;
} 
.thrColFixHdr #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;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #8C1C33;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #8C1C33;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #B93845;
	font-style: italic;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titlewrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.widget-content {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.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;
}
.post-footer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	padding: 0px;
	margin: 0px;
}a:link {
	color: #CC9999;
	text-decoration: none;
}
a:hover {
	color: #FF9999;
	text-decoration: none;
}
a:visited {
	color: #996666;
	text-decoration: none;
}
