/* Change the styles below to affect all HTML pages */
/* DO NOT CHANGE THIS STYLE! */
.noCSS { display: none; color: red;}


/* General page formatting -------------------------------------------- */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

/* Site-wide headings ------------------------------------------------- */
h1 {
	font-size: 18pt;
	text-align: center;
}

h2 {
	font-size: 14pt;
}

h2.ai { margin-bottom: 0; }

h3 {
	font-size: 12pt;
}


/* Site-wide hyperinks ------------------------------------------------ */
a:link { text-decoration: none; outline: none;}
a:visited { text-decoration: none; outline: none;}


/* Index HEader --------------------------------------------- */

div.contain2 { 
clear: both; /*important*/ 
width: 90%; /*not absolutely necessary*/ 
margin: 0; /*set so the divs are spaced out nicely*/ 
padding: 0 0 2em; /* This gives a little more space to the bottom, and if you put a border-bottom on the div it will look spaced correctly from the next div*/ 
border-bottom: 2px solid #333366; 
} 
div.right2 { 

} 
p.logotext{ 
float: left; /* important */ 
width: 6.5em; /*This can be whatever you want, just make sure the padding-left on div.right is slightly larger*/ 
text-align: right; /*not absolutely necessary*/ 
color: #7b1717;
font-weight: bold;
margin: 0;
padding: 0;
font-size: 14pt;
}


p.logotext2{	margin: .5em 0 0 0; padding: 0; color: black; font-family: Times; float: right;}
p.logotext3{	margin: 0 0 0 5.6em; padding: 0;color: black; font-family: Times; font-weight: bold; }

/* Header page formatting --------------------------------------------- */

body#index { background: url(images/h_collage.jpg) top right no-repeat; margin-bottom: 50em;}


div.contain { 
clear: both; /*important*/ 
width: 90%; /*not absolutely necessary*/ 
margin: 1em 0 1.25em 6%; /*set so the divs are spaced out nicely*/ 
padding: 0 0 .75em; /* This gives a little more space to the bottom, and if you put a border-bottom on the div it will look spaced correctly from the next div*/ 
border-bottom: 1px solid #ddd; 
} 

div.right { 
margin: 0 0 0 8em; /* set this to be a little bit larger than the width of p.sess, p.id */ 
text-align: right;
} 

p.rightpara { 
   margin: 0; 
   padding: 0; 
   font-weight: bold; 
} 

p.leftpara { 
   margin: 0; 
   padding: 0; 
   height: 2em; 
   font-weight: bold; 
} 




body#header
{
	font-weight: bold;
	font-size: 14pt;
	background-image: url(images/border.gif);
	background-position: top left;
	background-repeat: repeat-x;
  	
}


body#header img.left {
	position: absolute;
	top: 0; 
	left: 0;
	z-index: 2;
	border: 0;
}

body#header img.right {
	position: absolute; 
	top: 0; 
	right: 0; 
	z-index: 1;
	border: 0;
}


/* Navigation Formatting ---------------------------------------------- */

body#nav {
	background-color: #333366;
	

/*	THIS PORTION IS FOR LONG NAVIGATION. REMOVE IF NOT USED
	background-image: url(images/nav-top.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;   
*/
}

body#nav p {
	position:relative; 
	top: 0; 
	z-index: 2;
	margin-top:10px;
	margin-bottom:10px;
}

body#nav a {
	font-weight: bold;
	color: #fff;
	outline: none;
	width: 100%; /* for IE */
	padding-bottom: 2px;
	
}

html>body#nav a { /* for all browser except IE 6 */
	display: block;
}

body#nav a:active {
	outline: none;
}

body#nav a:hover {
	font-weight: bold;
	color: #7b1717;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
}

/* COMMENT IMG.TOP OUT WHEN YOU HAVE A LONG NAVIGATION */
body#nav img.top  {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1;
	border: 0;
}

/* CHANGE ABSOLUTE TO RELATIVE AND BOTTOM TO TOP WHEN YOU HAVE A LONG NAVIGATION */
/* YOUR IMAGE WITH HAVE TO BE SMALLER THAN 200PX WIDE AND YOU MAY HAVE TO ADJUST THE LEFT */
body#nav img.bottom {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	z-index: 1;
	border: 0;
}

body#nav p.spacer {
	padding: 0;
	margin: 0;
	height: 0;
}



/* Index Header formatting --------------------------------------------------- */

p.index_header {
	font-size: 14pt;
	color: #333366;
	text-align: center;
	font-weight: bold;
}


p.index_subheader {
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}



/* TOC formatting --------------------------------------------------- */
p.session {
	margin: 2em 0 .75em 1em;
	padding: 0;
	font-weight: bold;
	font-size: 1em;
}

p.paper, p.author_ai {
	margin: 1em 0 0;
	padding: 0;
	font-weight: bold;
}

p.authors, p.paper_ai {
	margin: .25em 0 0 1em;
	padding: 0;
}


/* Author Index Formatting --------------------------------------------- */



h2.ai { margin: 2em 0 0 0; }

p.authorName {
	margin: 1em 1em 0 0;
	padding: 0;
	font-weight: bold;
}

p.authorPaper{ 
	margin: .25em 1em;
	padding: 0;
}

p.return {
	font-size: 8pt;
	margin-top: 0pt;
	font-family: Arial;
	margin:0 auto;
}

p.return a:visited {
	color: #0000EE;
}

p.bookmarks {
	background-color: #ddd;
	color: #333;
	padding: 2px;
	text-align: center;
	border: 1px solid #666;
	width: 70%;
	margin: 0 0 0 10em;
}

p.bookmarks a:hover {
	color: #333;	
}

/* Hover for TOC and Author Index ------------------------------------- */
p.paper a:hover, p.authorPaper a:hover {color: #333;}


/* Search "Button" appearance  ---------------------------------------  */
#searchLink {
	
}

/* Extra Code --------------------------------------------------------  */
sup { font-size: x-small; }
sub { font-size: x-small; }
li { margin-bottom: 6pt; }