#content {
	background: #FFFFFF;
	margin-top: 10px;
	margin-left: 145px;
	margin-right: 150px;
	position: relative;
	}
	
#content0rightmargin {
	background: #FFFFFF;
	margin-top: 10px;
	margin-left: 145px;
	margin-right: 30px;
	position: relative;
	}

#copyrightbox {
    margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 100%;
	padding: 5px;
	border: 0.1px solid #FFFFFF; 
   /*to insure that NN4.xx renders the background-color of the content area*/
	}
#copyrightbox p {
	font-size: 9px;
	margin-top: 0px;
	color: #004080;
	text-align: center;
	}
#copyrightbox a {
	text-decoration: none;
	}

#footerbox {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	width: 100%;
	padding: 5px;
	border: 0.1px solid #FFFFFF;
	background-color: #CC0000;
	position: static;	/*to insure that NN4.xx renders the background-color of the content area*/
	clear: both;
	}
#footerbox p {
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
	}
#footerbox a {
 	color: #FFFFFF;
	text-decoration: none;
	}
#footerbox a:hover { 
	color: #999999;
	}

#header {
    background-color : #FFFFFF;
    top: 0px;
    left: 0px;
	padding-left: 15px;
	height: 149px;
	margin-right: 120px;
	border-bottom: 1px solid #999999;
	}
#header0rightmargin {
    background-color : #FFFFFF;
    top: 0px;
    left: 0px;
	padding-left: 15px;
	height: 149px;
	margin-right: 0px;
	border-bottom: 1px solid #999999;
	}



#navigation {
	background-color : #C0D7DD;
	position: absolute;
	top: 150px;
	left: 0px;
	width: 125px;
	height: 4000px;
	padding: 5px;
	border-right: 1px solid #999999;
	z-index: 1000;
	}
#navigation p {
	color: #CC0000;
	font-size: 9px;
	margin-top: 4px;
	margin-bottom: 0px;
	font-weight: bold;
	}
#navigation a {
	text-decoration : none;
	}

#right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	height: 4000px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
	color: #333333;
	}
#right p {
	font-size: 9px;
	color: #004080;
	margin-bottom:0px;
	margin-top: 4px;
	font-weight: normal;
	}
#right li {
	margin-bottom:0px;
	margin-top: 4px;
	margin-left: 0px;
	}
#right ul {
	margin-left: 0px;
	}
#right h1 {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 4px;
	}
#right h2 {
	font-size: 10px;
	margin-top: 0px;
	}
#right a {
	color: #CC0000;
	text-decoration: none; 
	}
#right a:hover { 
  color: #999999;
  text-decoration : none;
  }
	
#popup-window {
	background: #FFFFFF;
    margin: 10px;
	}
	
#left-half {
	float:left;
	width: 50%;
	padding-top: 5px;
	padding-bottom: 15px;
	
	}
#right-half {
	float: right;
	width: 45%;
	padding-bottom: 15px;
	
}#left-half2 {
	float:left;
	width: 68%;
	padding-top: 5px;
	padding-bottom: 15px;
}
#right-half2 {
	float: right;
	width: 30%;
	padding-bottom: 15px;
}
.grey {
	color: #999;
}
