body {
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#PageTitle {
	margin:0px;
	color:#345571;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.6em;
 	background: url(images/underline.png) no-repeat bottom left;
 	padding:10px 0px 3px 0px;
	width:364px;
}
#PageSubTitle {
	margin:0px;
	color:#0060a9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
 	padding:0px 0px 30px 15px;
	width:364px;
}
.home {
	position: absolute;
	z-index: 1;
	background-image: url(images/home.gif);
	top: 0px;
	right: 0px;
}
.sideimage {
	position: absolute;
	left: 0px;
	top: 0px;
}
.rotarywheel {
	position: absolute;
	left: 211px;
	top: 0px;
}
.titleText {
	position: absolute;
	left: 315px;
	top: 0px;
}
.quote {
	position: absolute;
	top: 70px;
	right: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}
#menu {
	background-color: #dbbe6c;
	position: absolute;
	width: 157px;
	left: 23px;
	top: 234px;
	border: 1px solid #d5b356;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3f3f3f;
	z-index: 4;
}
#content {
	position: absolute;
	z-index: 3;
	left: 220px;
	top: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3f3f3f;
	padding-right: 10px;

}
#pagecontent {
	display:block;
	width:99%;
}
.bluebox {
	background-color:#012b4d;
	position:absolute;
	left:0px;
	top:234px;
	width:23px;
	height:23px;
	z-index: 1;
}
.calendar {
	width: 80%;
}
#PoweredBy {
	height: 20px;
	position: absolute;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
textarea {
	background-color: #FFFFFF;
	background-image: url(images/whiteblock.gif);
	background-repeat: repeat;
}
#speakerdetails {
	background-color:#FFFFFF;
	background-image: none;
	background-repeat: repeat;
}

#topmenu {
	position: absolute;
	height:25px;
	margin-top:40px;	
	float:right;
	text-align:right;
	width:100%;
}

#mainmenu {
	float:right;
	width:400px;	
	margin-top:0px;
}

#container2 {
	border-left:150px;
	width:810px;
	background:#FFFFFF;
}

#leftrail{
	
	position:relative;
	text-align:left;

	background:transparent;
}
#maincontent {
	width:800px;
}

.hover{}/* helper class, used to make non-anchor elements display the hand-cursor - style at your own risk! */
/* Login Popup Box */
#login {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	border:thin solid #000000;
	font-size:12px;
	padding:5px;
	margin-left:2px;
	line-height:2;
	width:240px;
	color:#000000;
	background-color:#FFFFFF;
	z-index:200;
}
 /* MODAL BOX - is not really modal, just an AJAH popup window  */
#modalbox {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	border:thin solid #000000;
	font-size:12px;
	padding:5px;
	margin-left:2px;
	line-height:2;
	width:400px;
	color:#000000;
	background-color:#FFFFFF;
	z-index:500;
}
#modalclose {width:100%;text-align:right;background-color:#666666;color:#FFFFFF;font-weight:bold;padding:2px;}
#modaltitle {float:left;}

#footerwrap {
 	position:relative;
}

#footer-content {
	font-size: .8em;
	color:#000000;
}
#footer-content a{
	font-size: .8em;
	color:#000000;
}

/* EventCal Component */

#eventcaltable {
	margin:0 auto;
	border:1px solid #000000;
	text-align:left;
}

#eventcaltable .htd {
	width:70px;
	background-color:#2d2d38;
	height:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.emptytd {
	width:90px;
	height:75px;
	vertical-align:top;
	background-color:#e1b546;
	white-space:nowrap;

}
.ntd {
	width:90px;
	height:75px;
	vertical-align:top;
	background-color:#efe0ae;
}
.ntd p {
	margin-top:2px;
	margin-bottom:2px;
}
.ntd a, .ntd a:active, .ntd a:hover, .ntd a:visited {
	
}
.ntd a:hover {
	text-decoration:underline;
}
.printfriendly {float:right;}
