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

body {
	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: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover, a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentLeft {
	padding-left: 2px;
	text-align: left;
}
#contentRight {
	padding-right: 2px;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.t {background: url(../images/dot.png) 0 0 repeat-x; width: 100%; height:100%;}
.b {background: url(../images/dot.png) 0 100% repeat-x; width: 100%; height:100%;}
.l {background: url(../images/dot.png) 0 0 repeat-y; width: 100%; height:100%;}
.r {background: url(../images/dot.png) 100% 0 repeat-y; width: 100%; height:100%;}
.bl {background: url(../images/bl.png) 0 100% no-repeat; width: 100%; height:100%;}
.br {background: url(../images/br.png) 100% 100% no-repeat; width: 100%; height:100%;}
.tl {background: url(../images/tl.png) 0 0 no-repeat; width: 100%; height:100%;}
.tr {background: url(../images/tr.jpg) 100% 0 no-repeat;}
#imageHeader {
	height: 141px;
	padding-top: 7px;
	padding-left: 7px;
}
.paragraphTitle {
	font-size: 16px;
	color: #5664A5;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	text-align: left;
	font-weight: bold;
}

#colorBar {
	padding-right: 2px;
	padding-left: 2px;
}
.paragraphText {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
}

#copyrightCell, #textNavCell {
	text-align: center;
}
.bottomFineBorder {
	border-bottom: 1px solid #333333;
}
#rightTextDiv {
	color: #000000;
	background-color: #FFFFFF;
	width: 697px;
	height: 630px;
	padding: 10px;
}
.dark {
	color: #333333
}
#notificationDiv {
	color: #990000;
	font-size: large;
}
#poweredBy, #poweredBy a:link, #poweredBy a:visited, #poweredBy a:hover, #poweredBy a:link {
	color: #7285C5;
}