@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: 0.9em;
	background-color: #371249;
}
.twoColFixLtHdr #container {
	width: 980px; /* 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: #F0B536;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(images/2009/UKCS_Swansea_2009_Background.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	height: 75px;
	margin-bottom: 5px;
	padding-left: 26px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DA001C;
	border-left-color: #DA001C;
	margin-left: 194px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #E82428;
	font-size: 2.5em;
	font-style: italic;
	padding: 25px 0 0 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 194px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 194px;
	padding-left: 26px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #DA001C;
	padding-top: 13px;
	padding-right: 5px;
	margin-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DA001C;
	padding-bottom: 10px;
} 
.twoColFixLtHdr #footer {
	background-image: url(images/2009/UKCS_Footer.gif);
	height: 160px;
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: center;

} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#Views img {
	margin-right: 0px;
	margin-left: auto;
}
.twoColFixLtHdr #container #sidebar1 #Menu a {
  text-transform: none;
  color: #FFFFFF;
  display: block;
  width: 170px;
  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #E82428;
  padding-left: 3px;
  text-decoration: none;
}
.twoColFixLtHdr #container #mainContent h1 {
	color: #FFFFFF;
	padding-left: 10px;
}
.twoColFixLtHdr #container #sidebar1 #Menu {
	margin-top: 30px;
}
img#Logo {

}
.twoColFixLtHdr #container #mainContent .Ex_Pro a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F7941D;
	padding: 3px;
	border: medium double #E82428;
	text-align: center;
	width: 420px;
	display: block;
}
#Contact input {
	float: left;
	clear: left;
	width: 190px;
}
#Contact label {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 10px;
}
#Contact textarea {
	float: left;
	width: 190px;
}
#Contact legend {
	color: #E82428;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	padding: 1px;
}
}
.twoColFixLtHdr #container #footer #FootLinks {
	text-align: center;
	height: 160px;
}
.twoColFixLtHdr #container #footer #FootLinks a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 140px;
}
.twoColFixLtHdr #container #footer #FootLinks a:hover {
	color: #F0B536;
	text-decoration: underline;
}
.L33 {
	width: 32%;
	float: left;
	font-size: 90%;
	margin-right: 0%;
	padding-right: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.M33 {
	width: 32%;
	float: left;
	margin-left: 1%;
	font-size: 90%;
}
.R33 {
	float: right;
	width: 32%;
	font-size: 90%;
	padding-left: 1%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.SpeakerPhotos {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: left;
}
.twoColFixLtHdr #container #mainContent .L60 {
	width: 59%;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DA001C;
	padding-right: 1%;
}
.R40 {
	width: 39%;
	float: right;
}
.twoColFixLtHdr #container #mainContent .L50 {
	width: 48%;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DA001C;
	padding-right: 1%;
}
.R50 {
	width: 49%;
	float: right;
}
hr {
	color: #DA001C;
}
h3 {
	color: #FFFFFF;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F7941D;
}
h2 {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent #Contact fieldset {
	border: 1px solid #FFFFFF;
	padding: 3px;
}
.twoColFixLtHdr #container #mainContent #Featuring h2 {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent a {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #000000;
}
.twoColFixLtHdr #container #mainContent .Ex_Pro {
	clear: right;
	float: right;
	margin-bottom: 3px;
}
.twoColFixLtHdr #container #PrintHeader {
	display: none;
}
.twoColFixLtHdr #container #sidebar1 #Menu a:hover {
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #E82428;
}
.White {
	color: #FFFFFF;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 #UnderMenu .LeftBox {
	padding: 3px;
	margin-top: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DA001C;
	border-bottom-color: #DA001C;
	text-align: right;
	font-size: 85%;
}
.twoColFixLtHdr #container #mainContent #Relevant {
	background-color: #FBECD2;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #333333;
	float: right;
}
.twoColFixLtHdr #container #mainContent #Relevant ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
}
.PopUp {
	font-size: 90%;
	background-image: url(images/2009/BkGndPopUp.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ECC88A;
	border: 1px solid #371249;
	width: 400px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	visibility: hidden;
	overflow: auto;
	position: absolute;
	height: auto;
	top: 250px;
	z-index: 1;
}
.twoColFixLtHdr #container #mainContent p {
	line-height: 1.2em;
}
.twoColFixLtHdr #container #sidebar1 #UnderMenu .LeftBox p {
	line-height: 130%;
}
.twoColFixLtHdr #container #mainContent .Panel {
	background-color: #FAE3B4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-left: 3px;
}
.twoColFixLtHdr #container #mainContent .Panel a {
	color: #000000;
}
.Asterisks {
	font-size: 120%;
}
.twoColFixLtHdr #container #mainContent .box {
	border: 1px solid #666666;
	padding-left: 5px;
}
.twoColFixLtHdr #container #Notices {
  float: right;
  text-align: right;
  font-size: 1em;
  font-weight: bold;
  padding: 0px;
  border: 1px solid #E82428;
}
.hotel {
	display: block;
	float: right;
	width: 450px;
}
.twoColFixLtHdr #container #mainContent li {
	list-style-image: url(images/2009/Bullet_UKCS.gif);
	line-height: 1.4em;
}
.twoColFixLtHdr #container #mainContent #Notices a {
  display: block;
  padding: 5px;
  background-color: #F7941D;
}
.twoColFixLtHdr #container #header h2 {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 120%;
  padding: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.twoColFixLtHdr #container #header #Prog a {
  padding: 2px;
  float: right;
  margin-top: 20px;
  margin-right: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  clear: right;
  background-color: #F6D389;
  border: 1px dotted #FFFFFF;
  color: #E82428;
}
.twoColFixLtHdr #container #header #Prog a:hover {
  color: #F7941D;
}