@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(../hmc_bkgr.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
}
.hmc #crossglogo {
	margin-left: 50px;
	margin-right: 50px;
}

.hmc  #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.hmc #header {
	background-color: #000000;


} 
.hmc #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.hmc #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.hmc #mainContent {
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
} 
 
.hmc #3cmc {
	margin: 0 200px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.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;
}
.hmc  #footer {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.hmc  #footer  p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BD3620;
	text-align: center;
	padding-top: 0px;
}
.hmc #footer a:link {
	color: #BD3620;
}
.hmc #footera:visited {
	color: #FFFFFF;
}
.hmc #footera:hover {
	color: #FFFFFF;
}
.hmc #footera:active {
	color: #BD3620;
}
.speakertitle {
	font-size: 24px;
	font-weight: bold;
}
.hmc #speakerphoto {
	float: left;
	margin-right: 10px;
	height: 350px;
	vertical-align: middle;
}
.hmc #speakertext {
	font-size: 12px;
	height: 350px;
	padding-right: 10px;
	padding-left: 10px;
}
.spkcon a:link {
	color: #BD3620;
}
.spkcon a:visited {
	color: #BD3620;
}
.spkcon a:hover {
	color: #FFFFFF;
}
.spkcon a:active {
	color: #BD3620;
}
