 /* @import url('http://celt.MiamiOH.edu/journals/style_general.css');  */

body {
	font-family: "Arial", sans-serif;
	font-size: 15px;
	min-width: 801px;
	/* width: 600 px; */
	border: 5px solid #3F6826;
	}
	
a {
	text-decoration: underline;
	color: #3F682B;
} 

.ISSN {
	color: #333;
	background: transparent;
	font-size: 15px;
	font: Arial, sans-serif;
	/* font-weight: bold; */
}

.middleboxnav {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#3F6826;
	border-bottom-color:#3F6826;
	font-size: 14px;
	background-color:#EFEFEF;
}

.clear {
    clear:both;
}

.nav {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	list-style-type: disc;
}


.MenuLinks {
	font-size: 1.1em;
	list-style-type: disc;
}
.MenuLinks a:link, a:visited {
	text-decoration: underline;
	color: #3F682B;
} 

.MenuLinks a:hover, a:active {
text-decoration: underline;
color: #3F682B;
}

.footer {
font-size: 12px;
}

label {
	clear: left;
	float: left;
	text-align: right;
	width: 175px;
	margin-right: 10px;
	}

	
#notice {
	padding: 10px; color: white; font-size: 11px;
	}
#notice a {
	color: #09673f;
	}
	
#mainbody {
   /*  margin: 20px 250px 0 200px; */
    margin: 20px 250px auto;
	background-color: #D8E7D8;
	padding: 30px;
	/* min-width: 801px;  */
	border: 2px solid #030;
	position: relative;	/* Fix IE6 */ 
	}
#mainbody h1 {
	text-align: center;
	position: relative;	/* Fix IE6 */
	}

#mainbody h2 {
	clear: both;
	position: relative;
	}
	
#container {
    width: 852px;
    margin: 0 auto;
}

#firstcol {
    float: left;
    width: 284px;
}

#secondcol {
    float: left;
    width: 284px;
}

#thirdcol {
    float: left;
    width: 284px;
}


/* Interior Nav menu settings */
#centeredmenu {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
}

/* Top menu items */
#centeredmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
#centeredmenu ul li {
	margin:0 0 0 1px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	top:1px;
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	padding:.6em .5em .4em;
	font-size:1em;
	line-height:1em;
	background:#f0f0f0;
	text-decoration:none;
	color:#3F6826;
	font-weight:bold;
	border-left:3px solid #3F6826;
}
#centeredmenu ul li.active a {
	color:#fff;
	background:#000;
}
#centeredmenu ul li a:hover {
	background:#D8E7d8; /* Top menu items background colour */
	color:#3F6826;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background:#D8E7d8; /* Top menu items background colour */
	color:#3F6826;
}

/* Submenu items */
#centeredmenu ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:2em;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	background:#f0f0f0;
	color:#3F6826;
	line-height:1.4em; /* overwrite line-height value from top menu */
	float:left;
	width:100%;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#D8E7d8; /* Sub menu items background colour */
	color:#3F6826;
	float:left;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#centeredmenu ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}

