@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-image: url(images/pg-bkgd.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #272727;
	text-align: left;
	background-image: url(images/main-bkgd.jpg);
} 
.twoColFixLtHdr #header {
	background: #262626;
	background-image: url(images/ProStock-header.jpg);
	height: 222px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 20px 0 0 10px;
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
}
.twoColFixLtHdr #header a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #header a:visited {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #header a:active {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #header a:hover {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 150px;
	padding: 10px 10px 10px 10px;
	height: 100%;
}
.twoColFixLtHdr #mainContent {
	margin: 0 20px 0 150px;
	padding: 0px 0 0 15px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background:#000000;
	background-image: url(images/foot-bkgd.jpg);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.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;
}
a:link 
{
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}
#menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
margin:0px;
}

#menu a
{
	display: block;
	padding: 6px;
	width: inherit;
	line-height: 22px;
}

#menu a:link, #menuitems a:visited
{
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}

#menu a:hover
{
	color: #FE0000;
	font-weight:bold;
}
h1 {
	font-size: 16px;
	color: #FC0;
}
h2 {
	font-size: 14px;
	color: #C00;
}
h3 {
	font-size: 14px;
	color: #CCC;
}
.style1 {color: #FFFFFF; font-size: 12px; font-weight: bold}
.style2 {
	color: #FFF;
	font-size: 14px
}
.style3 {color: #FFFFFF; font-size: 10px}
.style4 {color: #FFFFFF; font-size: 11px}
.style5 {
	color: #F00;
	font-size: 10px;
	font-weight: bold;
}
.style6 {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
}
.style7 {
	color: #FF0;
	font-size: 12px;
	font-weight: bold;
}
.red2 {
	color: #F00;
}
