@charset "utf-8";
/* elements */
body {
	margin: 0px 10px;
	padding: 0px;
	background-color: #0F5060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #009999;
}
a:visited {
	color: #009999;
}
a:hover {
	color: #003333;
}
a:active {
	color: #006666;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #003333;
}
h1 {	
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
hr {
	margin: 0px;
	height: 1px;
	color: #CCCCCC;
}
p {
	font-size: 12px;
	color: #003333;
	line-height: 1.75em;
}
/* layout */
#container {
	margin: 0px auto;
	padding: 0px;
	width: 885px;
}
#header {
	background-image: url(/images/layout/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 885px;
	height: 125px;
}
#quick_links {
	display: inline;
	float: right;
	margin-top: 65px;
	margin-right: 55px;
	padding: 0px;
	width: 175px;
}
#content {
	background-image: url(/images/layout/content.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 885px;
	overflow: auto;
}
#left {	
	display: inline;
	float: left;
	margin-left: 30px;
	padding-right: 5px;
	width: 150px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	list-style-type: none;
}
#navigation li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#navigation li.last_nav {
	border-bottom-style: none;
}
#navigation a {
	display: block;	
	padding: 5px 0px;
	color: #003333;
	width: 100%;
}
#navigation a:visited {
	color: #003333;
}
#navigation a:hover {
	background-color: #CDCDCD;
	color: #F5F5F5;
}
#navigation a:active {
	color: #006666;
}
#sub_navigation {
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
#sub_navigation li {
	border-bottom-style: none;
}
#sub_navigation a {
	display: block;	
	padding: 3px 0px;
	color: #003333;
	width: 100%;
}
#sub_navigation a:visited {
	color: #003333;
}
#sub_navigation a:hover {
	background-color: #CDCDCD;
	color: #F5F5F5;
}
#sub_navigation a:active {
	color: #006666;
}
#right {	
	display: inline;
	float: right;
	margin-right: 55px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 170px;
}
#right {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}
#center {
	margin-left: 185px;
	margin-right: 55px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#center.three_column {
	margin-right: 230px;
}
#footer {
	background-image: url(/images/layout/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 885px;
	height: 40px;
}
#copyright {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	margin-right: 50px;
	margin-left: 25px;
	padding-top: 5px;	
	color: #AAAAAA;
}
/* classes */
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.align_span_left {
	display: block;
	text-align: left;
}
.align_span_center {
	display: block;
	text-align: center;
}
.align_span_right {
	display: block;
	text-align: right;
}
.vertical_align_top {
	vertical-align: top;
}

.borders_solid {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
.border_bottom {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
.color_gray {
	color: #CCCCCC;
}
.padding5 {
	padding: 5px;
}

table.collective_agreement {
	margin: 0px;
	border-collapse: collapse;
	border-spacing: none;
	width: 620px;
}
table.collective_agreement tr {
	background-color: #E3E6E7;
}
table.collective_agreement tr.even {
	background-color: #ECECEC;
}
table.collective_agreement tr.title {
	background: none;
}
table.collective_agreement tr.sub_title {
	background: none;
	font-weight: bold;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #555555;	
}
table.collective_agreement td {
	padding: 5px 10px;
}
table.collective_agreement th {
	padding: 5px 0px;
}


table.contact_table {
	margin: 0px;
	border-collapse: collapse;
	border-spacing: none;
	width: 620px;
	vertical-align: top;
}
table.contact_table td {
	line-height: 15px;
	vertical-align: top;
}
table.committee_table {
	margin: 0px;
	border-collapse: collapse;
	border-spacing: none;
	width: 620px;
}
table.committee_table tr {
	background-color: #E3E6E7;
}
table.committee_table tr.even {
	background-color: #ECECEC;
}
table.committee_table tr.title {
	background: none;
}
table.committee_table tr.sub_title {
	background: none;
	font-weight: bold;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #555555;	
}
table.committee_table td {
	padding: 5px 0px;
}
.multiline {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
table.new_hires_manual {
	margin: 0px;
	border-collapse: collapse;
	border-spacing: none;
	width: 620px;
}
table.new_hires_manual th, td {
	padding: 10px 0px;
}
div.newsletter {
	padding: 5px;
	width: 450px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}
.in_this_issue {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.float_left {
	display: inline;
	float: left;
}
.float_right {
	display: inline;
	float: right;
}
.indent8 {
	margin-left: 8px;
}
.indent10 {
	margin-left: 10px;
}
.indent18 {
	margin-left: 18px;
}
.indent20 {
	margin-left: 20px;
}
.indent23 {
	margin-left: 23px;
}
.indent35 {
	margin-left: 35px;
}
.indent {
	margin-left: 25px;
}
.indent50 {
	margin-left: 50px;
}
.indent83 {
	margin-left: 83px;
}
.line_height1 {
	line-height: 1em;
}
.line_height1-25 {
	line-height: 1.25em;
}
.line_height2 {
	line-height: 2em;
}
.line_height3 {
	line-height: 3em;
}
.margin_top10 {
	margin-top: 10px;
}
.margin_left10 {
	margin-left: 10px;
}
.margin_left20 {
	margin-left: 20px;
}
.margin_bottom20 {
	margin-bottom: 20px;
}
.size20 {
	font-size: 20px;
}
.size18 {
	font-size: 18px;
}
.size16 {
	font-size: 16px;
}
.size14 {
	font-size: 14px;
}
.size12 {
	font-size: 12px;
}
.size11 {
	font-size: 11px;
}
.size10 {
	font-size: 10px;
}
.width300 {
	width: 300px;
}