@media screen {
html { height: 100%; margin-bottom: 1px; }
/* This "fakes" the browser out to make it think it needs a scrollbar at all times.*/ 
/* This prevents movement of the page in 'scroll' to 'no-scroll' situations. */
body 
{
	font-size: 11px;
	font-family:   Arial, Helvetica, bitstream vera sans;
	text-align: center;
	margin:0px;
	padding:0px;
	color:black;
	background: #e2e2e2;
	background: #e2e2e2 url(../images/background-image-1px.gif) repeat-y center;
}

#header
{
	margin:0px;
	padding:0px;
	text-align:center;
	background: white;
}

#logo
{
	text-align:center;
	width:100%;
}

#banner
{
	background-color:#000080;
	text-align:center;
	border-top:4px solid #ffd300;
	border-bottom:solid 4px #CE6734;
	padding: 0px; margin: 0px;
}

#pics
{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	height: 112px; 
	overflow: hidden;
}

div#pics img { border-top: 0em; border-bottom: 0em;}

.sectionhead, .confmonth
{
	margin:0;
	padding:0.3em;
	margin-bottom:7px;
	padding-left:3px;
	border-bottom:outset 2px black;
	background:#f6f3ec url('../images/greyscale.jpg') 0 0 repeat-x;
	border-bottom:solid 1px #aaa;
}

a:link, a:visited 
{
	text-decoration: none;
	color: #000080;
}


a:hover 
{
	color: #CE6734;
}

	
/************* globalNav styles ****************/

/* Main button bar styles */
#menubar 
{
    margin-bottom:20px;
	line-height:normal;
	overflow:hidden;
	position:relative;
}

/* Styles for button bar "list" */
#menubar ul 
{
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}

#menubar ul li 
{
	float:left;
	height:23px;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}

/* Styles for button hyperlinks on button bar */
#menubar a
{
	padding:0px;
	margin:0px;
	display:block;
	height:23px;
}

/* Style for separator between buttons in button bar */
.separator a
{
	width:6px;
}

/* Style for home button */
#home a
{
	width:86px;
	background:url(../../images/menu/Home.png) center no-repeat;
}

/* Style for highlighted home button */
#home a:hover
{
	background:url(../../images/menu/Home-Highlighted.png) center no-repeat;
}

/* Style for home button when selected */
#homecurrent a
{
	width:86px;
	background:url(../../images/menu/Home-Selected.png) center no-repeat;
}

/* Style for conferences button */
#conferences a
{
	width:135px;
	background:url(../../images/menu/Conferences.png) center no-repeat;
}

/* Style for highlighted conferences button */
#conferences a:hover
{
	background:url(../../images/menu/Conferences-Highlighted.png) center no-repeat;
}

/* Style for conferences button when selected */
#conferencescurrent a
{
	width:135px;
	background:url(../../images/menu/Conferences-Selected.png) center no-repeat;
}

/* Style for membership button */
#membership a
{
	width:131px;
	background:url(../../images/menu/Membership.png) center no-repeat;
}

/* Style for highlighted membership button */
#membership a:hover
{
	background:url(../../images/menu/Membership-Highlighted.png) center no-repeat;
}

/* Style for membership button when selected */
#membershipcurrent a
{
	width:131px;
	background:url(../../images/menu/Membership-Selected.png) center no-repeat;
}

/* Style for publications button */
#publications a
{
	width:131px;
	background:url(../../images/menu/Publications.png) center no-repeat;
}

/* Style for highlighted publications button */
#publications a:hover
{
	background:url(../../images/menu/Publications-Highlighted.png) center no-repeat;
}

/* Style for publications button when selected */
#publicationscurrent a
{
	width:131px;
	background:url(../../images/menu/Publications-Selected.png) center no-repeat;
}

/* Style for faqs button */
#faqs a
{
	width:85px;
	background:url(../../images/menu/FAQs.png) center no-repeat;
}

/* Style for highlighted faqs button */
#faqs a:hover
{
	background:url(../../images/menu/FAQs-Highlighted.png) center no-repeat;
}

/* Style for faqs button when selected */
#faqscurrent a
{
	width:85px;
	background:url(../../images/menu/FAQs-Selected.png) center no-repeat;
}

/* Style for contact button */
#contact a
{
	width:123px;
	background:url(../../images/menu/ContactUs.png) center no-repeat;
}

/* Style for highlighted contact button */
#contact a:hover
{
	background:url(../../images/menu/ContactUs-Highlighted.png) center no-repeat;
}

/* Style for contact button when selected */
#contactcurrent a
{
	width:123px;
	background:url(../../images/menu/ContactUs-Selected.png) center no-repeat;
}

/* Style for ReviewProcess button */
#ReviewProcess a
{
	width:123px;
	background:url(../../images/menu/ReviewProcess.png) center no-repeat;
}

/* Style for highlighted ReviewProcess button */
#ReviewProcess a:hover
{
	background:url(../../images/menu/ReviewProcess-Highlighted.png) center no-repeat;
}

/* Style for ReviewProcess button when selected */
#ReviewProcesscurrent a
{
	width:123px;
	background:url(../../images/menu/ReviewProcess-Selected.png) center no-repeat;
}

/*************************/

.star
{
	color:red;
}

.menubox
{
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size:0.9em;
	border-left:dotted 1px #cccccc;
	border-right:dotted 1px #cccccc;
	border-bottom:dotted 1px #cccccc;
	background:#fdfdfd;
	background:#fbfbfb;
	width:181px;
	padding-top: 5px; 
	padding-left: 5px; 
}

#leftsidebar img { padding: 0px; padding-bottom: 0px; margin-bottom: -2px;}
#rightsidebar img { padding-bottom: 0px; margin-bottom: -2px;}
.newsbox img { padding-bottom: 0px; margin-bottom: -2px;}

.menubox ul li 
{
	list-style-image: url(../images/small-blue-circle.gif);
	text-decoration: none;
}

.menubox ul li a 
{
    text-decoration: none;
	font-weight: normal;
	display: block;
}

.menubox ul li:hover
 { list-style-image: url(../images/small-orange-circle.gif); color:#CE6734;}

.menubox ul li a:hover
 {  color: #FFF; color:#CE6734;}

.menubox ul
{
	/* list-style-image: url("../images/arrow_off2.gif"); */
 
	margin:0;
	font-size:1.1em;
	padding:0;
	margin-left:20px;
}

.menubox ul li
{
	padding-top:3px;
	padding-bottom:8px;
}

.menugroup, .mymenugroup
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	padding:3px 3px 3px 6px;
	margin:0.5em 0.6em 0.5em 0.2em;
}

.menugroup
{
	background:#9fb3e3;
}

.mymenugroup
{
	background:#f8e17b;
}

#newsbox
{
	border-left:dotted 1px #cccccc;
	border-right:dotted 1px #cccccc;
	border-bottom:dotted 1px #cccccc;
	background:#fdfdfd;
	background:#fbfbfb;
	width:181px;
	padding:2px;
}

#footer a
{
	margin-right:20px;
}

#shell
{
	background: #E6E6EC url(../images/background-image.gif) repeat-y center;
	width:100%;
}

#main
{
	width:790px;
	margin:0;
	padding:0;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#topmain
{
	background: white;
}

#banner img
{
	border:1px solid white;	
}

.year
{
	font-weight:bold;	
}

#content2 
/* added by Karen (Mar 29, 2011) for the TC */
{
	font-size: 1.2em;

	padding-left: 40px;
	padding-right: 30px;	
	padding-bottom:10px;
	
	margin-top:0px;	
	margin-left:200px;
	margin-right:0px;
	margin-bottom:10px;


	background: white;
}

#content 
{
	font-size: 1.2em;

	padding-left: 10px;
	padding-right: 10px;	
	padding-bottom:10px;
	
	margin-top:0px;	
	margin-left:200px;
	margin-right:0px;
	margin-bottom:10px;


	background: white;
}

#contentplain { 
	font-size: 1.2em;
	margin-top:0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	margin-bottom:10px;
	background: white;
}

* html #content 
{ 
	float: left; 
	padding-left: 2px;
	margin-left: 0px;
}

#leftsidebar
{ 	
	font-size: 1.1em;
	padding-right: 0px;
	padding-left: 10px;	
	width: 200px;	
	margin: 0;	
	background: white;
	float:left;
	clear: left;
}

#rightsidebar
{
	font-size: 1.1em;
	float:right;
	width: 200px;
	margin: 0;
}

img
{
	margin:0px;
	padding:0px;
}

td,th 
{
	/*font-size: 12px;*/
}

small
{
	font-size:0.8em;	
}

#imgCover
{
	float:right;
}

#contentimage
{
	float:right;
	border:1px solid black;
	width:153px;
}

.proceedtitle
{
	font-size: 1.0em;
	color: black;
	font-weight: bold;
}

.tableheader
{
	font-size: 13px;
	font-weight: bold;
	color: white;
}

#sectionheading 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}

#lblYourAre
{
	color: #CC0000;
}

.title {color: #B14E00;font-size:1.5em;}

.conftitle 
{
	color: #CC0000;
	font-size:1.1em;
	text-align: center;
}

#confinfo
{
	text-align:center;
}

.specialperson, .specialpersonplain
{
	padding-top:0.5em;
	padding-bottom:1em;
	float:right;
}

.specialperson
{
	width:507px;
}

.specialpersonoil
{
	padding-top:0.5em;
	width:620px;
	float:right;
}

.specialpersonplain
{
	width:706px;
}

.smallportrait
{
	padding-top:0.5em; 
	padding-bottom:0.5em; 
	width:50px;
}

.leftportrait, .rightportrait
{
	padding-top: 0.5em;
	width:150px;
}

.leftportrait
{
	float: left; 
	padding-right: 1em; 
}

.rightportrait
{
	float: right; 
	padding-left: 1em; 
}

h3,big {font-size:1.2em;}

a.topnav:link, a.topnav:visited 
{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

a.topnav:hover 
{
	color: #000080;
	font-weight: bold;
}

a.bottomnav:link, a.bottomnav:visited 
{
	color: #FFFFFF;
	font-size: 10px;
}

a.bottomnav:hover 
{
	color: #CE6734 ;
}

a.bottomnav1:link, a.bottomnav1:visited 
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

a.bottomnav1:hover 
{
	color: #000080;
	font-weight: bold;
}

#footer
{
	clear:both;
	width:794px;
	margin-right:auto;
	margin-left:auto;
	background-color:#000080;	
}

#footmenu
{
	padding-top:15px;
	font-size:1em;
	background-color:#000080;
	text-align:center;
	height:25px;	
}

#footer1
{
	clear:both;
	height: 300px;
	background-color:white;
	padding-bottom:35px;
}

#validation
{
	float:right;
	border:0;
	margin-right:10px;
	margin-top:5px;	
}

#footmenu1
{
	width:100%;
	padding-top:15px;
	font-size:1em;	
	background-color:#000080;
	text-align:center;
	height:25px;	
}


* html #content { width: 71%;}
#navbar { border-bottom: 3px solid white;}
}