/* <!-- */
	/* General styles */
	body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:100%;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:12px;
	background-image: url(../images/blog_header.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica;
	}
	
	a {
	font-size:12px;
	color:#999999;
	text-decoration: none;
	}
	a:hover {
		text-decoration:none;
	}
	
	
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	h4 {
	font-size:10px;
	color: #012B7D;
	}
	h5 {
		font-size:10px;
	}
	.back {
		font-size:14px;
		color: #66CCFF;
	}

	.read {
		font-size:12px;
		color: #eb1c24;
		cursor:pointer;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		line-height:1.55em;
	}
	img {
		margin:10px 0 5px;
	}
	
	
	/* header */
	#backlink {
	width: 40%;
	height: 20px;
	float: left;
	margin-bottom: 15px;
	margin-left: 10px;
}	

	#header {
	width:100%;
	height:180px;
	float: none;
}

	#header_logo {
	width:200px;
	height:100px;
	float: right;
}
	
	
	/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	margin-top: 15px;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
	
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
			/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	/* drop down styles */
	
	#leftcolumn {
	width:200px;
	float: left;
	padding-right:20px;
}

#rightcolumn {
	width:100px;
	float: right;
	padding-left:20px;
}

#centrecolumn {
	width:100%;
}

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  width:100%;
}

.AccordionTitle
{
	overflow:hidden;
	cursor:pointer;
	font-family:Helvetica;
	font-size:12pt;
	font-weight:normal;
	vertical-align:middle;
	text-align:left;
  	-moz-user-select:none;
	color: #012B7D;
	margin-top: 10px;
	margin-bottom: 10px;
}

.AccordionContent
{
	line-height:1.55em;
	overflow:hidden;
	display:none;
 	width:100%;
	height:0px;
	margin-bottom:15px;
}

.AccordionContent_
    {
        height: auto;
    }

.AccordionContainer
{
	width:500px;
}

/* footer */

	#footer {
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
	width:100%;
	height:50px;
}

	#email {
	float:right;
	width:30%;
	height:50px;
}