@charset "UTF-8";
body {
	background-color: #CCC;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
html { height: 100%; margin-bottom: 1px; } /* fix scroll bar issues */
a {
	text-decoration: none;
	white-space:nowrap;

}
a:link {
	color: #0066FF;
}
a:visited {
	color: #009966;
}
a:hover {
	color: #003399;
}

#divCenter {
	width: 850px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #bbbbbb;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#divHeader {
  height: 165px;
}
#divContent {

}
#divMainLight {
	background-color: #f6f9fd;
	background-image: url(../images/light_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 77px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 15px;
	min-height: 409px;
}


.popuppg {
	background-color: #FFFFFF;
	margin: 0;
	text-align: left;
	background-image: url(../images/pop_top.png);
	background-repeat: no-repeat;
}
#divFooter {
	position: relative;

}
#divTitle {
	height: 30px;
	width: 747px;
}
#divColRight {
	float: right;
	width: 225px;
	margin-top: 10px;
	position: relative;
}
#divColLeft {
	margin-top: 10px;
	width: 500px;
	position: inherit;
	
}
#divColOne {
	
}
.pColLeft {
	/*letter-spacing: 0.1mm;*/
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 480px;
	position: inherit;
}
.pHLeft {
	/*letter-spacing: 0.1mm;*/
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 480px;
	position: inherit;
}
.pColRight {
	/*letter-spacing: 0.1mm;*/
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 500px;
	position: inherit;
	margin-left: 200px;
}
/*td img {display: block;
}*/
.noLineBrk {
	white-space: nowrap;
}


.vis {
  width: 200px;
  float: right;
  margin: 0 0 5px 5px;
  padding: 5px;
  background-color: #FFF;
}
.floatright { 
	float: right;
	margin: 0 0 10px 10px;
	clear: right;

}
.floatleft {
	float: left;
	clear: left;
	margin-right: 30px;

}
h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003399;
	margin-bottom: 0px;
	margin-top: 0px;
}
h4 {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #006666;
	margin-bottom: 0px;
	margin-top: 0px;
}
hr {
	color: #CCCCCC;
	height: 1px;
	width: 100%;
	text-align: left; 
	
}

.bText {
	color: #003399;
	font-weight: normal;
}
.pHRight {
	/*letter-spacing: 0.1mm;*/
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 500px;
	position: inherit;
	margin-left: 200px;
}
.pColLeftSm {
	/*letter-spacing: 0.1mm;*/
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 200px;
	position: inherit;
}
.tBox {
	margin-bottom: 10px;
	border-color: #003366;
	border-width: 1px;
}
.nobr td {
}
.pColRightBtm {	/*letter-spacing: 0.1mm;*/
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 500px;
	position: inherit;
	margin-left: 200px;
}
h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #276BBA;
	margin-bottom: 0px;
	margin-top: 0px;
}
