@charset "UTF-8";
/* CSS Document 

Laura Rusnak: lr310807@ohio.edu
Updated: Oct 10, 2009

This document works for Firefox, Safari, Opera, etc. (not IE). 

COLOR codes:
dark blue: #000033;
med blue: #a5b4c3;
med beige: #beb8ac;
lt beige: #f2f1ee; --change for PC Firefox and IE
lt orange: #ffd699;
med orange: #ff9900;
white: #ffffff;
*/

body {
	background-color:#fff;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}

#wrapper {
	width:100%;
	margin:0;
	float:none;
	}
	
#main {
	background-image:none;
	background-repeat:none;
	}
#topIMG, #botIMG, .noPrint {display:none;}

#banner {
	background-color:#fff;
	border-bottom:#f60 solid 2px;
	height:140px;
	}

#logo {
	position:relative;
	top:8px;
	left:6px;
	width:124px;
	}

#journal {
	position:relative;
	left:130px;
	top:-90px;
	text-align:right;
	width:670px;
	}

.title {
	color:#ffffff;
	font-size:1.6em;
	padding-right:10px;
	}

.subtitle {
	font-size:1em;
	text-align:right;
	padding-right:10px;
	padding-top:2px;
	}

.nav {display:none;}

.currentPage {color:#f60;}

a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:hover {color:#000;text-decoration:underline;}
a:active {color:#000;text-decoration:underline;}

.boldness {font-weight:bold;}
.boldnessCenter {font-weight:bold;text-align:center;}

img.photo {	
	border-color:#000033;
	border-width:2px;
	border-style:solid;
	}

img.photo_st{
	float:left;
	margin-right:.8em;
	margin-bottom:.8em;
	border-color:#000;
	border-width:2px;
	border-style:solid;
	}

img.photo_stRT{
	float:right;
	margin-left:.8em;
	margin-bottom:.8em;
	border-color:#000;
	border-width:2px;
	border-style:solid;
	}

img.photo_brn {
	border-color:#000;
	border-width:2px;
	border-style:solid;
	}

/* LEFT */
#colLeft {display:none;}

/* CENTER */
#colContent {
	background-color:#fff;
	color:000;
	font-size:1em;
	text-align:left;
	float:none;
	width:100%;
	margin:0px;
	}
	
#colContent.noPrint {display:none;}
	
.brownBox {
	width:100%;
	margin:0px;
	float:none;
	}

.colContentBoxTop {
	background-image:none;
	font-size:.6em;
	font-weight:bold;
	height:10px;
	}
	
.colContentBox {
	background-color:#fff;
	font-size:.8em;
	}

.colContentBox form{margin:0px;}
input.orange{background-color:#fff;}	
.colContentBox dd {padding-bottom:12px;}

dl.def {
	position:relative;
	top:-20px;
	}

dt { font-weight:bold }

hr.brownBoxline {
	color:#000033;
	height:2px;
	width:100%;
	}

.brownBox li{padding-bottom:6px;}

table, td {
	border-width:thin;
	border-style:solid;
	border-color:#000033;
	padding:2px;
	width:100%;
	text-align:center;
	}

table ul{
	position:relative;
	left:-8px;
	}
label{font-weight:bold;}
#esa1{text-align:center;}
#esa2{text-align:left;}

/* RIGHT */
#colRight.noPrint {display:none;}

/* FOOTER */
#footer {
	clear:both;
	background-color:#fff;
	border-top:#f60 solid 2px;
	color:#000;
	font-size:.8em;
	padding:4px 0px;
	text-align:center;
	}