html body
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff;
	text-align: left;
}

#header
{
	width: 100%;
	background: #fff url(../img/sc_titlebar_bg.jpg) repeat-x;
	text-align: center;
}

#lh-col{
 position: absolute;
 top: 100px;
 left: 20px;
 width: 140px;
 color: #333333;
 margin: 0px;
 padding: 0px;
 font: bold 
 }

#rh-col{
 position: absolute;
 top: 100px;
 right: 0px;
 width: 200px;
 color: #33f;
 margin: 0px;
 padding: 0px;
 z-index: 1;
 }       
        
#c-col{
 position: relative;
 margin: 0px 220px 20px 160px;
 background: #ffffff;
 color: #333333;
 padding: 5px;
 z-index: 13;
 }

#lh-col ul
{
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	list-style-type: none;
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: normal;
}

#lh-col a
{
	display: block;
	padding: 7px;
	width: 100px;
	height: 30px;
	background-color: #fff;
	text-align: left;
}

#lh-col a img
{
	border: 0px;
	margin: 0px 5px -6px 0px;
}

#lh-col a:link, #lh-col a:visited
{
	color: #222;
	text-decoration: none;
}

#lh-col a:hover
{
	color: #990;
}

#c-col h2
{
	color: #990;
	border-bottom: 2px dotted #cc0;
}

#rh-col h2
{
	background: white url(../img/sc_rh_heading.jpg) no-repeat;
	color: #fff;
	height: 50px;
	padding: 10px 0px 0px 5px;
	margin: 0px;
	font-size: 25px;
}

#rh-col p
{
	margin: 0px 10px 10px 0px;
}

#rh-col img
{
	border: 1px dotted blue;
	padding: 2px;
}

#rh-col a:link, #rh-col a:visited
{
	font-weight: bold;
	color: #33f;
	text-decoration: none;
}

#rh-col a:hover
{
	color: #990;
}

#footer
{
	border: 0;
	border-top: 1px solid #999;
	background-color: #66f;
	color: #fff;
	font-size: 10pt;
	width: 100%;
	clear: both;
}

#footer p
{
	font-size: 8pt;
	margin: 0px 6px;
	text-align: right;
}

