body {
	font-family: Tahoma, Verdana, Geneva;
	font-size:76.1%;
	color:#666666;
	}
	
* {
	margin:0;
	padding:0;
	}
	
img {
	border:0 none;
	}
	
.clearer {
	clear:both;
	}


/**********************************************************************************************/
/* Heading/font sizes, colours and links */


h1 {
	font-size:1.65em;
	font-weight:normal;
	margin-bottom:1em;
	color:#033649;
	}
	
h2 {
	font-size:1.25em;
	font-weight:normal;
	margin-bottom:1.1em;
	color:#333333;
	}

h3 {
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:1em;
	}
	
h4 {
	font-size:1.4em;
	font-weight:normal;
	margin-bottom:1em;
	}
	
h5 {
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:1em;
	}
	

h6 {
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:1em;
	}

p {
	font-size:1.2em;
	margin-bottom:1em;
	}


a, a:link, a:visited {
	color:#13944b;
	text-decoration:none;
	}

a:hover { 
	text-decoration:underline;
	}

ul {}

li {}

blockquote {}

form {}

input, select, textarea, label {}

table {}


/******************/
/* Main div styles*/
/******************/

#wrapper {
	width:100%;
	background:none;
	}
	
#wrapperBgSwirl {
	width:1184px;
	margin:auto;
	background:url(../im/swirl.png) bottom right no-repeat;
	}

.container {
	width:972px;
	margin:auto;
	}
	
#header {
	height:105px;
	}

#navigation {
display:none;
}


#content {
	margin-top:13px;
	}

#leftCol {
	display:none;
	}
	
#rightCol {
	display:inline;
	float:left;
	width:724px;
	}
	
	#mainContent {
		width:473px;
		margin-right:24px;
		margin-bottom:20px;
		display:inline;
		float:left;
		}
	
	#rightContent {
		width:227px;
		display:inline;
		float:left;
		}
		
	.splashImage {
		margin-bottom:20px;
		}
		
.categoriesTitle {
	margin-bottom:10px;
	background-color:#d3d021;
	display:block;
	color:#ffffff;
	font-size:1.4em;
	font-weight:bold;
	padding-left:10px;
	height:23px;
	text-indent:5px;
	}
		
#insideMiddleCol {
	width:476px;
	margin-right:20px;
	display:inline;
	float:left;
	}

#insideRightCol {
	display:none;
	}


/******************/
/* Footer div styles*/
/******************/

#footerBorder {
	display:none;
	}

#footerWrapper {
	width:100%;
	background-color:#dbe1db;
	font-size:0.9em;
	padding-bottom:15px;
	}
	
	#footerWrapper a {
		color:#666666;
		}
		
	#footerWrapper ul {
		margin-left:16px;
		}
	
#footerBgSwirl {
	width:1184px;
	margin:auto;
	background:url(../im/footer-swirl.png) top right no-repeat;
	}
	
#footer {
	display:none;
	}

	#footer ul {
		margin:0px;
		padding:0px;
		margin-left:-5px;
		}
		
	#footer li { 
		display:inline; 
		float:left;
		padding:0px 5px;
		border-right:1px #a1a4a1 solid;
		}
		
	#footer a, .footer a:hover {
		}
		
	#footer a:hover {
		}
	
	#footer li.last { 
		border-right:none;
		}

.quickLinksTitle {
	display:none;
	}
	
.quickLinks {
	display:none;
	}
	
.quickLinks ul {
	margin-bottom:0em;
	padding-bottom:0em;
	}

#related-posts {
display:none;
}