body {
	margin:0;
	padding:0;
	background-image: url(images/scback.jpg);
	font-weight: medium;
	font-family: Arial,Helvetica,Sans-Serif;
	color: #330066;
	font-size: 10pt;
}

.awmAnchor {
	float: left;
}

#topsection{
	height: 90px; /*Height of top section*/
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 200px 0 145px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 180px; /*Width of left column*/
	margin-left: -100%;
	background-image: url(images/scleft-top.jpg);
	background-repeat:no-repeat;
}

#rightcolumn{
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
	margin-top: 50px;
	font-size: 9pt;
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.innertube2 {
	margin-left: 1px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-right: 10px;
	margin-top: 0;
}

.boxlight {
	border-width: 2px;
	border-color: #CC0066;
	border-style: solid;
}

.boxdark {
	border-width: 2px;
	border-color: #330066;
	border-style: solid;
}

 A:link {
	color: #CC0066;
	text-decoration: underline;
	font-weight : bold;
}

 A:link IMG {
	border-color: #CC0066;
	border-style: solid;
}

A:visited {
	color: #CC0066;
	text-decoration: none;
	font-weight: bold;
}

td {
	font-weight: medium;
	font-family: Arial,Helvetica,Sans-Serif;
	color: #330066;
	font-size: 10pt;
}
 

 .review {
	padding-left: 25px;
	padding-right: 25px;
 }
 
 .sccopy {
	font-size: 8pt;
}

 .sctitle {
	font-size: 16pt;
}

.m20 {
	padding-left : 20px;
	padding-right : 10px;
}

.m40 {
	padding-left : 40px;
	padding-right : 10px;
}

p {
	text-align : justify;
}
 
.light {
	color: #CCCCFF;
 }



