﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: Black; /*#f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;*/
	margin: auto;
}
#container {
	width: 800px;
	margin: 5px auto;
    height: 706px;
}
#masthead {
	text-align: center;
	width: 778px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#EmpResources
{
	margin-top:5px;
	width:97%;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	text-align:center;
}
#EmpResources h1
{
	font-family:"Times New Roman", Times, serif;
	color:#3d6c87;
	margin-top: 6px;
	margin-bottom: 10px;
    width: 778px;
}
#Pane  /* Internet Explorer */ 
{
	margin-top: 5px;
	text-align:center;
	clear: both;
	width: 778px;
	padding-bottom:10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#Pane  /* Mozilla Firefox alignment */ 
{
	text-align: -moz-center;
}
#Pane2
{
    text-align:center;
    margin-top:5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
    width: 778px;
}
#PaneP  /* Internet Explorer */ 
{
	margin-top: 5px;
	text-align:justify;
	clear: both;
	width: 778px;
	padding-bottom:10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}	
#lastpane
{
    margin-top:5px;
	text-align: center;
	clear: both;
	width: 778px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
    height:260px;
}
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
h1 {
	color: #3d6c87;
}
        .style1
        {
            width: 100%;
            padding:5px;
            border-top: 1px solid #dcdcdc;
	        border-right: 1px solid #a9a9a9;
	        border-bottom: 1px solid #808080;
	        border-left: 1px solid #a9a9a9;
	        background-color: #fafaff;
        }
