@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	width: 100%;	
}

a {
	font-weight: normal;
	text-decoration: underline;
	color: #0033CC;
}
a:visited {
	color: #0033CC;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}


#header {
	background-image: url(img/SSHRM-logo-new.gif);
	background-repeat: no-repeat;
	padding-top:15px;
	height: 150px;
	visibility: visible;
	margin: 0px 0px 0px 0px;
}
      
html {
    	overflow-y: scroll;
}
	.header_main {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 32px;
	color: #999999;
	position: absolute;
	margin-left: 200px;
	font-weight: bold;
	margin-top: 15px;
	min-width: 400px;
}
	.header_ital {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 26px;
	color: #8fcb40;
	position: relative;
	margin-left: 280px;
	margin-top: 50px;
	right: auto;
	margin-right: 580px;
	min-width: 250px;
	font-weight: bold;
	text-align: right;
}
#navbar {
	background-color: #003333;
	width: 100%;
	height: auto;
	text-align: left;
	min-width: 400px;
	font-weight: bold;
	position: absolute;
	margin-top: -70px;
	padding: 4px 0;
}
#navbar .navlinks {
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 0.08em;
	margin-left: 60px;
	margin-right: 5px;

}
    .navlinks a:link, .navlinks a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 15px;
}

    .navlinks a:hover {
	color: #8fcb40;
	text-decoration: none;

}
#main {
	position: relative;
	font-family: "Trebuchent", Arial, sans-serif;
	font-size: 12pt;
	width: 95%;
	color: #333;
	height: 100%;
	text-align: justify;
	padding: 0px 20px 20px 20px;
      }
	  #main .header {
	font-size: 18px;
	color: #46641E;
	font-weight: bold;
	  }
	  	  #main .header_sm {
	font-size: 14px;
	color: #46641E;
	font-weight: bold;
	  }

#logos {
	text-align: center;
	width: 100%;
	height: 100%;


}
#logos .image {
	margin: 25px;
	display: inline;
}
 
 #footer {
	position: relative;
	font-family: "Trebuchent", Arial, sans-serif;
	color: #333;
	height: auto;
	text-align: center;
	font-size: 12pt;
	visibility: visible;
	width: 100%;
	background-color: #CCCCCC;
	padding: 2px 0;
}

#to,#bcc,#from { display:none; }
a img { border:0; }
#legal { float:right; }
#legal a, #legal a:link, #legal a:visited { text-decoration: none; border-bottom: 1px dotted #333333; color: #333333; }
#legal a:hover { color: #990000; }

/* changes 2010*/

#navbar {background-color:#EEEEEE;}
.navlinks a:link, .navlinks a:visited { color: black; font-weight:bold; font-size:16px;}
.navlinks a:hover { color:#8FCB40;}
.header_main { font-size:48px; color:black;}



#lic {
	background:none repeat scroll 0 0 #EEEEEE;
	border:1px solid #9F9F9F;
	padding:10px;
	margin-top:10px;
}
#foobar {z-index:3;}
