body {
	background-color:#FFFFFF;
	text-align: center;
	background-image: url(images/pg_bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 10px 0px 10px; 0px;
}

body, th, tr, td {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}

#wrapper {
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

#topBar {
	background-image:url(images/metal.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#topBar {
    padding: 3px;
    line-height: 17px;
}

#topBar a{
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}

#sothinkNav {
	background-image:url(images/metal.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#content {
    background-color:#FFFFFF;
}

#rightCol {
    width:504px;
    text-align:left;
	float: right;
	background-image: url(images/right_col_bg.gif);
	background-repeat: repeat-x;
	padding:5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	min-height:600px;
}

#leftCol {
    min-height:600px;
	background-image: url(images/ladybg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 175px;
	padding: 5px;

}

#leftCol ul {
    list-style-type:none;
	margin:0px;
	padding-left:10px;
}

#leftCol ul li{

}

#leftCol ul li a
{
    font-weight:bold;
	text-decoration:none;
	color:#000000;
	line-height:17px;
}

.clearIt {
    clear:both;
}

#footer {
	background-image: url(images/metal.jpg);
	padding-top:2px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	border-top: 1px solid #666666;
}

.highlightedText{
background-color:#FFFFCC;
padding:5px;
border:1px solid #FFCC66;
}
.menuTable {
	border: 1px solid #999999;
	margin-top: 10px;
}

.menuTable a{
    text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.menuHeader {
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 3px;
}
.menuRows {
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}