* {margin: 0px; padding: 0px;}
html {height:100%}

body {
	text-align: center;
	min-width: 800px;
	height: 100%;
	background: url('../human_resources_images/human_resources_background.gif') #FFF repeat-y;
}

#container {
	margin:0 auto;
	width:800px;
	text-align: left;
}

#header {
	background: url('../images/header.gif') no-repeat;
	height:120px;
	border-bottom: 1px solid #336699;
}

#header .right {
	float: right;
}

#header h1 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 20pt;
}

#content {
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 100%;
	min-height: 100%;
}

#left {
	float:left;
	width: 175px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 100%;
}

#left ul li {
	list-style-type: none;
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size: 9pt;
	border-bottom: 1px solid #336699;
	padding-bottom: 10px;
	padding-top: 10px;
}

#left a:link, a:active, a:visited {
	color: #CC0000;
	text-decoration: none;
}

#left ul li a:hover {
	border-bottom: 1px dashed #CC0000;
}


#right {
	width: 603px;
	float: right;
	min-height: 100%;
}

#content_body {
	padding-top: 10px;
	padding-left: 10px;
}

#content_body h1 {
	padding-bottom: 10px;
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size: 16pt;
	color: #CC0000;
}

#content_body p {
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size: 11pt;
	margin: 0;
	padding: 5px;
	line-height: 6mm;
}

#content_body a:link, #content_body a:active, #content_body a:visited {
	color: #FF0000;
	text-decoration: none;
}

#content_body a:hover {
	border-bottom: dashed 1px #FF0000;
}

#content_body .content_table {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 9pt;
	border: 1px solid #336699;
	padding: 10px;
}

#content_body ul {
	list-style-type: circle;
	margin-left: 40px;
}

#content_body ol {
	font-family: Helvetica, Arial, Sans-Serif;
	list-style-type: decimal;
	margin-left: 40px;
}