body  {
	margin: 0;
	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: #06066F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #999999;
	background-image: none;
	background-repeat: repeat;
}
a:link {
	font-weight: normal;
	color: #FFFFFF;
}
a:visited {
	color:#FFFFCC
}
.thrColElsHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #003399;
	background-image: none;
} 
.thrColElsHdr #header {
	color: #660000;
	background-color: #acacac;
	background-position: center center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
} 
.thrColElsHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
	color: #06066F;
}
.thrColElsHdr #sidebar1 {
	float: left;
	width: 12em; /* top and bottom padding create visual space within this div */
	background-color: #FFCC66;
	background-image: none;
	color: #660000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin: 0px;
}
.thrColElsHdr  #container  #sidebar1  a:link {
	color: #003399;
}
.thrColElsHdr #container #sidebar2 a:link {
	color: #003399;
}

.thrColElsHdr #container #sidebar1 a:visited {
	color: #666666;
}

.thrColElsHdr #container #sidebar2 a:visited {
	color: #666666;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar2 h3 {
	/* the left and right margin should be given to every element that will be placed in the side columns */
	margin-left: 10px;
	margin-right: 10px;
	font-size: medium;
}
.thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p{
	margin-left: 10px; 
	margin-right: 10px;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 11em; /* top and bottom padding create visual space within this div */
	background-color: #FFCC66;
	background-image: none;
	color: #660000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin: 0px;
}
.thrColElsHdr #mainContent {
	border: thin none #CCCCCC;
	color: #B8B8B8;
	margin-top: 0;
	margin-right: 13em;
	margin-bottom: 0;
	margin-left: 13em;
} 
.thrColElsHdr #mainContentosb {
	border: thin none #CCCCCC;
	color: #B8B8B8;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 13em;
}
.thrColElsHdr #mainContentnsb {
	border: thin none #CCCCCC;
	color: #B8B8B8;
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 2em;
}
.thrColElsHdr #mainContentnsb li {
	border: thin none #CCCCCC;
	color: #FFCC66;
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 2em;
	font-weight: normal;
	list-style-image: url(images/icons/tick-32x32.png);
}
.thrColElsHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	background-image: none;
	color: #660000;
} 
.thrColElsHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.thrColElsHdr .cursor {
	cursor: pointer;
}
.thrColElsHdr #header2 {
	color: #003399;
	background-color: #ffffff;
	background-position: center center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 11px;
}
.thrColElsHdr   #header2  h3 {
	margin: 0;
	padding: 10px 0;
	color: #FF9900;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
}
.thrColElsHdr  #header2 h5 {
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	font-size: 10px;
}
.whiteborder {
	border: thin inset #FFFFFF;
}
/* Miscellaneous classes for reuse */
.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;
}
.FooterCredits {
	font-size: 65%;
	font-weight: bold;
}
.forminput {
	font-size: 70%;
	font-weight: normal;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.forminput2 {
	font-size: 85%;
	font-weight: normal;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Copyright {
	font-size: 75%;
	font-weight: bold;
}
.sidebarList {
	font-size: small;
	color: #660000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.error {
	color: #FFCC33;
}
.admin {
	font-size: 70%;
	color: #FFCC66;
	text-transform: uppercase;
}

.quotes {
	font-style: italic;
	font-weight: normal;
	font-size: 92%;
}
.quoteauthor {
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebari {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #000099;
}
.price {
	font-size: 140%;
	font-style: normal;
	font-weight: normal;
	color: #FFCC66;
}
.report {
	font-size: 75%;
	color: #FFCC66;
}
.style3 {font-size: 70%}

#pscroller1{
	width: 400px;
	height: 35px;
	border: 1px none black;
	padding: 8px;
	background-color: #FFFFFF;
	color: #003399;
}

.someclass{ //class to apply to your scroller(s) if desired
}
.mj #main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFCC66;
	background-color: #660000;
}
.popup {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #003399;
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
}
.popup #header {
	font-size: 100%;
	color: #CCCCCC;
	text-align: left;
}
.popup #table {
	font-size: 85%;
	background-position: left top;
}
.popup #table a {
	font-size: 90%;
	color: #FFCC00;
}
