.header_table A:link {text-decoration: none; color: white}
.header_table A:visited {text-decoration: none; color: white}
.header_table A:active {text-decoration: none; color: white}
.header_table A:hover {text-decoration: underline; color: white;}

.Page_top_row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #004080;
}
.WhiteTopRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #FFF;
	background-color: #004080;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	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: #004080;
	height: 100%;
}
p {
	font-family: Arial;
	font-size: 10pt;
	color: #004080;
	margin-top: 0px;
}
td {
	font-family: Arial;
	font-size: 10pt;
	color: #004080;
}

.whiterow {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #999;
	color: #FFF;
	height: 25px;
}

.bluerow {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #004080;
}
.bullets {
	font-family: Arial;
	list-style-type: disc;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.indented {
	padding-left: 5px;
}
.subpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 5px;
}
.subparaBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
}
  .Byline{
	visibility:visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #004080;
	margin-bottom: 13px;
}
  
.plain_link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.GreyTopRow {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	background-color: #999999;
}
#img1 {
	border: 6px solid #CCC;
}
.bluerow12 {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #004080;
}
.bluerow14 {
	font-family: Arial;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #004080;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* 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: 1px solid #ffffff;
	text-align: left;
	height: 100%;
}
.oneColFixCtrHdr #header {
	background: #999999;
	padding: 0 0px 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. */
}
.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 #mainContent {
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 15px;
	text-align: left;
}

.oneColFixCtrHdr #leftmenu {
	margin: 10px;
	padding: 10px;
	float: left;
	width: 400px;
	text-align: left;
}
.oneColFixCtrHdr #leftmenu ul{
	list-style-type: none;
}
.oneColFixCtrHdr #rightmenu {
	margin: 10px;
	padding: 10px;
	float: right;
	width: 400px;
	text-align: left;
}

.oneColFixCtrHdr #rightmenu ul{
	list-style-type: none;
}
.oneColFixCtrHdr #footer {
	bottom:0;
	width: 980px;
	text-align: center;
	float: left;
	color: #004080;
	list-style-image: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #rainbow {
	position: relative;
	float: left;
	height:100px;
	width: 20px;
}
.oneColFixCtrHdr #languagebar {
	text-decoration: none;
	background-color: #CCC;
	width: 980px;
	float: left;
	color: #004080;
	text-align: center;
}
.para_yellow {
	background-color: #F9DE46;
}

