/*
 * color scheme:
 * orange=FFCC00
 * green=339933
 * pale=FFFEE8 (unused)
 * light yellow=FFFF99
 * bright light green = 66FF66 (unused)
 * brown = 663B18
 */
 
 .leftimage { float: left; padding: 4px; clear: none;}
.rightimage {float: right; padding: 0px 4px 4px 4px; vertical-align: top; margin-top: 0px;}
.rightimage2 {float: right; clear: right; padding: 0px 4px 4px 4px; margin-top: 0px;}
.leftclearimage { float: left; clear: both;}
.rightclearimage {float: right; clear: both;}

.talktitle {
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

.borderbox {
      border: 4px solid #F3DE5E; 
      padding: 10px;
}

#maintable td {
      border: 4px solid #F3DE5E; 
      padding: 8px;
}

/* applies to body text, and defaults for everything else */ 
body {
	color: #162743; 
	background-color: #91A1BD; /*#FFFF99; */
	font-family: Tahoma, Arial, Verdana, sans-serif; 
	font-size: 11pt; 
	font-weight: bold;
	margin-top: 10px;
	margin-left: 15px;
	padding: 0px;
}

/* the big "Indo-American Psychiatric Association" at the top */
#bannertext {
	color: #162743; 
	font-family: Arial, san-serif; 
	font-size: 37px; 
	font-weight: bold; 
	white-space: nowrap;
	padding-top: 15px;
	text-align: justify;
	width: 695px;
}

.pagetitle { 
	height: 1em;
	color: white; 
	background-color: #628E16; 
	font-size: 22px; 
	font-weight: bold; 
	padding-bottom: 3px; 
	padding-top: 2px; 
	margin-right: 2px;
	text-align: center;
	/*vertical-align: bottom;*/
	
}

/* the menu bar containing menu items */
#navbar {
/*	width: 650px;*/
/*
	white-space: nowrap;
	text-overflow: hidden;
	overflow: hidden;
*/
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	vertical-align: bottom;
	padding-top: 0px;
	padding-bottom: 0px
}

/* individual menu items */
.menuitem * {
	font-family: Arial, san-serif;
	color: #162743; 
	background-color: #F3DE5E; 
	padding-left: 4px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 4px
}

#lastitem {
	padding-right: 0px;
}

/* styling of links within menu items */ 
.menuitem a {
	text-decoration: none;
}

/* individual menu items, when hovering */
.menuitem a:hover {
	color: white;
	background-color: #628E16;
}
 

/* the per-page title */

/* the content */
.content {
	max-width: 790px;
	/* hack to make IE support max-width */
	width:expression( document.body.clientWidth > 790? 790 : document.body.clientWidth);
}

/* section titles within a page */
h2 { 
	color: #162743;  
	font-weight: bold; 
	font-family:  Tahoma, Arial, Verdana, sans-serif; 
	font-size: 19px;
}