@charset "utf-8";
	/* <!-- */
	/* General styles */
	body {
		font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}

	
	
	
	h1, h2, h3, h4 {
		margin:.2em 0 .2em 0;
		color:#990033;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	
	p.special { 
		font-size:110%;
		font-weight:bold;
		color:#333333;
		text-align: center;
		
	} 
	
		/* Feedburner/Buzzboot styles */


div.feedburnerFeedBlock {
border:2px solid #ddd;
background-color:#ffe;
padding:12px;
}

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock ul ul {
list-style-type: disc;
}

div.feedburnerFeedBlock ul ol {
list-style-type: decimal;
}

#creditfooter
{
display: none;
}

div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
display:block;
margin:22px 0 0 0;
}

div.feedburnerFeedBlock ul li span.headline {
font-size:110%;
font-weight:bold;
}	
	
div.feedburnerFeedBlock ul li span a
{
text-decoration:  none;
color:#990033;
}
	
	
	
	
	
	
	
	
	/* List styles */
ul {  
  margin: 0 18px 10px 28px;
  padding: 2px 0 0 0;
  text-align: left;
  line-height: 150%;  
}
	
	img {
		border: 0px none;
		margin:10px 0 5px;
		}
		
	img.floatLeft { 		/* use img.floatLeft/Right to place images and let text wrap around them */
	    float: left; 
    	margin: 4px; 
		}
	img.floatRight { 
    	float: right; 
    	margin: 4px; 
		}
	img.centred {			/* this centres images horizontally within column/header/footer */
    	display: block;
    	margin-left: auto;
    	margin-right: auto }

	
	
	hr {						/* cross browser styling for horizontal rule (line) */
  		border: 0;
  		width: 100%;
		color: #999966;
		background-color: #999966;
		height: 2px;
		}
		

	a.nohover:hover {
		background: none;
		border: none;			/* this prevents images containing links from being underlined */
		}
	
	/* Box style */
	.box {
  		border: 4px solid #999999;
		width: 80%;
		margin: 0px auto; /* Right and left margin set to "auto", to center the box horizontally */
		padding:1px 1px 1px 5px;
		padding-bottom: 10px;
		background-color: #FFFFFF;
		text-align: center;
		}

	
	
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background:#FFFFCC;
	}
	#header {
		border-bottom:2px solid #990033;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:1px 15px 1em 15px;
		margin:0;
	}
	
		#header p.info {
		clear:none;
		float:right;
		width:99%;
		font-size:80%;
		background:#FFFFCC;
	}
	#header p.info {
		padding:1% 1% 0 0;
		margin:0;
		text-align: right;
		
	}
	
	
	
	
	
	
	
	
	
	#header ul {
		clear:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 2px;
		padding:3px 10px;
		text-align:center;
		background:#CCCCCC;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#990033;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	
	
	
	
	
	
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
			}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (double page) settings */
	.doublepage {
		background:#FFFFFF;
		color:#FFFFFF;		/* right column background colour */
	}
	.doublepage .colleft {
		right:50%;	/* right column width */
		color:#000;			
		background:#FFFFFF;		/* left column background colour */
	}
	.doublepage .col1 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	.doublepage .col2 {
		width:46%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:2px solid #990033;
		font-size:80%;
		background:#FFFFCC;
	}
	#footer p {
		padding:10px;
		margin:0px;
	}
	/* --> */


