.col-A, .col-B {
	float: left 
	}

.col-A {
	text-align: left;
	display: block;
	margin-right: -1px;
	padding-right: 5px;
	width: 310px;
	border-right: 1px solid black }

.col-B {
	display: block;
	padding-left: 50px;
	width: 400px;
	border-left: 1px solid black 
	}
	
a  {
	color: black;
	border: 1px dotted black;
	outline: 0;
	text-decoration: none
	}
	
a:link {
	color: black;
	border: 1px dotted black;
	outline: 0;
	text-decoration: none
	}

a:visited {
	color: black;
	border: 1px dotted black;
	outline: 0;
	text-decoration: none
	}

a:focus {
	color: black;	
	border: 1px dotted black;
	outline: 0;
	text-decoration: none
	}

a:active {
	color: black;
	border: 1px dotted black;
	outline: 0;
	text-decoration: none
	}

a:hover {
	color: white;
	background-color: black;
	border: 1px dotted #000000;
	outline: 0;
	text-decoration: none
	}


h1  {
	font-size: 26px;
	margin: 0 0 1em
	}


h2  {
	font-size: 18px;
	margin: 0 0 1em
	}


p {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0
	}

#layoutLogic {
	width: 100%
	}

.section {
	display: block;
	margin: 0 auto;
	width: 800px 
	}

.clear {
	clear: both 
	}
	
.posthidden {
	margin: 0 0 0 0;
	display:none
	}
	
.postshown {
	margin: 1em 0 0 0;
	display:inline
	}
	
ul,li {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1em;
	font-size: 14px
  	}	

.left {
	text-align: left;
	}

.indent {
	margin-left: 	3.5em;
	}

.pad {
	margin-top:	0.30em;
	margin-bottom: 0.45em
	}
	
#content {
	font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	position: absolute;
	z-index: 100;
	top: 100px;
	left: 100px;
	}

body {
	color: black;
	background-color: white;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;

}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
	
#flashcontent {
	height: 100%;
}
/* end hide */


