@charset "UTF-8";

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: none;
	height: 900px;
	width: 850px;
	background-image: url(../images/bg.png);
	padding-right: 0px;
	padding-left: 100px;
}
#container #footer {
	float: left;
	height: auto;
	width: 800px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#container #footer a {
	color: #ffffff;
	text-decoration: none;
}
#container  #footer  a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}
#container #header {
	float: left;
	height: 143px;
	width: 800px;
	background-image: url(../images/logo.png);
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#container #header #nav {
	float: left;
	height: 35px;
	width: 550px;
	background-color: #24C2EA;
	}
#container #maincontent {
	float: left;
	height: auto;
	width: 756px;
	margin: 7px;
	padding: 15px;
	text-align: justify;
	min-height: 425px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	border: 5px solid #24C2EA;
	background-color: #E4F7FC;
	background-image: url(/mensconference/images/content_bg.png);
	background-repeat: no-repeat;
}
#container #maincontent #spacer {
	height: 231px;
	width: 15px;
	float: right;
}
#container #tag {
	float: left;
	height: 450px;
	width: 31px;
	background-image: url(/mensconference/images/tag.png);
}
#container   #maincontent   t1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #2AA0BD;
	line-height: normal;
	font-weight: bold;
	text-transform: lowercase;
}
#container #maincontent #schedule {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#container #maincontent #schedule t2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2AA0BD;
	font-weight: bold;
}
#container #maincontent #schedule t3 {
	font-size: 12px;
}
#container #maincontent #schedule a {
	color: #000000;
	text-decoration: none;
}
#container #maincontent t4 {
	font-style: italic;
	font-size: 11px;
}
#container #maincontent t5 {
	font-style: italic;
	font-size: 11px;
	color: #FF9900;
}
#container #maincontent #schedule a:hover {
	color: #24C0E8;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #24C0E8;
}
