﻿@import url('../../../../Desktop/New%20work%20stuff/ATI%20Info%20Base/pages/styles/layout.css');
body {
	background: #DADFE4;
	font-family: Verdana;
	font-size: small;
	color: #000000;
}
#container {
	/*width: 100%;
	height: 100%; */
	background-color: #FFFFFF;
}
#masthead {
	width: 100%;
	overflow: visible;
	text-align: right;
	background-color: #FFFFFF;
	padding-bottom: 0;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #0066CC;
	overflow: visible;
	text-decoration: blink;
}
#content {
	margin-left: 140px;
	padding: 5px;
}
#footer {
	clear: both;
	width: 99%;
	overflow: auto;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #FFFFFF;
}
#masthead img {
	padding: 1;
	float: left;
	margin-bottom: 0px;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial;
	color: #000080;
}
h3 {
	font-family: Arial;
	font-size: x-large;
	color: #000080;
	font-weight: bold;
}
h2 {
	font-family: Arial;
	color: #000080;
	font-weight: bold;
	padding:0;
	margin:0;
}
h1 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border-top: 1px #D1D9E0 solid;
	border-bottom: 1px #7788AA solid;
}
#sidebar a {
	border-width: 0 thin 0 5px;
	font-weight: bold;
	text-decoration: none;
	color: #000080;
	padding: 4%;
	display: block; /*border-bottom: 1 #f5f5f5 solid;*/;
	background-color: #FFFFFF;
	border-left: 5px solid;
	border-left-color: inherent;
	border-right-style: solid;
	border-left-style: solid;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #7788AA;	
	/*border-top: 1px solid #7788AA;
	border-bottom: 1px solid #f5f5f5;*/
	background-color: #FFFFFF;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #78a;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

