/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#ffffff;
		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:80%;
		font-family: Verdana, Arial, sans-serif;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	/* Header styles */
	* {
	    padding: 0;
	    margin: 0;
	}

	img {border:0;}

	.ashlatable {
		border-collapse: collapse;
	}
	ul {
		font-size: 1em;
		margin:0;
		padding:0;
		color: #3B6EBF;
	}
	a {
		color: #3B6EBF;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	.atitle {
		font-family: verdana;
		border-bottom: 1px solid black;
		font-size: 1.3em;
	}
	#aheader {
		clear:both;
		float:left;
		width:100%;
		background: #fff url(/images/headBgBlue.jpg);
		background-repeat: repeat-x;
	}
	#aheader {border-bottom: 1px solid #3B6EBF;}

	#aheader img {border: 0; display:block;}

/* -------------------------------------------------- */
	/* roundbar-grey menu */
	/* -------------------------------------------------- */
	#amenu {
		clear:left;
		float:left;
		width:100%;
		background:#B7B7B7 url(/images/roundbar-grey.gif) 0 25% repeat;
		font-family: verdana, helvetica, sans-serif;
		font-size: .9em;
		border-bottom:1px solid #A8A8A8;
		overflow:hidden;
		position:relative;
	}
	#amenu ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
	#amenu ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#amenu ul li.first {
		border-left:1px solid #A8A8A8;
	}
	#amenu ul li.last {
		border-right:1px solid #C8C8C8;
	}
	#amenu ul li a {
		display:block;
		margin:0;
		padding:.4em .8em;
		color:#000;
		text-decoration:none;
		border-left:1px solid #C8C8C8;
		border-right:1px solid #A8A8A8;
		line-height:1.3em;
	}
	#amenu ul li a span {
		display:block;
	}
	#amenu ul li.active a {
		background:url(/images/roundbar-grey.gif) 0 75% repeat;
		font-weight:bold;
	}
	#amenu ul li a:hover {
		background:url(/images/roundbar-grey.gif) 0 75% repeat;
	}

	/* 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 */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		text-align: justify;
		overflow:hidden;
	}

	.col1 {background: #ffffff;}

	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#f7f7f7;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:60%;			/*-11 left column content width (left column width minus left and right padding) */
		left:30%;			/*+3 (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:42%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

	.asidebar {
		width:100%;
		float:left;
		padding:0;
		margin:0;
		background: #f7f7f7;
		text-align:left;
	}
	.asidebar ul {
	padding: 20px 0 15px 30px;

	}
	.asidebar li {
		margin-bottom:5px;
		list-style-type: square;
		border-bottom: dotted 1px #ccc;
	}
	.asidebar a:hover {
		text-decoration: none;
	}

	.social img {padding-top: 10px; border: 0;}

/* Footer styles */
	#afooter {
	 clear:both;
		float:left;
		width:100%;
		margin: 0px auto 0 auto;
		text-align: center;
		padding: 10px 0 10px 0;
		color: #666;
		background: #eee;
		border-top:1px solid #A8A8A8;
	}

	#afooter a {
		color: #3B6EBF;
		text-decoration: none;
	}
	#afooter a:hover {
		text-decoration: underline;
}