/* CSS Document */

body {
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
.oneColFixCtrHdr #container {
	width: 724px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 20px;
	font-size: 8pt;
}
.header_text {
	font-size: 7.5pt;
	color:#000000;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 30px;
}
.oneColFixCtrHdr #LeftMenu {
	padding: 20px;
	background-color: #ebebeb;
	background-image: url(images/left_menu_bg.gif);
	border: 1px solid #e1e1e1;
}
.oneColFixCtrHdr #footer {
	padding-top: 10px;
	background-color: #e0dddd;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #8a8a8a;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 25px;
}

/* LINKS */
a:link {
	color: #2662a8;
	text-decoration: none;
}
a:visited {
	color: #2662a8;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #2662a8;
	text-decoration: none;
}
#LeftMenu a:link {
	color: #2662a8;
	text-decoration: none;
	font-size: 10pt;
}
#LeftMenu a:visited {
	color: #2662a8;
	text-decoration: none;
	font-size: 10pt;
}
#LeftMenu a:hover {
	color: #999999;
	text-decoration: underline;
	font-size: 10pt;
}
#LeftMenu a:active {
	color: #2662a8;
	text-decoration: none;
	font-size: 10pt;
}

#header a:link {
	color: #2662a8;
	text-decoration: none;
	font-size: 7.5pt;
}
#header a:visited {
	color: #2662a8;
	text-decoration: none;
	font-size: 7.5pt;
}
#header a:hover {
	color: #999999;
	text-decoration: underline;
	font-size: 7.5pt;
}
#header a:active {
	color: #2662a8;
	text-decoration: none;
	font-size: 7.5pt;
}

.title_line {
	height:5px;
	margin-bottom:15px;
	background-image: url(images/home_line.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
}
.Title1 {
	font-size: 14pt;
	font-weight: bold;
}