@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	color: #000000;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menu {
	background-image: url(image/common/banner1_back.jpg);
	background-repeat: repeat-x;
	height: 21px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

#container {
	width: 1000px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(image/common/banner_back.jpg);
	height: 86px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 600px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
}
#footer {
	background-color: #034D7C;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFF;
	font-size: 12px;
	text-align: right;
} 
#mainContent {
	padding: 10px;
	background-color: #dbdbdb;
	background-image: url(image/common/blocks_graphic_large.gif);
	background-repeat: no-repeat;
	background-position: 10px 450px;
}
#mainContent #leftCol #leftColBottom {
	background-image: url(image/common/left_col_bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 306px;
}
.button {
	background-image: url(image/common/button_back.gif);
	height: 23px;
	width: 156px;
	display: block;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 12px;
	color: #0672CC;
	text-decoration: none;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#menu a {
	background-image: url(image/common/view_button.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 201px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
#menu a:hover{
	background-image: url(image/common/view_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}
#mainContent #leftCol {
	background-image: url(image/common/left_col_top.gif);
	background-repeat: no-repeat;
	width: 306px;
	background-color: #FFF;
	float: left;
	margin-right: 30px;
}
#clear {
	clear: both;
}
#mainContent #rightCol {
	background-image: url(image/common/right_col_top.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	float: left;
	width: 626px;
	margin: 0px;
	padding: 0px;
}
.leftTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #034D7C;
	padding: 0px;
}
.rightTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
	color: #FFF;
}
#mainContent #rightCol #rightBody {
	font-size: 12px;
	margin: 20px;
	padding: 0px;
	line-height: 23px;
}
.leftBody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	clear: both;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


#mainContent #rightCol #rightColBottom {
	background-image: url(image/common/right_col_bottom.gif);
	background-repeat: no-repeat;
	height: 18px;
}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#matrix tr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
#matrix td {
	border: 1px dashed #CCC;
}
#matrix ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#matrix li {
	list-style-type: none;
	display: block;
	background-color: #F3F3F3;
	margin-bottom: 2px;
}
#matrix a{
	color: #034776;
	text-decoration: none;
}
#matrix a:hover{
	color: #F00;
	text-decoration: underline;
}

#header #logo {
	width: 120px;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 85px;
	background-image: url(image/common/hrmatrix_logo.gif);
	background-repeat: no-repeat;
}

