#Container {
	float: left;
	position: absolute;
	top: 0px;
	width: 400px;
	left: 0px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#ContainerNoSidebar {
	float: left;
	position: absolute;
	top: 0px;
	width: 400px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#Head {
	width: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	display: none;
}
#TopNavBox {
	width: 0px;
	top: 0px;
	height: 0px;
	float: left;
	padding: 0px;
	left: 0px;
	position: absolute;
	z-index: -2;
	display: none;
}
#LeftNavBox {
	width: 0px;
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	display: none;
}
#MainBody {
	padding: 10px 0px 0px 10px;
	position: relative;
	width: 380px;
	left: 0px;
	top: 0px;
}
/* for IE */
#MainBodyNoSidebar {
	padding: 10px 0px 0px 10px;
	position: relative;
	width: 380px;
	left: 0px;
	top: 0px;
}
/* for other browsers */
html>body #MainBodyNoSidebar {
	padding: 10px 0px 0px 10px;
	position: relative;
	width: 380px;
	left: 0px;
	top: 0px;
}
#RightSideBar {
	width: 203px;
	float: right;
	position: relative;
	vertical-align: top;
	display: none;
}
#RightSidebarText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	width: 0px;
	padding: 10px;
	float: left;
	visibility: hidden;
}
#RightSideBarNoPhoto {
	padding: 10px 0px 0px 10px;
	margin: 0px;
	position: relative;
	width: 400px;
}
#RightSideBarCurve {
	float: right;
	position: absolute;
	top: 54px;
	right: 0px;
	display: none;
}
/* Footer styles */
#FooterBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #41599B;
	text-align: center;
	height: 20px;
	width: 798px;
	padding-top: 7px;
	float: left;
	clear: both;
	vertical-align: bottom;
	display: none;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	left: 0px;
	bottom: -7px;
}
.ImageFooter {
	vertical-align: bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	bottom: 0px;
	visibility: visible;
	height: 42px;
	display: none;
}
#FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 400px;
	color: #000000;

}
#FooterText a {
	color: #000000;
	text-decoration: underline;
}
#FooterText a:hover {
	color: #000000;
	text-decoration: none;
}
/* END Footer styles */
/* Left Navigation styles */
#LeftNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
#LeftNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#LeftNav li a {
	display: block;
	line-height: 25px;
	width: 168px;
	padding-left: 22px;
	text-decoration: none;
	font-size: x-small;
	color: #FFFFFF;
	vertical-align: middle;
	border-bottom: 1px solid #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #86A99E;
}
#LeftNav li a:hover {
	background-color: #DDE7E4;
	color: #4A62A7;
	border-bottom: 1px solid #FFFFFF;
	width: 168px;
	border-top: 1px solid #DDE7E4;
}
#LeftNav li a.NavOn {
	background-color: #DDE7E4;
	color: #4A62A7;
	padding-left: 10px;
	width: 180px;
	border-bottom: 1px solid #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDE7E4;
}
#LeftNav li a.NavOn:hover {
	background-color: #DDE7E4;
	color: #4A62A7;
	padding-left: 10px;
	width: 180px;
	border-bottom: 1px solid #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDE7E4;
}
#LeftNav  li a.HeadNav {
	background-color: #86A99E;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 10px;
	width: 180px;
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
}
#LeftNav li a.HeadNav:hover {
	background-color: #86A99E;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 10px;
	width: 180px;
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
}
#LeftNav li a.TopNavOn {
	background-color: #DDE7E4;
	color: #4A62A7;
	padding-left: 10px;
	width: 180px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #DDE7E4;
}
#LeftNav li a.TopNavOn:hover {
	background-color: #DDE7E4;
	color: #4A62A7;
	border-bottom: 1px solid #FFFFFF;
	width: 180px;
	border-top: 1px solid #DDE7E4;
}
#LeftNav ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* END Left Navigation styles */
body {
	background-color: #FFFFFF;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.BlueText {
	color: #4A62A7;
}
.BodyTitle {
	font-weight: bold;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #4A62A7;
	text-decoration: underline;
}
a:hover {
	color: #4A62A7;
	text-decoration: none;
}

.ImageTop {
	vertical-align: top;
	text-align: left;
	left: 0px;
	top: 0px;
}
.ImageBottom {
	vertical-align: bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	bottom: 0px;
	height: 0px;
	display: none;
}
.ImageLeft {
	float: left;
	vertical-align: top;
}
.ImageRight {
	float: right;
	vertical-align: top;
}
.ImagePools {
	float: left;
	padding-right: 10px;
}
.ImageEvents {
	float: left;
	padding-right: 10px;
}
/* Jobs styles  */
.JobGroupList {
	height: 15px;
	font-weight: bold;
	display: block;
}
.JobTitleList {
	display: block;
	height: 15px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
.JobName {
	font-weight: bold;
	color: #4A62A7;
}
a.JobTitle {
	color: #4A62A7;
	text-decoration: underline;
}
a.JobTitle:hover {
	color: #4A62A7;
	text-decoration: none;
}
.ApplButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	float: right;
	margin-right: 20px;
}
.BoxBorder {
	border: 1px solid #DDDDDD;
}
.JobAppNav {
	font-size: xx-small;
	color: #999999;
}
.PageHead {
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
}
.PageNav {
	font-size: 9px;
	color: #999999;
}
#PageNav a {
	color: #999999;
	text-decoration: underline;
}
/* END Jobs styles  */
#StyleButtons {
	display: none;
}

