body#homepage a#homenav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background: #FFFFFF;
}/* these specific IDs highlight the current page viewed in the browser for left button */

body#conference a#confnav,
body#seminars a#seminav,
body#about a#aboutnav,
body#contact a#contnav,
body#subscribe a#subsnav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}/* these specific IDs highlight the current page viewed in the browser for all others */

#mainContent a	{
	text-decoration: none;
	color: #393;
}
#mainContent a:link { color: #D60; }
#mainContent a:visited { color: #D93;  }
#mainContent a:hover {
	background-color: #D60;
	color: #FFF;
}
#mainContent a:active { color: #0F0; }


#mainContent a.nohigh:link {color:#000;}
#mainContent a.nohigh:visited {color:#000;}
#mainContent a.nohigh:hover {color:#000; background-color:#DDD;}
#mainContent a.nohigh:active {color:#blue;}


#mainContent_header_tb td {
	border-right: 11px solid #FFF;
	border-bottom: 1px dotted #999;
	background-color: #EEE;
	font-size: 12px;
	line-height: 14px;
	vertical-align:top;
}
#mainContent_header_tb th {
	background-color: #666;
	color: #FFF;
	border-right: 11px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

#mainContent_header_tb a:link {
	color: #000;
	text-decoration:none;
}
#mainContent_header_tb a:visited {
	color: #888;
}
#mainContent_header_tb a:hover {
	color: #8CF;
}

#mainContent_header_tb td.nobg {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	background: none;
}

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: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #CCC;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 1.5em;
}
.twoColFixRtHdr #container {
	width: 910px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(graphics/background_swirl.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #666;
	font-size: 90%;
	line-height: 1.5em;
} 
.twoColFixRtHdr #header {
	background-image: url(graphics/headergraphic.jpg);
	padding-top: 220px;
	background-repeat: no-repeat;
	width: 910px;
	height: 20px;
	background-position: 0px -80px;
	padding-bottom: 20px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 680px;
} 

.twoColFixRtHdr td {
	border-bottom: 2px solid #d79900;
	
}

.twoColFixRtHdr #footer {
	font-size: 0.7em;
	color: #666;
	margin-left: 15px;
	margin-right: 10px;
} 
.twoColFixRtHdr #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;
	line-height: normal;
}
.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;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	text-align: left;
}
.twoColFixRtHdr #container #sidebar1 p {
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}



#header_callout {
	float: right;
	width: 450px;
	height: 250px;
}
#header_logo {
	width: auto;
	text-align: center;
}
#mainContent_box {
	width: 317px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 1.5em;
	margin-left: 15px;
	padding-right:6px;
	border-right-width:1px;
	border-right-style:dashed;
	border-right-color:#CCC;
}
#mainContent_columns {
	width: 420px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#mainContent_header {
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-bottom: 10px;
}

#mainContent_header_tb {
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-bottom: 10px;
}


.twoColFixRtHdr #container #mainContent_columns ul li {
	list-style-image: url(SpryAssets/SpryMenuBarRight.gif);
}
#mainContent_box ul li {
	list-style-type: square;
	list-style-image: url(SpryAssets/SpryMenuBarRight.gif);
}

.quotes {
	font-style:italic;
}

.notes {
	font-style:italic;
	font-size:90%;
	line-height:120%;
}

.stime {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
}

.sansfontLink {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
	
}
