/* This stylesheet contains a few basic examples of various identifers used for CSS.
The link to the stylesheet is placed in the <HEAD> tag.

For example: <link rel="STYLESHEET" type="text/css" href="incl/sample_stylesheet.css"> where the HREF is the location of the stylesheet.

This sheet focuses on TEXT HANDLING ONLY */

/* The following is a CLASS indentifier -- a unique name preceded by a period.
You may assign a class to any tag -- <td class="bodycopy">Text goes here.</td> -- or treat individual blocks
of text with the <SPAN> tag. For example: <span class="bodycopy">Text goes here.</span>*/

 td.meg, p.meg {
	font-family: verdana, sans-serif;	
	font-size: 11px;						  /* Can be PX (pixels) or PT (points). Can also be decimal values. */
	color: rgb(0,0,0);			 /* Can be RGB value or hexidecimal (#FFFFFF) */
	text-decoration:none;				  /* Values include underline, overline, strikethrough, blink and none */
	text-align: left;
	line-height: 16px;
}

 .interior {
	font-family: verdana, sans-serif;	/* Any font name can go here. Keep in most Users do not have exotic fonts intalled */
	font-size: 11px;						  /* Can be PX (pixels) or PT (points). Can also be decimal values. */
	color: rgb(0,0,0);			 /* Can be RGB value or hexidecimal (#FFFFFF) */
	text-decoration:none;				  /* Values include underline, overline, strikethrough, blink and none */
	text-align: left;
	line-height: 22px;
}


h3 {
	color:#1E1376;
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.head {
	color:1E1376;
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.subhead {
	color:1E1376;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-style: italic;
}

strong {
	font-size:11px;
	font-weight:bold;
	
}

td.content {
	line-height:150%;
	position:absolute;
	padding:10px;
	width:310px;
	top:340px;
}

td.widecontent {
	line-height:150%;
	position:absolute;
	padding:10px;
	width:450px;
	top:340px;
}

td.splitcontentLeft {
	line-height:150%;
	position:absolute;
	padding:10px;
	width:215px;
}

td.splitcontentRight {
	line-height:150%;
	position:absolute;
	padding:10px;
	width:215px;
	left:220px;
}

/* The following are examples of CLASSES created for specific ELEMENTS, in this case the <A HREF> tag. 
This is helpful if you do not want ALL <A HREF> text to be treated the same. The class name would be placed inside the tag.
For example: <a href="filename.html" class="subnav">Text goes here.</a> */

/* The words after the colons are called PSEUDO-CLASSES. Not all pseudo-class selectors are supported by all browsers. 
Always check compatibility */

a {
	line-height:normal;
}


a.hpsidenav {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
	color: #fff;
	line-height:12px;
	text-decoration: none;
}
a.hpsidenav:visited {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
	color: #fff;
	line-height:12px;
	text-decoration: none;
}

a.hpsidenav:hover {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
	color: #fff;
	line-height:12px;
	text-decoration: underline;
}

a.hpsidenavcurr {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
	color: #FBD833;
	line-height:12px;
	text-decoration: none;
}

a.hpsidenavcurr:visited {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
	color: #FBD833;
	line-height:12px;
	text-decoration: none;
}

a.hpsidenavcurr:hover {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
	color: #FBD833;
	line-height:12px;
	text-decoration: underline;
}


li.navarrow {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
list-style-image: url(../images/nav_arrow.gif);
}

a.meglink {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
	color: 4191D0;
	text-decoration: underline;
}

a.meglink:hover {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
	color: 9232BC;
	text-decoration: underline;
}

.sponsors {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
	color: 1E1376;
	font-size: 12px;	
	font-weight: bold;
}

/* conference styles*/
.conference {
	font-family: verdana, sans-serif;	/* Any font name can go here. Keep in most Users do not have exotic fonts intalled */
	font-size: 11px;						  /* Can be PX (pixels) or PT (points). Can also be decimal values. */
	color: rgb(255,255,255);			 /* Can be RGB value or hexidecimal (#FFFFFF) */
	text-decoration:none;				  /* Values include underline, overline, strikethrough, blink and none */
	text-align: left;
	line-height: 16px;
	background-color:#9232BC
}

 td.confside {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
	text-align: center;
	background-color: 9232BC;
}

a.confnav {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
	color: #FBD833;
	line-height:12px;
	text-decoration: none;
}

a.confnav:hover {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
	color: #FBD833;
	line-height:12px;
	text-decoration: underline;
}

a.top {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
	color: 4191D0;
	text-decoration: underline;
}

a.top:hover {
	font-family: verdana, sans-serif;	
	color: 9232BC;
	font-size: 10px;
	text-decoration: underline;
}

.dates {
	font-family: verdana, sans-serif;	
	color: 1E1376;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.times {
	font-family: verdana, sans-serif;	
	color: 1E1376;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}

.endnotes {
	font-family: verdana, sans-serif;	
	font-size: 11px;	
	color: 4191D0;
	line-height: 11px;
	font-weight: normal;
	text-decoration: none;
}

 .interiorconf {
	font-family: verdana, sans-serif;	/* Any font name can go here. Keep in most Users do not have exotic fonts intalled */
	font-size: 11px;						  /* Can be PX (pixels) or PT (points). Can also be decimal values. */
	color: rgb(0,0,0);			 /* Can be RGB value or hexidecimal (#FFFFFF) */
	text-decoration:none;				  /* Values include underline, overline, strikethrough, blink and none */
	text-align: left;
	line-height: 14px;
}

.sidebar {
	font-family:verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:normal;
	text-align:center;
	padding:3px;
	
}

.rightcolOL {
	padding:5px;
	line-height:normal;
	color:#000000;
}

.leftnavTable {
	padding:4px;
}

.leftnavTableContainer {
	position:absolute;
	width:50px;
	top:310px;
}
