﻿@import url('layout.css');
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	background-color: #FAF0E6;
	}

.p1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	background-color: #FAF0E6;
	text-align: center;
}
.p2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	background-color: #FAF0E6;
	text-align: left;
}

div#container {
	height: 100%;
	width: 100%;
}

/* defines banner styles */
div#banner {
	width: 100%;
	background-image: url('../images/banner/augusta_ega_bkgrd.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: .1em solid #000;
	background-color: #3946f5;
	}
#banner img {
	float: left;
	margin: 0;
	padding: 0;
}
#banner p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 1em 1em 1em 0em;
	padding: 0;
}

#banner h1 {
	font-size: 2em;
	text-align: center;
	color: #FFD700;
	margin: 0em 0em 0em 0em;
	padding: 0;
}
#banner h2 {
	font-size: 1em;
	text-align: center;
	color: #000;
	margin: 0em 0em 0em 0em;
	padding: 0;
	line-height: 80%;
}

/* defines top_nav_bar styles */
div#top_nav_bar {
	overflow: visible;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border-bottom: .1em solid #000;
	background-color: #ca7;
	}

/* defines Page Content */
div#page_content {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	height: 100%;
}

/* defines side_bar styles */
div#side_bar {
	position: relative;
	height: 100%;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;

	overflow: auto;
	}
#side_bar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#side_bar ul li { 
	margin-top: 0em;
	}
#side_bar ul li a {
	display: block;
	padding: 0em .0em .0em 0em;
	margin: 0em 0em 0em 0em;
	color: black;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	background-image: url('../images/banner/btn_active.gif');
	background-repeat: no-repeat;
	}
#side_bar ul li a:visited {
	color: maroon;
	background-image: url('../images/banner/btn_visited.gif');
	background-repeat: no-repeat;
	}
#side_bar ul li a:hover {
	color:blue;
	background-image: url('../images/banner/btn_hover.gif');
	background-repeat: no-repeat;
	}
#side_bar ul li a:active {
	color:black;
	background-image: url('../images/banner/btn_active.gif');
	background-repeat: no-repeat;
	}

/* defines page_content styles; this is the editable part of each page */
div#content {
	position: relative;
	float: left;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	clear: both;
	background-color: transparent;
}

/* Begin footer DIV */
div#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #2a40e6;
}


/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: .75em;
	text-align: center;
	color: #FFD700;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}
#footer a {
	color: #FFD700;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFD700;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.navbar_btn {
	border-width: 0;
}

