@charset "UTF-8";
/* CSS Document */

body {
/*	font: 100% Arial, Verdana, Helvetica, sans-serif;*/
/*	background: #282828;*/
/*	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;
	background-color: #282828;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #282828;
}
.oneColFixCtrHdr #container {
	width: 750px;  /* 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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #282828;
	padding: 50px 10px 0 0px;  /* 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. */
	height: 173px;
}
.oneColFixCtrHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #menu {
	padding: 0px 0px 0px 2px;  /* 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. */
	height: 31px;
	border-color: #CCC;
	border-bottom-width: 0px;
	border-top-width: 2px;
	border-bottom-style: inset;
	border-top-style: inset;	/*border-top-color:#FFF;*/
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #d7d6d6;
	border-color: #CCC;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-width: 3px;
	border-bottom-style:outset;
	border-right-style: outset;
	border-left-style: inset;
	border-top-style: inset;
}
.oneColFixCtrHdr #footer {
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#282828;
	text-align: center;
	font-size: 9px;
	text-align:center;
	color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer p {
	margin: 0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
p.team a {
	color: #666;
}
.menuSelected {
	color:#FFF;
	font-family:Arial, Verdana, sans-serif;
	font-weight:bold;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 9pt;
	text-align: center;
}
.menu1 {
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
	background:#fff url(/mainMenu/button1.gif);
}
.menu1 li {
	float:left;
}
.menu1 li a {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	color:#282828;
	text-decoration:none;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	font-weight:normal;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}
.menu1 li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
}
.menu1 li.current a {
	color:#fff;
	background: url(/mainMenu/button3.gif);
}
.menu1 li.current a b {
	background:url(/mainMenu/button3.gif) no-repeat right top;
}
.menu1 li a:hover {
	color:#fff;
	background:#000 url(/mainMenu/button2.gif);
}
.menu1 li a:hover b {
	background:url(/mainMenu/button2.gif) no-repeat right top;
}
.menu1 li.current a:hover {
	color:#fff;
	background:#000 url(/mainMenu/button3.gif);
	cursor:default;
}
.menu1 li.current a:hover b {
	background:url(/mainMenu/button3.gif) no-repeat right top;
}
#copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #C0C0C0;
	text-align: center;
}
#copyrightText a {
	color: #C0C0C0;
}
.boxText {
	text-align: justify;
}
a:link {
	color: #860707;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #860707;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #860707;
	font-weight: bold;
}
.titleHead {
	font-weight: bold;
	font-size: 12pt;
}
