@charset "utf-8";
/* CSS Document */

a, img,body,div {
	border:		0px none;
	border-collapse:collapse;
	margin:		0;
	padding:	0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 	16px;
	color:		#000;
	text-align:	left;
}
body {
	background:	#fff url('/images/bg.jpg') no-repeat center top;
	margin:		0;
	padding:	0;
}

p,h2,h3,h4,h5,h6,ul,ol {
	margin-top:	0;
}

h1 {
	font-size:24px;
	font-weight:lighter;
}

h2 {
	font-size:20px;
	font-weight:lighter;
        color: #024C29;
}

h3 {
	font-size:20px;
	font-weight:lighter;
}


#bodyContainer {
	margin:		0;
	padding:	0;
	width:		100%;
}

#container {
	margin:		0 auto;
	padding:	0;
	width:		780px;
}

#header {
	clear:		both;
	width:		100%;
}

#navigation {
	float:		left;
	clear:		both;
	width:100%;
	line-height:36px;
	background:url('/images/nav.jpg') repeat-x bottom;
}

#columnContainer {
	background:#fff;
	float:		left;
	clear:		both;
	width:100%;
}

#centerCol {
	margin-right:180px;
	padding:	15px 15px 20px 10px;
	border-width:	0 1px;
	background:#fff url('/images/bg-content.jpg') repeat-x;
	line-height:22px;
}

        .employee {
               background: #EBF3D6;
        }

#rightCol {
	float:		right;
	clear:		right;
	padding:	25px 2px 5px 2px;
	min-height:250px;
	width:176px;
	background:#C3E1F6 url('/images/bg-content-right.jpg') repeat-x;
	margin-bottom:10px;
}

	#rightCol p {
		margin:		15px 0 0 0;
	}
	
	#rightCol input {
		color:#CCC;
		font-size:16px;
		line-height:22px;
		padding:2px;
		width:168px;
	}
	
	#rightCol a:hover{
		color:#056839;
	}
	
	.resources-link a:link{padding:0px !important;}
	
	.feedback {
		background:#F2F9FD;
		margin-top:10px;
		text-align:center;
		padding:4px;
		border:1px solid #80C0EC;
	}
	
		.feedback a {
			font-size:12px;
		}

#footer {
	clear:		both;
	background: url('/images/footer.png') repeat-x bottom;
	min-height:80px;
	width:100%;
	text-align:	center;
	margin:0 auto;
	padding-top:20px;
}

	#footer-column-wrapper {
		width:780px;
		margin:0 auto;
	}
	
	#footer-column-wrapper a {
		color:#024C29;
	}
	
	#footer-column-wrapper a:hover {
		color:#000;
	}
	
#copyright {
	height:20px;
	background:#DEECBB;
	margin:0;
	text-align:center;
	font-size:12px;
}

	#copyright a {
		font-size:12px;
	}
