@charset "utf-8";
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: url(_Image/background.jpg) repeat-x #c0c0c0;
	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 */

}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	/*list-style-type: square;
	list-style-position: outside;*/
}
li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
	/*list-style-type: square;
	list-style-position: outside;*/
}
li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	/*list-style-type: square;
	list-style-position: outside;*/
}
li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration:underline;
	/*list-style-type: square;
	list-style-position: outside;*/
}
li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #03F;
	text-decoration: none;
	/*list-style-type: square;
	list-style-position: outside;*/
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
.navigation a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navigation a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navigation a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.navigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navigation2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.navigation2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
Navigation 2 
.navigation2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.navigation2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.navigation2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.navigationBG {
	background-image: url(_Image/NavHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background:#FFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float:clear;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8c9595;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.footer a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Menu */
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: none;
	list-style-type:none;
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}
	
#menu {
	width: 215px;
	border-style: solid solid solid solid;
	border-color:#FFF;
	border-size: 1px;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
#menu li a {
	height: 32px;
	border-style: solid solid solid solid;
	border-color:#FFF;
	border-size: 1px;
	border-width: 1px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}	
	
#menu li a:link, #menu li a:visited {
	color:#FFF;
	display: block;
	background: url(_Image/Menu.jpg);
	padding: 8px 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#menu li a:hover {
	color:#000;
	background: url(_Image/Menu_hover.jpg);
	padding: 8px 0 0 25px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
.oneColFixCtrHdr #container table tr td table tr td {
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#Host_foot_note {
	font-style:normal;
}
#Host_foot_note a:link {
	text-decoration:none;
	color:#000;
}
#Host_foot_note a:hover {
	text-decoration:underline;
	color:#000;
}
#main_content_Cav_Date {
	font-size: 18px;
	text-align: center;
	color: #ED2024;
}

.cellcontent
{
	margin: 10px 10px 10px 15px;
	text-align: justify;
}

.cellcontent a:link
{
	color:#00F;
	text-decoration:none;
}
.cellcontent a:active
{
	color:#00F;
	text-decoration:none;
}
.cellcontent a:visited
{
	color:#00F;
	text-decoration:none;
}
.cellcontent a:hover
{
	color:#00F;
	text-decoration:underline;
	text-align: right;
}

.cellcontent p
{
	padding: 0 0 0 5px;
}

.affiliation{
	font-size: 11px;
}

 /* Content box */
.sidebox {
	width: 62em; /* ems so it will grow */
	background: url(_Image/sbbody-r.jpg) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(_Image/sbhead-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.boxhead h2 {
	background: url(_Image/sbhead-l.jpg) no-repeat top left;
	margin: 0;
	padding: 15px 0px 5px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(_Image/sbbody-l.jpg) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.boxhead2 {
	background: url(_Image/sbhead-r_2.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.boxhead2 h3 {
	background: url(_Image/sbhead-l_2.jpg) no-repeat top left;
	margin: 0;
	padding: 15px 0px 5px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.highlight
{
	padding: 0px 0px 0px 40px;
}

.tableheader
{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#999;
}.oneColFixCtrHdr #container table tr td table tr td table tr td .cellcontent table tr .tableheader strong {
	font-size: 14px;
}



.tablescontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#000;
}
.tablescontent a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	text-decoration:none;
}
.tablescontent a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	text-decoration:none;
}

.tablescontent a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
}
.tablescontent a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#9bad7e;
	text-decoration:underline;
}

.Eventceontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#000;
}
.Eventceontent a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	text-decoration:none;
}
.Eventceontent a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	text-decoration:none;
}

.Eventceontent a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
.Eventceontent a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#9bad7e;
	text-decoration:underline;
}

.content_links {
	color: #03F;
}
a:Visited {
	color: #03F;
	text-decoration: none;
}
a:hover {
	color: #03F;
	text-decoration:underline;
}
.cellbody_profile
{
	background: url(_Image/cellbg.gif) repeat-x #f9f9f9;
	border: 1px solid #dcdcdc;
	padding: 6px;
	line-height: 10px;
}
.name_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000
}

.name_appt
{
	font-family: Helvetica, sans-serif, Arial;
	font-size:11px;
	color: #6a6a6a;
}

.name_contact
{
	font-family: Arial, Helvetica, sans-serif;
	padding-top:18px;
	font-size:11px;
}
.new_seminar {
	color: #F00;
}
.New {
	color: #F00;
}

/* rows of 2 */

#wrapper{
	position:relative;
	height: 150px;
	width: 690px;
	margin: 5px 0px 5px 15px;
}


#left_container {
	background: url(_Image/cellbg.gif) repeat-x #f9f9f9;
	border: 1px solid #dcdcdc;
position: absolute;
 top:0;
 left:0;
 width:300px;
 margin: 5px;
 padding: 10px;

 }
 
 #right_container {
	background: url(_Image/cellbg.gif) repeat-x #f9f9f9;
	border: 1px solid #dcdcdc;
position: absolute;
 top:0;
 right:0;
 width:300px;
 margin: 5px;
  padding: 10px;

 }

 
#profile_img{
	float:left;
	height: 110px;
	padding: 0px 15px 0px 0px;
 }


/* columns of many */

#top_div{
	position: relative;
	width: 700px;
	margin: 15px 0px 0px 10px;
	height: 1800px;
}

#left_container_t{
position:absolute;
 top:0;
 left:0;
 width:350px;


 }
 
 #right_container_t{
position:absolute;
 top:0;
right:0;
 width:350px;


 }
 
#profile{
	background: url(_Image/cellbg.gif) repeat-x #f9f9f9;
	border: 1px solid #dcdcdc;
	height: 120px;
	margin: 15px;
	padding: 10px;
}

#profile_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	line-height: 1.7em;
}
	
	
	
