/*----- this stylesheet contains code just for the homepage ------*/
/*----- the * html css hack is used several times to give Internet Explorer separate values that cause it to display the page correctly -----*/
/*----- a special background for the homepage, it has the extra gold bar for the right-side column */
#container {
	/*background: url(../images/container_homepage_background.gif) top left repeat-y;*/
	min-width:0px;
	}

/*--------- middle column --------*/
#content {
	float: left;
	margin: 0;
	padding: 0 5px;
	width: 494px;
	
	}
* html #content {
	width: 494px;
	w\idth: 494px;
	}

#header {
	/*background: url(../images/header_background.gif) top left;*/
	}

#feature {margin: 13px 10px 10px;}
#feature img { margin-bottom: 15px;}

#secondaryFeatures h2 a {color: #182d57; font-size: 1.1em; font-weight: bold; text-decoration: none;}
#secondaryFeatures h2 {margin-bottom: 0;}

#secondaryFeatures p {color: #444;}

/* ---( right column )----------------------------- */

#secondaryContent {
	position: relative;
	font-size: .9em;
	margin-left: 584px;
	padding: 0;
	display: block;
	min-width: 0;
	}

* html #secondaryContent {
	margin-left: 584px;
	}

#secondaryContent h3 {
	font-size: 1.1em;
	color: #172e7b;
	border: none;
	}
	
/* publications holds the latest issues section of the website ---*/
#publications {
	/*background: url(../images/pub_background.gif) top right repeat-y;*/
	margin: 0;
	/*padding: 10px 5px;
	background-color:#DEAD44;*/
	float: right;
	width: 225px;
	}

#publications h2 {
	margin: 0;
	padding: 0 2px 0;
	color: #172e7b;
	font-weight: bold;
	/*background: url(../images/pub_bottom.gif) bottom left no-repeat;*/
	}

#publications h3 {
	margin-bottom: 0;
	}

#publications h3 a {
	color: #172e7b;
	text-decoration: none;
	font-size: .9em;
	}

#publications ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*background: url(../images/pub_bottom.gif) bottom left no-repeat;*/
	}

#publications h5 {
	margin: 2px 20px 3px 0;
	padding: 0 0 0 1em;
	color: #000;
	line-height: 1.1em;
	font-size: 1.1em;
	}

#publications h5 a {
	color: #3c3c77;
	text-decoration: underline;
	}

#publications li {
/*	margin: 0 0 4px;
	padding: 0 6px 4px 0em;
	line-height: 1.3em;*/
	}

#publications a {
	text-decoration: none;
	}

#publications li a {
	/*color: #fff;*/
	}
	
.ad {
	text-align: center;
	}

.topPage {
	margin-bottom: 10px;
	}

.top {
	margin-top: 10px;
	}

.bottom {
	margin-bottom: 10px;
	}
	
	#publications2 {
	/*background: url(../images/pub_background.gif) top right repeat-y;*/
	margin: 0;
	margin-top:-2px;
	padding: 10px 5px;
	/*background-color: #D69813;*/
}

#publications2 h2 {
	margin: 0;
	padding: 0 2px 0;
	color: #172e7b;
	font-weight: bold;
	/*background: url(../images/pub_bottom.gif) bottom left no-repeat;*/
	}

#publications2 h3 {
	margin-bottom: 0;
	}

#publications2 h3 a {
	color: #172e7b;
	text-decoration: none;
	font-size: .9em;
	}

#publications2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*background: url(../images/pub_bottom.gif) bottom left no-repeat;*/
	}

#publications2 h5 {
	margin: 2px 20px 3px 0;
	padding: 0 0 0 1em;
	color: #000;
	line-height: 1.1em;
	font-size: 1.1em;
	}

#publications2 h5 a {
	color: #3c3c77;
	text-decoration: underline;
	}

#publications2 li {
	margin: 0 0 4px;
	padding: 0 6px 4px 0em;
	line-height: 1.3em;
	}

#publications2 a {
	text-decoration: none;
	}

#publications2 li a {
	color: #fff;
	}
	
#container2 {
	/*background: url(../images/container_homepage_background.gif) top left repeat-y;*/
	margin: 0 auto;
}


