/* Style sheet for the minutes html shell and actual minutes written by Owen Angleton, Reese Library Automation */

/* Idea is to create a navigation header to return to the Reese Library Home or the Library Administration Home Pages, a standard format for the tables and minute narratives and a navigation footer to provide contact information and links back to the homepages. */

/* The page is broken into 4 parts, the navigation head, the notification table, the narrative, and the footer.  The narrative is further broken into last meeting resolutions and area reports with a bar between the table and narrative, and another bar between the last meeting and area reports sections. */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:16px;
}

/* navigation header section */

#navigation {
	position: absolute;
	left:5px;
	top:0px;
	width:900px;
	height:60px;
	background-color:#ffffff;
	background-image: url(http://www.aug.edu/library_administration/images/admin-welcome.png);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

.navigation {
	position:relative;
	top:40px;
	left:480px;
	width:423px;
	font-size:10px;
}
.navigation >a {color:#003300;}

/* begin title and date area */

#title {
	position:absolute;
	top:65px;
	width:750px;
	text-align:center;
	font-size:28px;
}

#date {
	position:absolute;
	top:130px;
	left:10px;
}

/* begin the header area */

#headtable {
	position:absolute;
	top:180px;
	left:10px;
	width:850px;
	height:160px;
	border-bottom:solid;
}

#headtable >table {width:850px;}

.redtext  {
	color:red;
}
.underline {
	text-decoration:underline;
}

/* begin the main report area */

#main_report {
	position:absolute;
	left:10px;
	width:790px;
	top:350px;
}
#allreport {
	position:absolute;
	left:10px;
	width:790px;
	top:150px;
}

#lastmeeting {
	position:relative;
}

#area_reports_bar  {
	postion:relative;
	height:20px;
	border-top:solid;
	border-bottom:solid;
	text-align:center;
}

#area_reports {
	position:relative;
	top:10px;
	line-height:20px;
}
.Subject_Title  {
	position:relative;
	font-size:larger;
	font-weight:bold;
}


/* begin the footer area */

#footer_nav {
	position: relative;
	top:10px;
	width:900px;
	height:55px;
	background-color:#33F3AA;
	color:#003300;
	font-size:14px;
}


.navigation1 {
	position:relative;
	top:-20px;
	left:450px;
	width:450px;
	font-size:12px;
}

.navigation1 >a {color:#003300;}
