body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:black;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	vertical-align: middle;
}
/*H1,H2,H3{
	font-weight:bold;
	margin-bottom:6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #577F87;
}
H4{font-size:12pt;font-weight:normal;margin-bottom:6px;}*/

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0px 10px 0px 50px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(logo_bg04.jpg);
	height: 163px;
}

.oneColFixCtrHdr #header h1, h2, h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.grijs {
font-color: #adb4b6;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #mainContent #conTop {
	background-image: url(con_Top_bg01.jpg);
	height: 20px;
	padding: 0 0 0 0px;
}
.oneColFixCtrHdr #mainContent #content {
	background-image: url(con_Mid_bg01.jpg);
	margin: 0 0 0 0px;
width: 770;
height: 350px;
overflow: auto;
padding-top: 10px;
padding-bottom: 50px;
padding-left: 25px;
padding-right: 25px;
}
.oneColFixCtrHdr #mainContent #content p, div, h1, h2, h3, h4, h5, a {
	margin: 0;
	padding-left: 10px;
}.oneColFixCtrHdr #mainContent #content h1, h2 {
	margin: 0 0 0 0px;
}
.oneColFixCtrHdr #mainContent #conBot {
	background-image: url(con_Bot_bg01.jpg);
	height: 50px;
	padding: 0 0 0 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(menu_bg01.jpg);
	height: 20px;
	font-size: 8pt;
	vertical-align: top;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#underlinemenu{
border-top: 0px;
margin: 0;
padding: 0;
	background-image: url(menu_bg01.jpg);
	height: 20px;
	font-size: 10pt;
}
#underlinemenu ul{
border-top: 0px;
margin: 0;
margin-bottom: 1em;
padding-left: 80px;
float: left;
font-weight: bold;
width: 100%;
border: 0px solid #DFDFDF;
border-width: 0px 0;
}
* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}
#underlinemenu ul li{
display: inline;
}
#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
border-top: 0px;
padding: 2px 6px 4px 6px;
text-decoration: none;
/*background: white url(media/menudivide.gif) top right repeat-y;*/
}
#underlinemenu ul li a:hover{
color: black;
/*background-color: #F3F3F3;*/
border-bottom: 4px solid #ccd8e6;
border-top: 0px;
padding-bottom: 0;
}

.thebox {
	width: 165px;
	height: 23px;
	color: #FFFFFF;
}
.thebox a:link,.thebox a:visited,.thebox a:active,.thebox a:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#PageTit {
float: left;
font-weight:bold;
color:#73CEB0;
}