html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

/* 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */
body {
	margin: 0;
	padding: 0 386px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	/* 03-19-10  try no back image */
	/*background-image:url(Images/column_bg.gif);  /* Switching to this fixed the white blocks on both sides of the page. */
	/* background-image:url(Images/bg_tile.jpg);  */
	/*background-repeat:repeat-x;  */
	background-color: #F7DC9E; /*phg was white #FFFFFF;*/
	color:#0B3B0B;		/* phg was #333333; */
}

/* h1 {color: #0B3B0B;} /* phg Use dark green, was #573922; tried breaking diff headers to sep lines
h2 {color: #0B3B0B;}
h3 {color: #0B3B0B;}
h4 {color: #0B3B0B;}
h5 {color: #0B3B0B;}
h6 {color: #0B3B0B;}
*/

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin:0;
	font-size: 1.6em;
	font-weight: normal;
	color: #0B3B0B;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #0B3B0B;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #0B3B0B;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #0B3B0B;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.2em;		/* was 1.0 */
	font-weight: bold;
	color: maroon;			/* was dark green #0B3B0B; */
}
h6 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #0B3B0B;
}
p  {
    margin: 1em 0;
    line-height:1.4;
}
a {
	text-decoration:underline;
	color:#0B3B0B;	/* phg Switch to dark green, was bright pink  #F369B1; */
}

a:hover {text-decoration:none;}

#sizer {
	width: 58%;
	max-width: 192px;
	margin: 10px auto 0 auto;
	padding: 0;
	background-color:#F7DC9E;  /* phg added, didn't help with white at top. */
}
#expander {
	position: relative;
	min-width: 772px; /* Critical Safari fix! */
	margin: 0 -386px 0 -386px;
	background-color:#F7DC9E; /*phg was white #FFFFFF;*/
	/*background-image:url(Images/column_bg.gif);  /*phg try removing*/
	/* background-repeat:repeat-y;  /*phg try removing*/
	/* background-position:top right; /* phg try removing*/
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	border-bottom:1px solid Orange; /* was #EBE4DE;*/
	text-align:left;
	background-color:#F7DC9E; /* phg added */
	/* didn't help with white at top. background:	#F7DC9E;	/* phg added and removed image.*/
	/* background-image:url(Images/column_bg.gif); /*phg try removing */
	/* background-repeat:repeat-y;		/*phg try removing  */
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}
#leftcolumn{
	float:left;
	width:152px;
	margin-right:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color: #F7DC9E; /* tried #EBE4DE;*/
	font-size: 1.0em;	/* 03-19-10 was 0.9em; */
	color: Maroon;		/* phg added */
}

html>body #leftcolumn{margin-right:0;}

#leftcoltop{
	height:40px;
	background-color: #F7DC9E;  /* 03-19-10 don't use image */
	/* background-color:#FAECE8; 03-19-10 comment out /* gold did not help with white at top. tried #F7DC9E not exact match to image; was #FAECE8;	*/
	/*background-image:url(Images/column_bg.gif);  /* Switching to this made pink box smaller. */
											/* was leftcoltop.gif);  03-19-10 try different image.*/
	/*background-position:bottom right;  03-19-10 comment out */
	/* background-repeat:repeat-y		/* was no-repeat; */
}
#loginbox { 
    min-height:130px;	
	margin:33px;	/*phg was 2px trying to make the "faith in action" fit. */
	/*padding:5px 0.5em;  phg maybe add */
	/* phg was padding:5px 0.5em; */
	border:none;  /* tried, looks funny around fia.gif 1px solid  Orange; originally was  #493221;*/
	background-color:#F7DC9E;  /* #FFFFFF;*/	/* phg changing to color didn't help with white at top */
	background-image:url(Images/AIMlogoFIA.jpg);
	background-position:horizontal center;	/* phg added. Didn't help, had to do large margin. */
	background-repeat:no-repeat;  /* phg added */
	/* phg was when wanted a login box: background-image:url(Images/colgradient_short.jpg); */
	/* phg was background-repeat:repeat-x; */
	/* phg was color:#6D584D;*/
}

* html #loginbox {height:130px;}

#loginbox h4 {margin:0;}

#leftbarcontainer {
	margin:2px;
	padding:4em 0.5em;
	border:1px solid Orange; /* was pink #6D5B4D;*/
	background-color:#F7DC9E; /* phg was #FFFFFF;*/
}
#subnav {
	padding-bottom:1em;
	overflow:hidden;
}

#subnav a {}

#subnav a:hover {text-decoration:underline;}

.leftbaritem {padding:2em 0.5em;
	background-image:url(Images/rightbarheader.gif); /* phg added image to separate left items too*/
	background-repeat:no-repeat;
	}

#rightcolumn{
	float:right;
	width:152px;
	margin-left:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#F7DC9E;
	font-size: 1.0em;	/* 03-19-10 was 0.9em; */
	color: Maroon;		/* phg added */
}
html>body #rightcolumn{margin-left:0;}

#rightcoltop{	
	height:40px;
	padding:0 1em;
	text-align:right;
	background-color: #F7DC9E;  /* 03-19-10 don't use image */
	/* color:#563821; 03-19-10 comment out */
	/* background-color: #FAECE8; 03-19-10 try comment out /* tried #F7DC9E, but not exact match with graphic  */
	/* background-image:url(Images/column_bg.gif);  /* Switching to this made pink box smaller. */
	/* background-image:url(Images/rightcoltop.gif);  03-19-10 try comment out image */
	/* background-position:bottom left;  03-19-10 comment out */
	/* background-repeat:repeat-y; 	/* was no-repeat; */
}

#rightcoltop a {color:#563821;}

#searchbox {
	position:relative;	
	height:130px;
	padding:5px 0.5em;
	margin-bottom:-2px;
	background-color:#FFFFFF;
	background-image: url(Images/SunflowerFieldSmaller.jpg);
	/*background-image: url(Images/searchbox_bg.jpg); */
	background-repeat: no-repeat;
}

#searchbox div {
    position:absolute; 
    bottom:0.5em; 
    text-align:right;
}
/* phg commented out #loginbox .txtBox, #searchbox .txtBox {
    border:1px solid Orange; /* phg was  #64493E; 
    background-color:#FFFFFF;
    font-size:1em;
} */
#rightbarcontainer {
	margin:2px;
	padding:4em 0.5em;
	border:1px solid Orange; /* was #EAA6CB; */
	background-color:#F7DC9E;  /* phg was #FFFFFF;*/
	/* want gold backgrnd which can't get with this image. was background-image:url(Images/rightbarcontainer_bg.gif);*/
	background-repeat:no-repeat;
}
.rightbaritem{
	padding:2em 0.5em;
	background-image:url(Images/rightbarheader.gif);
	background-repeat:no-repeat;
}
#centercolumn{
	height:1%;
	margin:0;
	background-color:#F7DC9E;  /* 03-19-10 remove image for test */
	/* background-image:url(Images/column_bg.gif); /* switched from centercolrightcorner.gif); */
	/* background-repeat:repeat-y;				/* 03-19-10 was no-repeat; */
	/* background-position:top right; */
}
html>body #centercolumn {
	height:auto;
	margin-left:152px;
	margin-right:152px;
	 color: maroon;		/* phg added */
}
#centercoltop{
	height:18px;	
	background-color:#F7DC9E;  /* 03-19-10 remove image for test */
	/* background-image:url(Images/column_bg.gif); /* switched from img centercolleftcorner.gif */
	/* background-repeat:repeat-y;				/* was no-repeat */
}

html>body #centercoltop {height:19px;}

#mainnav {	
	height:22px;
	/* border:1px solid Orange;			03-19-10 tried.  delete for now */
	background-color:transparent;
	font-size:1em;
	background-image:url(Images/column_bg.gif);
	/* background-image:url(Images/mainnav_bg.gif);  03-19-10 Change to peach image */
	background-repeat:repeat-x;
	background-position:bottom left;	
}

html>body #mainnav {height:21px;}

#mainnav a {}

#mainnav a:hover {}

#mainnav table {text-align:right;}

#mainnav .item {
	padding:0em 1em; 
	border-top:6px solid #FFFFFF;
	font-weight:bold;
	color:#0B3B0B;		/* phg was #6D584D; */
}

html>body #mainnav .item {border-top:6px solid transparent;} 

#mainnav .hover{}

#mainnav .selected {
	border-top:6px solid Orange;   /* phg was pink #FAEBE7; */
	background-image:url(Images/mainnavselected.gif);
	background-repeat:repeat-x;	
}

html>body #mainnav .selected {border-top:6px solid Orange; /*phg was #FAEBE7;*/} 
    
#header {
	position:relative;
	height:124px;  /* phg was			134px; */
	margin:2px;
	border:1px solid Orange; /* was #493221; */
    background-color:#F7DC9E;			/* phg was white #FFFFFF; */
	background-image:url(Images/sunflowerBanner.gif);
	/* phg was background-image:url(Images/header_bg.jpg); */
	background-repeat:no-repeat;
	background-position:top right;
}
#maincontent {
	margin:2px;
	padding:4em 2em;
	border:1px solid Orange; /* phg was  #EAA6CB; */
	background-color:#F7DC9E;  /* phg added */
	color:#0B3B0B;				/* phg added. Getting black letters, want dark green */
	/* phg try without this. Like gold better. background-image:url(Images/maincontent_bg.gif);*/
	/* background-repeat:no-repeat;  phg removed */
	/* background-position:top right; phg removed */
}
#maincontent .teaser {
	margin:-0.7em 0 0 0;
	 color: maroon;		/* phg added  was color:#A68866; */
}

#maincontent .green {
	
	color: #0B3B0B;		/* phg added  dark green */
}
/* phg removed.  Weird formatting with H2. #maincontent h2:before{content: url(Images/magnolia_small.gif);} */

#maincontent fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted Orange;  /* phg was #EEA2CD; */
	color:#0B3B0B;		/* phg was #573922; */
}

#maincontent legend {background-color: #F7DC9E; /* phg was #FFFFFF;*/}

* html #maincontent legend {padding:0.5em;}

#maincontent label {line-height:2em;} 

#maincontent .txtBox {
    border:1px solid Orange;  /* phg was  #DDD1C4; */
    font-size:1em;
    background-color:#F5F2EF;
}

html>body #maincontent .txtBox {font-size:1.2em;}

#maincontent .txtBox:focus {background-color:#FFFFFF;}   
    
#maincontent caption {
    text-align:left; 
    font-weight:bold;
}

#maincontent table tr td {padding: 0.2em 0.5em;} 

.button {
    border:1px solid #64493E;
    color:#6D584D;
    background-color:#FAEBE7; /* phg dusky pink */
    font-size: medium;	/* phg was "smaller" */
    font-weight:bold;
}    
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
div.readmore {
	text-align:right;
	color:Orange; 
}
#footer {
    margin:2px;
    padding:0.5em;
    font-size:small;		/* phg was smaller;*/
    background-color:#F7DC9E;			/* phg added. Was white by default. */
}

#footer a {padding:0 0.5em;}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:11pt;
		line-height:13pt;
		background:#F7DC9E !important;			/* phg Was white. */
		/* background:#FFFFFF !important; */
	}
	#sizer {
		margin:0;
		width:auto !important;
	}
	#expander {
		margin:0 !important;
		background:#F7DC9E;			/* phg Was background: none; */
	}	
	#wrapper {
		border-bottom-style:none;
		background:#F7DC9E;			/* phg Was background:none; */
	}	
	a {
		color:#0B3B0B;			/* phg was #666666; */
		text-decoration:underline;
	}
	
	#leftcolumn, #rightcolumn, #maincontent h2:before {display:none;}	
	
	#centercolumn {
		width:100%;
		margin:0 !important;
		background:none;  /* phg not sure what to use here */
	}
	#centercoltop {
		height:auto;
		background:none;	/* phg not sure what to use here */
	}
	#header {
		margin:0; 
		border:none;
		height:auto;
		background:none;	/* phg not sure what to use here */
	}
	
	/*If the logo is a transparent gif it will look rather unsightly on paper, so you can turn 
		it off here. */
	#header img {display:none;}
	
	#maincontent {
		margin:0; 
		border:none;
		background:transparent;
	}
	
	#maincontent .teaser {font-style:italic;}
	
	#maincontent fieldset {border:none;}
	
	#maincontent .txtBox {background:none;}

}
	#LogoPicture {	/* phg added */
		position: absolute;
		height:123px;
		width: 81px;
		top: 0px;
		left: 0px;
		background-image: url(images/AIMlogoFIA.jpg);
	}

