#leftcol {
	float: left;
	width: 200px;
}

#main {
	margin: 0px;
}
#centercol {
	margin: 0 15px 0 215px;
}
#rightcol {
	float: right;
	border: #000 1px solid;
}

body, p, tr, td {
	font-family: verdana;
	font-size: 10pt; 
}

h1 {
	font-family: verdana;
	font-size: 12pt;
	margin-bottom: 20px;
}
h2 {
	font-family: verdana;
	font-size: 10pt;
	margin-bottom: 15px;
}

h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	margin-bottom: 2px;
	margin-top: 15px;
	color: green;
}
table.resources {
	background: #f2f2f2;
	border: 1px solid #000;
}
table.resources th {
	background: #99ffff;
	border-bottom: 1px solid #000;
	font-weight: normal;
	text-align: center;
	height: 22px;
}
.latest, .tools {
	margin: 3px 0 0 2px;
}
.mainlnk {
	font-size: 8pt;
	font-weight: bold;
	color: #006699;
	margin: 3px 3px;

}
.mainlnk a {
	text-decoration: none;
	color: #006699;
}
.mainlnk a:hover {
	color:#EC872B;
}
.maindesc {
	font-size: 8pt;
	margin: 3px 3px;
}
td.smlnk{
	border-left:1px solid #FF0000; 
	border-right:1px solid #FF0000; 
	border-bottom-style: none; 
	border-bottom-width: medium; 
	border-top-style:none; 
	border-top-width:1px;
}
.smlnk {
	font-family: verdana; 
	font-size: 8pt;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none
}
.botlnk {
	font-family: verdana; 
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none
}
.idxlnk {
	font-family: verdana; 
	font-size: 8pt;
	color: #0000FF;
}
.tbbox {
	border-width: 1px;
	border-color: #000000;
}
table.infobox {
	width: 355px;
	border: thin dotted black;
}
td.infobox {
	font-family: verdana; 
	font-size: 8pt;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
}
td.cleft {
	width: 175px;
}
td.cright {
	width: 220px;
}
td.topad {
	font-size: 8pt;
	background: #ffffff;
	padding: 4px 0 3px;
}
.box {
	border: 1px solid #000000;
	background: #ffffff;
	margin: 0;
}
.boxart {
	border: 1px solid #000000;
	background: #ffffff;
}
.catbox {
	background: #f2f2f2; 
	width: 179px; 
}
.catbox a {
	font-size: 8pt;
}
.catbox p {
	margin: 3px 5px;
}
.bhead {
	margin-top: 0;
	margin-bottom: 3px;
	background: #ffcc33;
	line-height: 19px;
	border-bottom: 1px solid #000000;
	text-align: center;
}
.bhead2 {
	margin-top: 0;
	margin-bottom: 3px;
	background: #99ffff;
	line-height: 19px;
	border-bottom: 1px solid #000000;
	text-align: center;
}

.recommended {
	font-size: 8pt; 
	text-align: center;
	padding: 3px;
}

.recommended a {
	display: block;
	margin-bottom: 2px;
	margin-top: 4px;
}
.featured {
	font-size: 7pt; 
	padding: 4px;
	text-align: left;
}
.featured a {
	display: block;
	margin-top: 3px;
}

.mdescr {
	margin-top: 10px; 
	margin-bottom: 10px;
	font-size: 9pt;
}
#footer {
	font-size: 8pt;
	margin-top: 18px;
	padding: 4px;
	background: #99FFFF;
	line-height: 15px;
	border: 1px solid #000000;
	text-align: center;
}
#topbar {
	font-size: 8pt;
	padding: 4px;
	line-height: 13px;
	background: #f2f2f2;
}
a.toplnk {font-family: verdana; font-size: 8pt; font-weight:bold; color:#FFFFFF; text-decoration: none}
a:hover.toplnk {color:#EC872B;}
a:hover.mainlnk {color:#EC872B;}
a:hover.botlnk {color:#EC872B;}
a:hover.smlnk {color:#EC872B;}

.socicon {
	float: left;
	width: 18px;
	padding-right: 2px;
}

.blink {
	width: 90px;
	float: left;
	margin: 3px 0 3px 3px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

pre.php {
	background: #f0f0f0;
	border: 1px solid #d5d5d5;
	padding: 3px;
}