body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color: #41555d;
	line-height:20px;
	text-decoration:none;
}

.GeneralText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color: #41555d;
	line-height:16px;
	text-decoration:none;
}

#main
	{
	width:100%;
	text-align:center;
	position:relative;
	height:100%;	
	}

.PageWraper
	{
	width:780px;
	height:100%;
	margin:auto;
	text-align:left;
	padding:0px;
	}

.HeaderContainer{
	width:780px;
	height:214px;
	float:left;
	background-image: url(../Assets/Backgrounds/bg_page.gif);
	background-repeat:repeat-x;
	}

.Logo{
	width:213px;
	height:195px;
	float:left;
	padding-left:21px;
	}
	
.TopNav{
	width:526px;
	height:34px;
	padding: 14px 0 6px 20px;
	float:left;
	}


.TopNavMenu ul{
margin: 0; padding: 0; 
list-style-type: none;
}

.TopNavMenu li{
display: inline; 
}

.TopNavMenu ul li a
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
line-height:16px;
text-decoration: none;
padding: .2em 1em;
color: #707070;
text-transform: uppercase;
background-image: url(../Assets/Icons/icon_topmenu_arrow.gif); 
background-repeat:no-repeat; background-position:2px;
}

.TopNavMenu ul li a:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
line-height:16px;
text-decoration: none;
padding: .2em 1em;
color: #000000;
text-transform: uppercase;
background-image: url(../Assets/Icons/icon_topmenu_arrow.gif); 
background-repeat:no-repeat; background-position:2px;
} 
	
.HeaderImage{
	width:546px;
	height:160px;
	float:left;
	background-color:#006c68;
	background-image:url(../Assets/Photos/header.gif); background-repeat:no-repeat; background-position:right;
	}
	
.PageContainer{
	width:780px;
	height: auto;
	float:left;
	}
	
.LeftContainer{
	width:250px;
	padding-right:8px;
	height: auto;
	float:left;
	background-image:url(../Assets/Backgrounds/bg_dotedline_vertical.gif); background-repeat:repeat-y; background-position:right;
	}
	
.MemberLoginContainer{
	width:250px;
	padding-top:17px;
	height: auto;
	float:left;
	background-image: url(../Assets/Backgrounds/bg_top3box.gif);background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding-bottom:8px;
	}

.MemberLogin{
	width:240px;
	padding-left:10px;
	height: 70px;
	float:left;
	}
	
.SearchContainer{
	width:240px;
	padding-left:10px;
	height: auto;
	float:left;
	height:73px;
	background-color:#008f8c;
	vertical-align:middle;
	}
	
.boxFooter{
	width:250px;
	height:14px;
	float:left;
	background-image: url(../Assets/Backgrounds/bg_top3box_dotedline.gif); background-repeat:repeat-x; background-position:bottom;
	background-color:#FFFFFF;
	}
	
/*MENU::::::::::::::::::::::::::*/
.LeftNavContainer{
	width:250px;
	height: auto;
	float:left;
	padding-bottom:20px;
	}

.LeftNav, .LeftNav li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;
	}

.LeftNav li{
	position: relative;
	background-color:#f0fafa;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	}

.LeftNav li a{
	text-transform:uppercase;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #207f7b;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	padding-left:25px;
	background-image: url(../Assets/Icons/icon_arrow.gif); background-repeat:no-repeat; background-position:center left;
	}


.LeftNav li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 190px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	}

.LeftNav li ul li{
	float: left;
	}

.LeftNav li ul a{
	width: 200px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
	}

.LeftNav .arrowdiv{
	position: absolute;

	}

.LeftNav li a:visited, .LeftNav li a:active{
	color: #207f7b;
	}

.LeftNav li a:hover{
background-color:#008f8c;
color:#ffffff;
background-image: url(../Assets/Icons/icon_arrow_on.gif); background-repeat:no-repeat; background-position:center left;
}

/* Holly Hack for IE \*/
* html .LeftNav li { float: left; height: 1%; }
* html .LeftNav li a { height: 1%; }

/* END MENU::::::::::::::::::::::::::*/
	

.CommingEventsContainer{
	width:230px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	padding-top:17px;
	height: auto;
	float:left;
	background-image: url(../Assets/Backgrounds/bg_greenbox.gif);background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
	
.CommingEvents{
	width:230px;
	float:left;
	line-height:15px;
	border-top:1px solid #95c2c1;
	border-bottom:1px solid #95c2c1;
	margin-bottom:10px;
	margin-top:10px;
	/*padding-bottom:10px;*/
}
	
.CommingEventsImage{
	width:65px;
	float:left;
}
	
.CommingEventsText{
	width:135px;
	padding: 3px 0px 5px 10px;
	float:left;
	border-Left:1px solid #95c2c1;
}
	
.btnMoreContainer{
	width:230px;
	float:left;
	text-align:right;	
}
	
	
	
.CenterContainer{
	width:250px;
	padding: 0 8px 0 7px;
	height: auto;
	float:left;
	background-image:url(../Assets/Backgrounds/bg_dotedline_vertical.gif); background-repeat:repeat-y; background-position:right;
}
	
	.OSHABContainer{
	width:250px;
	padding-top:17px;
	height: auto;
	float:left;
	background-image: url(../Assets/Backgrounds/bg_top3box.gif);background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding-bottom:8px;
	}
	
	.WhatsNewContainer{
	width:230px;
	padding-left:10px;
	padding-right:10px;
	padding-top:17px;
	height: auto;
	float:left;
	background-image: url(../Assets/Backgrounds/bg_greenbox.gif);background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding-bottom:20px;
	}
	
	
	.WhatsNew{
	width:230px;
	float:left;
	line-height:14px;
	border-bottom:1px solid #95c2c1;
	padding-bottom:7px;
	margin-top:7px;
	margin-bottom:7px;	
	}
	
	
	.CheckThisOutContainer{
	width:230px;
	padding-left:10px;
	padding-right:10px;
	padding-top:17px;
	height: auto;
	float:left;
	background-image: url(../Assets/Backgrounds/bg_greenbox.gif);background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding-bottom:20px;
	}
	
	
	.CheckThisOut{
	width:230px;
	float:left;
	line-height:14px;
	border-bottom:1px solid #95c2c1;
	padding-bottom:7px;
	padding-top:7px;
	/*margin-bottom:7px;*/
	}
	
	.BtnMore 
	{		
		_padding-top:-10px;
		padding-top:7px;		
	}
	
	.RightContainer{
	width:250px;
	padding: 0 0px 0 7px;
	height: auto;
	float:left;
	background-image:url(../Assets/Backgrounds/bg_dotedline_vertical.gif); background-repeat:repeat-y; background-position:right;
	}
	
	.TheCareersProjectContainer{
	width:250px;
	padding-top:17px;
	height: auto;
	float:left;
	background-image: url(../Assets/Backgrounds/bg_top3box.gif);background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding-bottom:8px;
	}
	
	
	.AboutOpicContainer{
	width:230px;
	padding-left:10px;
	padding-right:10px;
	padding-top:17px;
	height: auto;
	float:left;
	background-image: url(../Assets/Backgrounds/bg_greenbox.gif);background-repeat:repeat-x;
	background-color:#FFFFFF;

	}
	
	.AboutOpic{
	width:230px;
	float:left;
	padding-bottom:15px;
	background-image:url(../Assets/Backgrounds/bg_dotedline_horiz.gif); background-repeat:repeat-x; background-position: bottom;
	}
	
	.ThanksToSponsorsContainer{
	width:230px;
	padding-left:10px;
	padding-right:10px;
	padding-top:17px;
	height: auto;
	float:left;
	background-color:#FFFFFF;

	}
	
	.ThanksToSponsors{
	width:230px;
	float:left;
	padding-bottom:15px;
	background-image:url(../Assets/Backgrounds/bg_dotedline_horiz.gif); background-repeat:repeat-x; background-position: bottom;
	}
	
	.SponsorsContainer{
	width:230px;
	padding-left:10px;
	padding-right:10px;
	padding-top:17px;
	height: auto;
	float:left;
	background-color:#FFFFFF;
	}
	
	.Sponsors{
	width:230px;
	float:left;
	padding-bottom:15px;
	text-align:center;
	background-image:url(../Assets/Backgrounds/bg_dotedline_horiz.gif); background-repeat:repeat-x; background-position: bottom;
	}
	
.FooterContainer{
	width:780px;
	float:left;
	}
	
	
.FooterStrip1{
	width:780px;
	height:23px;
	padding-top:4px;
	float:left;
	text-align:center;
	background-color: #006c68;
	}

.FooterStrip2{
	width:780px;
	height:6px;
	float:left;
	text-align:center;
	background-color: #01b1af;
	border-top: 1px solid #ffffff;
	}
	
.Copyright{
	width:250px;
	padding-top:10px;
	height:30px;
	float:left;
	font-size:10px;

	}
	
	.DevelopedBy{
	width:350px;
	height:30px;
	padding-top:10px;
	float: right;
	font-size:10px;
	text-align:right;

	}
	
	.DevelopedByLogo{
	width:93px;
	height:33px;
	padding-top:7px;
	float: right;
	text-align:right;

	}
	
.FooterMenu ul{
margin: 0; padding: 0; 
list-style-type: none;
}

.FooterMenu li{
display: inline; 
}

.FooterMenu ul li a
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration: none;
padding: .0em 1em;
color: #ffffff;
text-transform: uppercase;
} 

.FooterMenu ul li a:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration: none;
padding: .2em 1em;
color: #77b1ae;
text-transform: uppercase;
} 	
	
	
.Forum{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 0 5px 0 5px;
	font-weight:normal; 
	color: #41555d;
	height:20px;
	background-color:#FFFFFF;
	border: 1px solid #bababa;
	background-image:url(../Assets/Backgrounds/bg_textbox.gif); background-repeat:repeat-x;
	}

.divider_footer {padding:0px; margin:0px;}
.divider_footer li {background-image:url(../Assets/Backgrounds/divider_footer.gif); background-repeat:no-repeat; background-position:right; list-style:none;}

.divider_footer li.last{ background-image:none;}
	
/*TEXT*/

.White{
	color:#ffffff;
	}

a.text_green_bold{
    color: #337c70;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;    
}	
a.text_green_bold:hover {
    color: #337c70;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

a.text_green_bold1{
    color: #337c70;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}	
a.text_green_bold1:hover {
    color: #337c70;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

/*Subpage*/

	.OSHABContainer_sub{
	width:505px;
	padding-top:17px;
	padding-left:10px;
	height: auto;
	float:left;
	background-image: url(../Assets/Backgrounds/bg_top3box.gif);background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding-bottom:8px;
	}

.title{
    color: #006c68;
    font-size: 21px;
    font-weight: normal;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.GreenTextBold{
    color: #337c70;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
