@charset "utf-8";


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #E6FFFF;
}
h1, h2, h3, h4, h5, ul, ol, div {
	padding:0;
	margin:0;
	text-align: left;
}
.twoColFixLtHdr #container {
	width: 995px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #6EAEDC;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 5px;
} 
.twoColFixLtHdr #container #header #Header_1 {
	background-color: #00265B;
	height: 96px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/2010/17th_UKCS_Annual_Scientific_Meeting.gif);
}
.twoColFixLtHdr #container #header #Header_1 #Expect {
	color: #FEE05E;
	float: left;
	font-weight: lighter;
	font-size: 1.6em;
	padding-top: 8px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #header #Header_1 #Great {
	color: #FFF;
	float: left;
	font-weight: lighter;
	font-size: 1.2em;
	padding-top: 8px;
	margin-left: 65px;
	margin-bottom: -17px;
}
.twoColFixLtHdr #container #header #Header_1 h3 {
	color: #FDE054;
	float: right;
	font-size: 1em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}

.twoColFixLtHdr #container #header #Header_1 #reg a {
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background-image: url(images/2010/btnRegUp.jpg);
	display: block;
	margin-top: 30px;
	margin-right: 50px;
	height: 30px;
	width: 150px;
	background-repeat: no-repeat;
	padding-top: 4px;
	text-transform: uppercase;
	text-decoration: none;
}

.twoColFixLtHdr #container #header #Header_2 {
	height: 72px;
}
.twoColFixLtHdr #container #header #Header_3 {
	margin: 0px;
	padding: 0px;
	height: 68px;
}
.twoColFixLtHdr #container #header #Header_3 h2 {
	margin-left: 220px;
	padding-top: 1px;
	color: #F9BF03;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #022962;
	padding-left: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #6EAEDC;
	margin-right: 250px;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 175px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 185px;
	padding-right: 10px;
	margin-right: 0;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #6EAEDC;
	text-align: center;
	margin-top: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #sidebar1 #Menu {
	margin-top: 60px;
	list-style-type: none;
}
.twoColFixLtHdr #container #sidebar1 #Menu a {
	background-color: #407AA2;
	display: block;
	width: 160px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom: 2px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #container #footer a {
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #FCC300;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 #Menu a:hover {
	color: #FCC300;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #022962;
	width: 155px;
}
/* form */
.twoColFixLtHdr #container #mainContent #Contact label {
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 15px;
	clear: left;
}
.twoColFixLtHdr #container #mainContent #Contact input, .twoColFixLtHdr #container #mainContent #Contact textarea {
	float: left;
}
.twoColFixLtHdr #Under {
	width: 995px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
}
.twoColFixLtHdr #Under a {
	color: #333333;
}
.twoColFixLtHdr #container #mainContent p {
	line-height: 1.5em;
}
.Center {
	text-align: center;
}
.twoColFixLtHdr #Under a:hover {
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #Contact {
	width: 45%;
	padding-right: 20px;
}
.twoColFixLtHdr #container #header #Header_1 h1, .twoColFixLtHdr #container #header #Header_2 h2 {
	display: none;
}
.Yellow {
	color: #FCC300;
}
.R50 {
	width: 33%;
	margin-left: 65%;
}
.L50 {
	float: left;
	width: 62%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #052A5F;
	padding-right: 5px;
}
.twoColFixLtHdr #container #mainContent ul {
	margin-left: 35px;
	list-style-image: url(images/2010/bullett.gif);
	margin-bottom: 25px;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #02275C;
	margin-bottom: 25px;
	margin-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FEFEFE;
	padding-left: 5px;
}
.twoColFixLtHdr #container #mainContent h4 {
	color: #FFF;
	margin-bottom: 25px;
	font-size: 100%;
}
.f100 {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #032761;
	padding-top: 10px;
}
.twoColFixLtHdr #container #header #Header_3 h3 {
	float: right;
	color: #FDE054;
	font-size: 100%;
	clear: right;
	text-align: right;
	padding-right: 3px;
}
.dateloc {
	font-size: 100%;
	color: #FFF;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #02275C;
	font-size: 130%;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-left: 15px;
}
.twoColFixLtHdr #container #mainContent hr {
	color: #BBCC01;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
.twoColFixLtHdr #container #mainContent .L50 p a {
	color: #03285F;
}
.twoColFixLtHdr #container #mainContent .L50 p a:hover {
	color: #FFF;
}
.twoColFixLtHdr #container #mainContent ol {
	margin-left: 35px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent li {
	line-height: 1.5em;
}
.rates {
	text-align: right;
	float: right;
	margin-right: 20px;
	display: block;
}
.twoColFixLtHdr #container #mainContent .L50 #topics a{
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	background-color: #052A5F;
}
.twoColFixLtHdr #container #mainContent .L50 #topics a:hover {
	text-decoration: none;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.PC85 {
	font-size: 85%;
}
.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.topleftBorder {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
}
.twoColFixLtHdr #container #header #Header_1 #reg a:hover {
	background-image: url(images/2010/btnRegHover.jpg);
	background-repeat: no-repeat;
}
.Small {
	font-size: 85%;
}
.Session {
	background-color: #407AA2;
	font-size: 120%;
	font-weight: bold;
}
.Day {
	font-size: large;
	color: #FFF;
	background-color: #052A5F;
}
.datselect a {
	font-size: 120%;
	font-weight: bold;
	color: #01285E;
	display: block;
	width: 150px;
	margin: 5px;
	text-align: center;
}
.datselect a:hover {
	color: #FFF;
}
