html, body{
	margin:0px;
	padding:0px;
	font-size:12px;
	background-image:url(images/background.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

.form{
	margin:0px;
	padding:0px;
	}

.normal {
}

.nav {
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
}

.nav a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.nav a:hover, .nav a.on {
	color:#0768A9;
	font-weight:bold;
}

#pageflip {
	position: relative;
	right: 0; top: -20px;
	float: right; 
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(images/Employ-America-peel.png) no-repeat right top;
}



h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size:160%;
}
h2 {
	font-size:150%;
}
h3 {
	font-size:140%;
}
h4 {
	font-size:130%;
}
h5 {
	font-size:120%;
}
h6 {
	font-size:110%;
}
.quicklinkhead {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	padding-right:5px;
	border-right:2px solid #999B9E;
}
.quicklinks {
	color:#666666;
	font-size:9px;
	padding-left:5px;
}
.quicklinks a {
	text-decoration:none;
	color:#666666;
	padding:0px 3px;
}

.quicklinks a:hover{
	text-decoration:underline;
	}

.bluelinks{
	color:#174A7C;
	font-size:14px;
	line-height:23px;
	font-weight:bold;
}

.bluelinks a{
	color:#174A7C;
	text-decoration:none;
}

.bluelinks a:hover{
	text-decoration:underline;
}

.sidebar{
	padding-top:10px;
	text-align:center;
	}

img {
	border:none;
}
.logoworksLink {
	text-align:center;
	font-size:10px;
}

.screen img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5
}
.screen img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

