/* 
	***
	Base
	***
*/
body {
	margin: 20px 0 20px 0;
	padding: 0px;
	background-color: #2A5BBD;
	font: 12px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}
#container {
	/*position: relative;*/
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	/*height: 1000px;*/
	border: 4px solid #152E5F;
	background-color: #EAEFF9;
	background-image: url(menu-back-colour.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

/* 
	***
	Menu
	***
*/
#menuback {
	/*position: absolute;*/
	/*width: 160px;
	height: 507px;*/
	background-image: url(menu-back.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#menu {
	float: left;
	width: 160px;
	/*height: 100%;*/
	padding: 30px 0 0 8px;
	/*background-color: #60CAE4;
	background-image: url(menu-back.jpg);
	background-position: bottom;
	background-repeat: no-repeat;*/
	margin-top: -50px;
}
	#menu h4 {
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		margin: 0 0 10px 0;
		padding: 0;
		text-align: center;
	}
	#menu ul {
		margin: 0 0 0 20px;
		padding: 0;
		list-style-image: url(bullet_level1.gif);
	}
	#menu ul ul {
		list-style-image: url(bullet_level2.gif);
	}
	#menu ul a {
		text-decoration: none;
		color: #152E5F;
		font-weight: bold;
	}
		#menu ul a:hover {
			border-bottom: 1px dashed #152E5F;
			border-top: 1px dashed #152E5F;
			text-decoration: none;
		}
	#menu ul ul a {
		text-decoration: none;
		color: #244DA1;
		font-weight: bold;
	}
		#menu ul ul a:hover {
			border-bottom: 1px dashed #152E5F;
			border-top: 1px dashed #152E5F;
			text-decoration: none;
		}
		
/* 
	***
	Content
	***
*/
#content {
	margin-top: -30px;
	padding-left: 10px;
	padding-right: 30px;
	float: left;
	width: 550px;
}
	#content p {
		margin: 0 0 10px 6px;
		padding: 0;
	}
	#content h1 {
		font-family: Tahoma, Arial, sans-serif;
		font-weight: normal;
		font-size: 18px;
		margin: 0 0 10px 0;
		padding: 0;
		/*width: 100%;
		height: 35px;*/
		border-bottom: 1px dashed #152E5F;
	}
	#content h2 {
		margin: 0 0 0 6px;
		padding: 0;
		font-size: 14px;
	}
	#content a {
		text-decoration: none;
		color: #2A5BBD;
		font-weight: bold;
	}
	#content a:hover {
		text-decoration: underline;
	}
	#content .linklist {
		font-size: 10px;
		border-top: 1px dotted black;
		/*border-bottom: 1px dotted black;*/
		margin: 9px 8px 9px 8px;
		padding: 0;
	}

/*
	***
	Content for index
	***
*/
#content .story-link p
{
	margin: 0;
	padding: 0;
}

#content .story-link h3
{
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#content .story-link img
{
	float: left;
	margin: 0 4px 4px 0;
	border: 1px solid #000000;
}

/* 
	***
	PPC Stuff
	***
*/
#ppcarea {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #152E5F;
	background-color: #CAD6EE;
	font-size: 11px;
}
	#ppcarea .ppc-link {
		text-decoration: underline;
		color: #CC0000;
		font-weight: bold;
	}
	#ppcarea .ppc-link:hover {
		text-decoration: none;
	}
	#ppcarea .ppc-description {
	
	}
	#ppcarea .ppc-url {
		color: #990000;	
	}
	#ppcarea .ppc-url:hover {
		text-decoration: none;
	}
/* 
	***
	Images - no alignment is specified since this is set in the markup
	***
*/
.inline-image {	
	text-align: center;
	padding: 0;
	margin: 0 0 0 10px;
}
	.inline-image img {
		border: 1px solid black;
	}
	.inline-image p {
		margin: 0;
		padding: 0;
		font-style: italic;
	}
/* 
	***
	Forms
	***
*/
.formtable {
	padding: 3px;
}

/* 
	***
	Allows for a list of PPC links in a boxout on the page.
	***
*/
.ppc-linkbox {	
	padding: 5px;
	background-color: #CAD6EE;
	border: 1px solid black;	
	font-size: 11px;
	text-align: center;	
}
	.ppc-linkbox h5 {
		font-size: 13px;
		font-weight: bold;
		margin: 0 0 5px 0;
		padding: 0;
		text-align: center;
		color: #000000;
	}
	.ppc-linkbox ul {
		list-style-type: none;
		margin: 0 0 5px 0;
		padding: 0;
	}
	.ppc-linkbox a {
		color: #9AA2B8;
		font-weight: bold;
		text-decoration: none;
	}
		.ppc-linkbox a:hover {
			text-decoration: underline;
		}
