/*
 * 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;}

/* applies to body text, and defaults for everything else */ 
body {
	color: #663B18; 
	background-color: #FFFEE8; /* #FFFFAA */
	font-family: Tahoma, Arial, Verdana, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	margin-top: 10px;
	margin-left: 15px;
	padding: 0px;
}

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

.pagetitle { 
	height: 1em;
	color: white; 
	background-color: #669900; /*#277723; */
	font-size: 24px; 
	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: #663B18; 
	background-color: #EBB512; /*#F6B901; */
	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: #669900; /*#277723;*/
}
 

/* the per-page title */

/* make a table with borders */
#maintable td {
      border: 4px solid #EBB512; 
      padding: 8px;
}
/*	table-layout: fixed;*/

.nw {
	white-space: nowrap;
}

.bulleted, .bulleted li {
	margin: 0px;
	padding: 0px;
}
.bulleted {
	margin-left: 14px;
}

/* the content */
.content {
      border: 4px solid #EBB512; 
      padding: 8px;
	max-width: 870px;
	/* hack to make IE support max-width */
/*
	width:expression( document.body.clientWidth > 870 ? 870 : document.body.clientWidth);
*/
}

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

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

