@charset "utf-8";
body  {
	margin: auto; /* 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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #DFD7AE;
}
a:link {
	color: #303030;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #886b2f;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: underline;
	outline:none;
	color: #886b2f;
}
a:focus
{
-moz-outline-style: none;
}
.twoColFixLtHdr #sh1{
	width:916px;
	height:100%;
	_margin-right:-3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFD7AE;
	border-left-color: #DFD7AE;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	left: auto;
	right: auto;
	position: relative;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFD7AE;
}

.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #535353;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	left: auto;
	right: auto;
	background-image: url(Images/Container_background.png);
} 
.twoColFixLtHdr #header {
	height: 150px;
	width: 900px;
	background-color: #DDDDDD;
	background-image: url(Images/TopBanner.jpg);
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-left-color: #FFF;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #AF8B3D;
	background-image: url(Images/MainSideBar.png);
	height: 1200px;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	width: 700px;
	position: relative;
	overflow: hidden;
} 

.twoColFixLtHdr #footer {
	background-color: #F0ECE0;
	padding: 0;
	z-index: auto;
	width: 900px;
	clear: both;
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.photo {
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	height: 254px;
	width: 700px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: none;
	line-height: 32px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

* {
	margin: 0px;
	padding: 0px;
}
#MenuBar {
	left:0px;
	width:200px;
	height:256px;
	z-index:1;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	overflow: hidden;
}
.twoColFixLtHdr #container #MenuBar ul {
	list-style-type: none;
	width: 200px;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
}
.twoColFixLtHdr #container #MenuBar ul li {
	height: 32px;
	width: auto;
	overflow: hidden;
}
.twoColFixLtHdr #container #MenuBar ul li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background-image: url(Images/MainMenuNew.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 200px;
	padding-left: 0px;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
}
.twoColFixLtHdr #container #MenuBar ul li a:hover {
	color: #FFF;
}
.twoColFixLtHdr #container #mainContent h1 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	color: #AF8B3D;
	text-transform: capitalize;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent h5 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	color: #AF8B3D;
	text-transform: capitalize;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent #news tr th h1 {
	text-align: center;
	padding: 5px;
}

.twoColFixLtHdr #container #mainContent p {
	color: #303030;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	padding-right: 20px;
	padding-left: 20px;
}
.twoColFixLtHdr #container #mainContent .photo p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent #Downloads tr td h2 {
	margin-right: 40px;
	margin-left: 0px;
}

.twoColFixLtHdr #container #mainContent #Downloads tr th h1 {
	margin-right: 40px;
	margin-left: 0px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #Downloads tr td h3 {
	margin-right: 40px;
	margin-left: 0px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	text-align: center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 15px;
}
.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;
}
#Top100 {
	position:absolute;
	left:38px;
	width:125px;
	height:146px;
	z-index:2;
	top: 900px;
}
#Top1000 {
	position:absolute;
	left:38px;
	top:1100px;
	width:125px;
	height:146px;
	z-index:3;
}


.twoColFixLtHdr #container #sidebar1 p {
	font-size: 9pt;
	font-weight: normal;
	padding-top: 50px;
	line-height: 12pt;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 p a {
	text-align: center;
	display: block;
	border: 1px solid #000;
	width: 50%;
	height: 40px;
	color: #000;
	margin-top: 30px;
	left: auto;
	right: auto;
	margin-left: 37px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 p a:hover {
	color: #FFF;
}
.twoColFixLtHdr #container #sidebar1 p #email {
	color: #000;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 p #email:hover {
	color: #FFF;
}
.twoColFixLtHdr #sprytooltip2 p a {
	color: #000;
	text-decoration: none;
}

.twoColFixLtHdr #email_tooltip p a {
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent table tr td h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	padding-top: 10px;
	background-color: #F1EDE1;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 40px;
}
.twoColFixLtHdr #container #mainContent table tr th h1 {
	background-color: #F2EEE2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AF8B3D;
	margin-left: 40px;
	padding: 5px;
	text-align: center;
	margin-bottom: 0px;
}

.twoColFixLtHdr #container #mainContent table tr td h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	color: #AF8B3D;
	background-color: #F1EDE1;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 40px;
}
.twoColFixLtHdr #container #mainContent ul li #mainUL {
}
.twoColFixLtHdr #container #mainContent ul {
	margin-left: 36px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13pt;
	font-weight: normal;
}
#BioPhoto {
	float: left;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#italics {
	font-style: italic;
}
.MainTable {
	margin-top: 30px;
	margin-bottom: 45px;
}
.MainTableNoBottom {
	margin-bottom: 0px;
	margin-top: 30px;
}
.MainTableFloatLeft {
	float: left;
	margin-top: 30px;
	margin-bottom: 45px;
	clear: left;
}
.Border {
	border: 1px solid #000;
}
.twoColFixLtHdr #container #mainContent ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #303030;
	list-style-type: disc;
}
.Bold {
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #BigNews {
	width: 615px;
	margin-bottom: 50px;
}
.twoColFixLtHdr #sh1 #”sh2″ #”sh3″ #”sh4″ #”sh5″ #”sh6″ #”sh7″ #”sh8″ #container #footer p a {
	color: #000;
}
.twoColFixLtHdr #sh1 #”sh2″ #”sh3″ #”sh4″ #”sh5″ #”sh6″ #”sh7″ #”sh8″ #container #footer p a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #sh1 #”sh2″ #”sh3″ #”sh4″ #”sh5″ #”sh6″ #”sh7″ #”sh8″ #container #footer p a:visited {
	color: #000;
}
.twoColFixLtHdr #sh1 #”sh2″ #”sh3″ #”sh4″ #”sh5″ #”sh6″ #”sh7″ #”sh8″ #container #footer p a:active {
	text-decoration: underline;
}


.twoColFixLtHdr #container #header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000;
}
.twoColFixLtHdr #container #HeaderLinks a {
	color: #000;
}
.twoColFixLtHdr #container #HeaderLinks a:hover {
	text-decoration: underline;
	color: #000;
}
.twoColFixLtHdr #container #HeaderLinks a:visited {
	color: #000;
}
.twoColFixLtHdr #container #HeaderLinks a:active {
	color: #000;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent .twoColFixLtHdr a a #Yahoo {
	float: right;
	clear: left;
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent .twoColFixLtHdr a #Yahoo {
	float: right;
	margin-top: -10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000;
}
.ContactCol1 {
	color: #303030;
	font-size: 11pt;
}
.twoColFixLtHdr #container #mainContent #ContactForm .ContactCol1 tr td {
	padding-right: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: normal;
}

#HeaderLinks {
	position:absolute;
	left:589px;
	top:64px;
	width:308px;
	height:22px;
	z-index:4;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000;
	text-align: center;
}
input {
	font-size: 11pt;
}

.twoColFixLtHdr #container #mainContent #ContactForm .ContactCol1 tr td #button {
	background-color: #AF8B3D;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13pt;
	padding: 2px;
	border: 1px solid #000;
}
.twoColFixLtHdr #container #mainContent p a #schwabreport {
	border: 1px solid 000;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.twoColFixLtHdr #container #mainContent p #PersCFP {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 3px;
}
.titleblock {
	margin-bottom: 10px;
}
.titleblock1 {
	margin-bottom: 10px;
	margin-top:140px
}
.twoColFixLtHdr #container #mainContent p a #Yahoo {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000;
}
.twoColFixLtHdr #container #mainContent p #ACIblock {
	margin-bottom: 16px;
}
.twoColFixLtHdr #container #mainContent p a #LoringWard {
	margin-top: 5px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent p a #Dimensional {
	margin-top: 5px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent p a #Schwab {
	margin-top: 5px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #sh1 #”sh2″ {
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDCFB0;
	border-left-color: #DDCFB0;
	width: 914px;
	margin: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDCFB0;
}
.twoColFixLtHdr #sh1 #”sh2″ #”sh3″ {
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DAD0B8;
	border-left-color: #DAD0B8;
	width: 912px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAD0B8;
}
.twoColFixLtHdr #sh1 #”sh2″ #”sh3″ #”sh4″ {
	height: 100%;
	width: 910px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CFC8AF;
	border-left-color: #CFC8AF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFC8AF;
}
.twoColFixLtHdr #sh1 #”sh2″ #”sh3″ #”sh4″ #”sh5″ {
	height: 100%;
	width: 908px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C6BFAA;
	border-left-color: #C6BFAA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6BFAA;
}
.twoColFixLtHdr #sh1 #”sh2″ #”sh3″ #”sh4″ #”sh5″ #”sh6″ {
	height: 100%;
	width: 906px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B7AD91;
	border-left-color: #B7AD91;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7AD91;
}
.twoColFixLtHdr #sh1 #”sh2″ #”sh3″ #”sh4″ #”sh5″ #”sh6″ #”sh7″ {
	height: 100%;
	width: 904px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ADA69A;
	border-left-color: #ADA69A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADA69A;
}
.twoColFixLtHdr #sh1 #”sh2″ #”sh3″ #”sh4″ #”sh5″ #”sh6″ #”sh7″ #”sh8″ {
	height: 100%;
	width: 902px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A49D8E;
	border-left-color: #A49D8E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A49D8E;
}
.twoColFixLtHdr #sh1 #”sh2″ #”sh3″ #”sh4″ #”sh5″ #”sh6″ #”sh7″ #”sh8″ #container #mainContent p #CFP {
	float: right;
}
.twoColFixLtHdr #sh1 #”sh2″ #”sh3″ #”sh4″ #”sh5″ #”sh6″ #”sh7″ #”sh8″ #container #mainContent p #CFP {
}
