/*
* Single Column Layout CSS
*
* @author	Duncan Mundell <duncan-AT-swaziboy.com>
* @version	1.0
* @updated	11/05/08
*/

/* First column, every page has at least this one columm */
#col2 {
	width: auto;
	padding: 20px 10px;
	background-color: #FFF;
	}

#col2 h1 {
	color: #cc0529;
	font-size: 1.4em;
	margin-bottom: 1em;
	border-bottom: 1px solid #E1E1E1;
	}
	
#col2 h2 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	color: #5D7A89;
	}
	
#col2 h3 {
	font-size: 0.9em;
	font-weight: bold;
	}
	
#col2 p {
	line-height: 1.2em;
	margin: 0 0 1em 0;
	}
	
#col2 em {
	font-weight: bold;
	font-style: italic;
	}
	
#col2 ul {
	list-style: disc outside;
	margin: 1.5em;
	margin-left: 4em;
	}
	
#col2 ul li {
	line-height: 1.2em;
	margin: 1.2em;
	}
	
#col2 table {
	margin-bottom: 2em;
	}
	
#col2 td {
	padding: 8px;
	}
	
#col2 tr.alt {
	background-color: #CDE0EC;
	}
	
#col2 a {
	color: #294f64;
	border-bottom: 1px dashed #294f64;
	text-decoration: none;
	}

#col2 a:hover {
	color: #4382A3;
	}
	
/* Just in case Contribute doesn't behave */
#col1 {
	display: none;
	}