/* CSS to avoid the 'jump' between short and long pages */

html {
	height: 100.3%;
}
/* Centred Layout Tags*/

body {
	text-align: center; /* Reequired for IE WIn 5.x */
	margin : 0px;
	background-color:#FFF;
	background-image:url(images/pagebackground.gif);
	background-repeat:repeat-x;
}
#pagecontent {
	margin : 0 auto;
	width : 840px;
	text-align: left;
	z-index: 3;
}
/* Layout Divs - Common To All Pages */

#banner {
	margin-left : -30px;
	margin-right : 0px;
	margin-top : 0px;
	height : 350px;
	width : 900px;
	display : block;
	position : absolute;
	top: 1px;
	z-index: 1;
}
#bodycontent {
	margin-top: 120px;
	margin-left:20px;
	width:800px;
	position:absolute;
	z-index:10;
	background-image:url(/images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #FFF;
}
/* Columns */


.twocolumnwrapper {
	width : 100%;
}
.leftcolumn {
	width : 48%;
	float : left;
}
.rightcolumn {
	width : 50%;
	float : right;
}
.clearboth {
	clear : both;
}
/* Test Styles */


#bodycontent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#0F003A;
	margin-left: 3px;
	;
}
#bodycontent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:lighter;
	color:#0F003A;
	margin-left:5px;
}
#bodycontent p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	color:#000000;
	margin-left:5px;
	margin-right: 5px;
}
#bodycontent li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
}
a:link, a:visited {
	color:black;
}
a:hover {
	color:#790000;
}
h1 a:link, h1 a:visited {
	color:#32398D;
}
h1 a:hover {
	color:black;
}
/* Chrome Menu CSS */

#chromemenu {
	position :absolute;
	margin-left: 20px;
	margin-top : 90px;
	width : 798px;
	background-color:#FFF;
	z-index: 4;
}
#chromemenu:after { /*Add margin between menu and rest of content in Firefox*/
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}
#chromemenu ul {
	padding:0;
	margin:0 0 0 2px;
	height:30px;
	list-style:none;
	display:block;
}
#chromemenu ul li {
	float : left;
}
#chromemenu ul li a:hover {
	color : #32398D;
	background-color: #FFFFFF;
}
/* width for menu items */

#chromemenu li {
	width:150px;
}
#chromemenu a.top-level { /* this class causes IE 5.01 and 5.5 to behave badly... */
	display:block;
	height:30px;
	text-indent:-9999px;
}
li#home a {
	background:transparent url("/images/menu-home.gif") no-repeat 0 0px;
}
li#program a {
	background:transparent url("/images/menu-program.gif") no-repeat 0 0px;
}
li#abstracts a {
	background:transparent url("/images/menu-abstracts.gif") no-repeat 0 0px;
}
li#registration a {
	background:transparent url("/images/menu-registration.gif") no-repeat 0 0px;
}
li#venue a {
	background:transparent url("/images/menu-venue.gif") no-repeat 0 0px;
}
#chromemenu li a:hover {
	background-position:0 -30px;
} /* hover */
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position : absolute;
	top : 0;
	border : 1px solid #BBB; /*Theme Change here*/
	border-bottom-width : 0;
	font : normal 11px Verdana;
	line-height : 18px;
	z-index : 100;
	background-color : white;
	width : 200px;
	visibility : hidden;
}
.dropmenudiv a {
	width : 100%;
	display : block;
	text-indent : 3px;
	border-bottom : 1px solid #BBB; /*Theme Change here*/
	padding : 2px 0;
	text-decoration : none;
	color : #000000;
}
.dropmenudiv a:hover { /*Theme Change here*/
	background-color : #808CB6;
}
/* Form */
form label {
	display: inline;
	text-align:right;
	margin-right:5px;
	float: left;
	width: 150px;
}
