tt.red {
	color: red;
}

strong#red {
	color: red;
}


xt\:comment, xt\:note {
	display: none;
}

ch\:nbsp {
	padding: .5em;
}

body {
	width: 100%;
/*	background-color: #fff; */
	color: #444;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

	td
	{
		color: #111;
		font: 13px Verdana, Helvetica, Arial, sans-serif;
	}

td.small
{
}

tt {
	font: 11px Arial;
}

@media only screen and (max-device-width: 480px)
{

	td
	{
		color: #111;
		font: 22px Verdana, Helvetica, Arial, sans-serif;
	}

	td.small
	{
	}

	tt {
		font: 23px Arial;
	}
}



div#wrapper {
	margin: 0px;
	padding: 0px;
}

div#aswec2009 {
	position: absolute;
	/* top: 0px; */
	top: 30px;
	right: 40px;
}

div#header {
	padding: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-color: #FFF;
	background-image: url("pix/banner-line2.jpg");
	background-repeat: repeat;
}

div#header h1 {
	font-variant: small-caps;
	font-size: 28px;
	color: #eee;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 10px;
	line-height: 28px;
}

div#header p {
	z-index: 5;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#header a {
	color: #eee;
}

div#header a:hover {
	text-decoration: none;
}

div#breadcrumb {
	/* width: 795px; */
	height: 30px;
	padding-top: 0px;
	padding-left: 0px;
	background: #fff;
	border-bottom: 1px solid #aaa;
}

	div#breadcrumb p.breadcrumb {
		display: inline;
	}

table#columns {
	/* width: 795px; */
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

td#left {
	width: 180px;
	padding-right: 5px;
	vertical-align: top;
	background: #FFEE99;
	padding-left: 7px;

	/* This is the font used the left hand section */

	font: 12px Verdana, Helvetica, Arial, sans-serif;
}

@media only screen and (max-device-width: 480px) {
	td#left {
		width: 180px;
		padding-right: 5px;
		vertical-align: top;
		background: #FFEE99;
		padding-left: 7px;

		/* This is the font used the left hand section */

		font: 24px Verdana, Helvetica, Arial, sans-serif;
	}
}
	td#left ul {
		margin-left: 0px;
		padding-left: 0px;
		list-style-type: none;
	}

		td#left ul li {
			margin-left: 0px;
			padding-left: 0px;
			padding-bottom: 2px;
			list-style-type: none;
		}

		td#left ul li li {
			margin-left: 0px;
			padding-left: 12px;
			padding-bottom: 2px;
			list-style-type: none;
		}

		td#left ul li li li {
			margin-left: 0px;
			padding-left: 12px;
			padding-bottom: 2px;
			list-style-type: none;
		}

		td#left ul li li li li {
			margin-left: 0px;
			padding-left: 12px;
			padding-bottom: 2px;
			list-style-type: none;
		}

	div#scm-sidebar-support {
		margin: 8px 2px 0px 0px;
		padding: 5px;
		background: #eee;
		border: 1px solid #aaa;
		font-size: 14px;
	}

td#centre {
	padding-top: 10px;
	padding-left: 17px;
	padding-right: 15px;
	vertical-align: top;
}

	td#centre li {
		padding-bottom: 5px;
	}

td#right {
	width: 180px;
	padding-left: 5px;
	padding-right: 20px;
	vertical-align: top;
}

div#footer {
	/* width: 795; */
	clear: both;
	margin-top: 0px;
	padding-right: 20px;
	border-top: 1px solid #aaa;
}

a {
	color: #47a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



h1 {
	font-size: 16pt;
}

h2 {
	font-size: 13pt;
}

h3 {
	font-size: 10pt;
	font-variant: small-caps;
	margin-bottom: 0;
}

h4 {
	font-size: 8pt;
	margin-bottom: 0;
}

@media only screen and (max-device-width: 480px)
{
	h1 {
		font-size: 22pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 11pt;
		font-variant: small-caps;
		margin-bottom: 0;
	}

	h4 {
		font-size: 10pt;
		margin-bottom: 0;
	}
}

span.highlighted {
	background-color: #ff0;
	padding: 2px;
	padding-bottom: 0px;
}

hr {
	border: 0px none;
	border-bottom: 1px solid #aaa;
}

pre {
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
}

th {
	background: #cde;
}

@media print {
	td#left {
		display: none;
	}
	div#page-functions {
		display: none;
	}
}

table.registration {
	width: 100%;
	border: solid thin black;
}


