html {
	height:100%;
	margin:0;
	padding:0;	
}

body {
	height:100%;
	font-size: 11pt;
	font-family: Arial,sans-serif;
	color: #023182;
	text-align: left; 
        background-color: white; 
        padding: 0px; 
	margin: -30px 0px 10px 0px;  
/* -20px top margin fixes gap at top of mozilla/netscape  */
}

#container {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
        background-color: #ffffff;
}

#navbar {
	position: absolute;
	top: 10px; 
	width: 180px;
	background-color: #eeeeee; /* 9aadbe; */
	text-align:left;
}


#main {
/*	border: solid #ff0000 1px;  */
	position: relative;
	width: 750px;
	left: 180px;
	top: 0px;
        background-color: #FFFFFF;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 20px 0px;
}

#title1 {
	position: relative;
	width: 750px;
	left: 0px;
	top: 0px;
	height: 300px;
        background-repeat: no-repeat;
        background-position: left top;
}

#title1 h1  {
	font-size: 18pt;
	text-align: center;
	color: #003366;
        width:50%
	margin-left: auto;
	margin-right: auto;
        padding: 15px 15% 10px 0px;

        /*  placement of the title; top right bottom left  */
}
	
#maincontent {
	position: relative;
	left: 0px;
	top: 0px;
        background-color: transparent;
	width: 650px;
	/* border: solid #000000 1px;  */
	margin-top: -130px;
}

#maincontentindex {
	position: relative;
	left: 0px;
	top: 0px;
	background-color: transparent;
	width: 650px;
	margin-top: 30px;
	margin-right: 10px;

/*      border: solid #000000 1px;  */
}



h1, h2, h3, h4, h5 {
	margin: 30px 10px 20px 20px;
	color: #666666;

}

h4, h5 {
	margin: 10px 10px 10px 10px;
	color: #666666;

}

p {
	margin: 10px 10px 10px 20px;
}

a {
color: navy;
text-decoration: none;
}

a:visited {
color: 333333;
}

a:hover {
color: red;
text-decoration: underline;
}


#navbar {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
}

#construction {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.style1 {font-size: 10pt;}
.style2 {color: #333333}
.style3 {color: #000099}
.style4 {color: #006633}

/************* #footer styles ***************/


#clearfooter{
	clear:both;
	height:50px;
	margin-top: 10px;	
	width:555px;
}

#footer{
	text-align:center;
	position: absolute;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 2px 3px 1px;
	bottom: 0;
	margin-bottom: 3px;
	height:50px;
	width:520px;
        left:50%;
	margin-left:-260px;
}

#footer img{
	padding: 1px 4px 2px;
	vertical-align: middle;
}
