﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #003264;
	padding: 10px;

}
#container {
	width: 760px;
	margin: 0 auto;
	padding: 0px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 0px solid #725972;
	border-left: 2px solid #FFFFFF;
	background-color: #EEEEEE;
}
#masthead {
	background-color: #003264;
	text-align: right;
	width: 740px;
	padding: 10px;
	border: 0px dotted #EEEEEE;
	background-image: url('../images/admin/Easilogo.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px; 


}

#container2 {
	position: relative;
	background-color: #EEEEEE;


}

#navigation {
	width: 130px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;

	padding-left: 0px;
	padding-top: 20px;
	border-right: 0px dotted #725972;

/*in content below, used padding of 150 rather than margin left 130 and padding 20 */

}
#content {

	width: 590px;
	height: 100%;
	margin-left: 0px;
	padding-left: 150px;
	padding-top: 20px;
	padding-right: 0px;
	border-left: 1px dotted #CCCCCC;
	background-color: #EEEEEE;
font-size: 90%;


}
#footer {
	text-align: center;
	clear: both;
	width: 760px;
	height: 45px;
	padding-top: 5px;
	background-color: #FFFFFF;
	font-size: 8pt;
	color: #808080;

}
/* Masthead Styles */
#masthead h1 {
	color: #FFFFFF;
}
#masthead h3 {
	color: #FFFFFF;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #CCCCCC;
	}
#navigation a {
	color: #003264;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #FFFFFF;
}
#navigation a:hover {
	color: #EEEEEE;
	text-decoration: none;
	background-color: #003264;
	
/* Content Styles */
/* "{}" is protecting following items */
{}
#content h1 {
	color: #503750;
}

#content img {
	padding: 0px;
	border: 0px solid #402640;
	




/* Footer Styles */
/* "{}" is protecting following items */
{}

#footer a {
color: #808080;
	font-size: 8pt;
	text-decoration: none;
}
#footer a:hover {
	color: #003264;
	text-decoration: none;
}

a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


