@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image: url(../images/DesignPieces/BackgroundYellow.png);
}
body p {
font-size: 13px;
font-family: "Times New Roman", Times, serif;
color: #000000;
}
#LogoAnimation {
	position:absolute;
	left:20px;
	top:12px;
	width:143px;
	height:121px;
	z-index:7;
	visibility: visible;
}
.twoColFixLtHdr #container {
	width: 720px;
	margin: 0 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-image: url(../images/DesignPieces/BackgroundYellow.png);
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;
	background-image: url(../images/DesignPieces/BackgroundYellow.png);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	margin: 0 0 0 0;
	float: left; /* since this element is floated, a width must be given */
	width: 279px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	overflow: visible;
	background-image: url(../images/DesignPieces/BackgroundYellow.png);
/*	background-image: url(../images/DesignPieces/BS_swirls.jpg); */
}
.twoColFixLtHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	background-image: url(../images/DesignPieces/BackgroundYellow.png);
} 
.twoColFixLtHdr #mainContent H1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #005dab;

} 
.twoColFixLtHdr #mainContent H2{

} 
.twoColFixLtHdr #mainContent H3{

} 

.twoColFixLtHdr #mainContent P{
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #000000;

} 
.twoColFixLtHdr #mainContent A{
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #005dab;
	text-decoration: underline;
} 
.twoColFixLtHdr #mainContent UL{
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #000000;
} 
.twoColFixLtHdr #subContent {
	line-height: normal;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/DesignPieces/BackgroundYellow.png);
} 
.twoColFixLtHdr #subContent H1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #005dab;

} 
.twoColFixLtHdr #subContent H2{
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #005dab;
	font-weight: bold;


} 
.twoColFixLtHdr #subContent H3{

} 

.twoColFixLtHdr #subContent P{
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #000000;
} 
.twoColFixLtHdr #subContent A{
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #005dab;
	text-decoration: underline;
} 
.twoColFixLtHdr #subContent UL{
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
} 
.twoColFixLtHdr #footer {
	padding: 0 0px 0 0px;
	background-color: #FFD300;
	background-image: url(../images/DesignPieces/BackgroundYellow.png);
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	line-height: 18px;
	background-image: url(../images/DesignPieces/BackgroundYellow.png);
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	line-height: 18px;
	background-image: url(../images/DesignPieces/BackgroundYellow.png);
}
#NewsItem1 {
	position:absolute;
	left:233px;
	top:57px;
	width:488px;
	height:36px;
	z-index:1;
	visibility: visible;
}
.NewsItem P{
	font-family: "Times New Roman", Times, serif;
	color: #005dab;
	font-size: 14pt;

}
.NewsItem A{
	font-family: "Times New Roman", Times, serif;
	color: #005dab;
	font-size: 14pt;

}
#NewsItem2 {
	position:absolute;
	left:250px;
	top:91px;
	width:471px;
	height:27px;
	z-index:2;
	visibility: visible;
}
#NewsItem3 {
	position:absolute;
	left:267px;
	top:119px;
	width:454px;
	height:27px;
	z-index:3;
	visibility: hidden;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.SubMenu {
	left:334px;
	top:53px;
	width:190px;
	z-index:4;
	background-color: #005dab;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 1 1 1 1px;
	position: absolute;
	visibility: hidden;
}
.SubMenu a {
	color: #FFd300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

.SubMenu a:hover {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#ParentMenu {
	position:absolute;
	left:486px;
	top:54px;
	width:129px;
	z-index:4;
	visibility: hidden;
}
#EmploymentMenu {
	position:absolute;
	left:563px;
	top:54px;
	width:158px;
	z-index:4;
	visibility: hidden;
}
.dashed-rule {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #004d8a;
	border-bottom-color: #004d8a;
	border-bottom-style:dashed;
	border-color: #004d8a;
	outline-color: #004d8a;
	border-right-color: #004d8a;
	border-left-color: #004d8a;
	
}
