@charset "utf-8";
/* CSS Document */
.LiveArea #sidebar1 { padding-top: 30px; }
.LiveArea #mainContent { zoom: 1; padding-top: 15px;}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.LiveArea #container {
	width: 65em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #C0C0C0 url("/Images/tempbg2.jpg");
	background-repeat:no-repeat;
	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. */
}
.LiveArea #mainContent p {
	text-indent: 2em;
	margin:1em 0 1em 280px;
}
.LiveArea #mainContent h1{
	margin-left:280px;
	text-indent:0em;
}
.LiveArea #mainContent h3{
	font-size:2em;
	text-align:center;
}
.LiveArea #mainContent {
	margin: 0 30px 50px 280px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}
.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;
}
.LiveArea #header {
	text-align:right;
	font-size:3em;
	padding-right:20px;
}

.LiveArea #sidebar1 {
	float: left;
	width: 280px; /* since this element is floated, a width must be given */
	padding: 15px 0 0 0; /* top and bottom padding create visual space within this div */
	height: 450px;
	line-height:25px;
	list-style:none;
	

}
#header a:link, #header a:visited {
	color:black;
	text-decoration:none;
	}
a:visited, a:link{
	color:#00F;
}
.LiveArea #sidebar1 ul {
	list-style:none;
	text-align:right;
}
.LiveArea #sidebar1 a:visited, .LiveArea #sidebar1 a:link {
	color:#FFF;
	text-decoration:none;
}
.LiveArea #sidebar1 a:hover {
	color:#FF0;
	font-size:25px;
}

.LiveArea #sidebar1 ul li { /*Portfolio Reports */
	padding-right:15px;
}
.LiveArea #sidebar1 ul li+li {/*Account Info */
	padding-right:32px;
}
.LiveArea #sidebar1 ul li+li+li {/*FPS */
	padding-right:42px;
}
.LiveArea #sidebar1 ul li+li+li+li {/* IPS*/
	padding-right:52px;
}
.LiveArea #sidebar1 ul li+li+li+li+li {/*Taxes */
	padding-right:62px;
}
.LiveArea #sidebar1 ul li+li+li+li+li+li {/*SEC reports */
	padding-right:70px;
}
.LiveArea #sidebar1 ul li+li+li+li+li+li+li {/*Contact US */
	padding-right:77px;
}
.LiveArea #mainContent ul.links{
	list-style:none;
	line-height:2em;
	font-size:1.3em;
}
.LiveArea #footer{
text-align:left;
font-size:.7em;
padding-top:150px;
padding-left:15px;
}

