@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 9pt;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.margin {
	margin: 15px 10px 0px 10px;	
}
.coltext {
	margin: 15px 10px 0px 10px;
	column-width: 15em;
	column-gap: 2em;   /* shown in yellow */            
	column-rule: 4px solid green;
	padding: 0px;      /* shown in blue */
	column-count: 2;
}
.prop {
    height:50px;
    float:right;
    width:1px;
}
.boards {
	float: left;
	border: 0;
	padding: 1px;
}
.projects {
	float: left;
	border: 0;
	padding: 6px;
}
.proj_thumbs {
	float: left;
	width: 304px;
	border: 0;
	padding: 5px;
}
.clearboth {
	clear: both;
}
.dot_line {
	border-bottom: 2px dotted #000;
	width: auto;
} 
#maincol {
    width:950px;
	position:relative;
}
#maincolsmall {
    width:900px;
	position:relative;
}
#cont_contain_nopad{
    position:relative;
    width:auto;
}
#cont_contain{
    position:relative;
    width:inherit;
	padding:25px;
}
#cont_contain_left{
    float:left;
	width:400px;
	margin-top:10px;
    height:100%;
}
#cont_contain_right{
    float:left;
	width:400px;
	margin-top:10px;
	margin-left:25px;
    height:100%;
}
#cont_contain_small{
    float:left;
	width:300px;
	margin-top:10px;
	margin-left:25px;
    height:100%;
}
a:link {
	color: #6CF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6CF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #6CF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #000;
}
h2 {
	font-size: 12px;
	color: #000;
}
h3 {
	font-size: 10px;
	color: #000;
}
h4 {
	font-size: 24px;
	color: #000;
}