img, div, input { behavior: url("../PNG_Fix/iepngfix.htc")}


body {
	background-color:#eeeeee;
}

a {
color:#000099;
}

/***********Layout Styles*************/

#globalborder{
background-color:#FFFFFF;
width: 900px;
margin-left:auto;
margin-right:auto;
border:solid 1px #0033FF;

}


/***********Header Styles***********/

#header{
/*position:absolute;
top: 20px;*/
width:900px;
background-color:#FFFFFF;
/*border:solid 1px #0033FF;*/
border-bottom: 1px #0033ff;
margin-left:auto;
margin-right:auto;
}

#title{
	background-color:#b8b8b8;
	vertical-align:middle;
	
	}

/***************Old Menu Styles **********************/
.Menucontainer{	
	font-size:18px;
		margin-left:auto;
margin-right:auto;
	padding: 0px;
	top: 110px;
	background-position: center;
	
	}
	
.Menu{
	
	display: inline;
padding-left: 0;
padding-right: 0;
	
	/*font-size:18px;
		margin-left:auto;
margin-right:auto;
	padding: 0px;
	top: 110px;
	background-position: center;*/
}

.Menu ul{
list-style-type: none;
width:100%;
}

.Menu li {
width: 13%;
margin-right: 2px;
text-align:center;
float:left;
/*background-color:#cceeee;
background-image:url(../Pictures/icons/nav1.png);*/
padding: 5;
}	

.Menu a{
display:block;
width:100%;
text-decoration:none;
color:#eeeeee;
}

.Menu a:hover{
background-image:url(../Pictures/icons/nav2.png);
color:#000099;
}

/********************New Menu Styles ************************/

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;

}
#newmenu {
position: absolute;
z-index:100;
width: 900px;
margin-left:6%;
}
#newmenu dl {
float: left;
width: 19%;
margin: 0 1px;
background-image:url(../Pictures/icons/nav1.jpg);
}
#newmenu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
background-image:url(../Pictures/icons/nav1.jpg);
color:#eeeeee;
}
#newmenu dd {
border: 1px solid gray;
}
#newmenu li {
text-align: center;
background: #fff;
}
#newmenu li a{
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;

} 



#newmenu dt a {
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
color:#eeeeee;

}
#newmenu li a:hover {
/*background-image:url(../Pictures/icons/nav2.jpg);*/
color:#000099;
background-color:#99CCFF;
}

#newmenu dt a:hover {
background-image:url(../Pictures/icons/nav2.jpg);
color:#000099;
}


/*****************Body Styles *****************/

.Body{
	/*position:absolute;	
	top: 285px;*/
	width:900px;
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 1px;
	
	border-top-style: solid;
	
	border-top-color: #0033FF;
	

}

.bodytext{
	position:relative;
	font-size:14px;
	font-weight:normal;
	padding-left: 5px;
	margin-left: 25px;
	width:860px;
	padding-right: 5px;
	


}

.bodytext h1{
font-weight:bold;
font-size:14px;
padding-left:inherit;


}

.bodycentered{
	text-align:center;
	margin: 25px;

}

.bodycentered h1{
font-weight:bold;
font-size:14px;
padding-left:inherit;


}

.bodycentered ul{
list-style-type: none;
}

/************Font Styles************/

.Title{
font-size:42px;
color:#3366FF;
font:bold ;
text-align:center;
}

.Name{
font-size:40px;
color:#0033CC;
font:bold;
text-align:center;
font:Georgia, "Times New Roman", Times, serif;
}

.Contact{
Font-size: 14px;
text-align:center;
}



/***********Statement Styles************/

#statementhead {
position:absolute;
top: 15px;
left: 25px;
width:90%;
background-color:#99CCFF;
font-size:14px;
font-weight:bold;
border:solid 1px;
text-align:center;
padding: 0px;
vertical-align:top;
margin-left:auto;
margin-right:auto;
}


#statementbody{
position:absolute;
top: 33px;
left: 25px;
width:90%;
font-size:12px;
vertical-align:top;

border-bottom:solid 1px;
border-left:solid 1px;
border-right:solid 1px;
margin-left:auto;
margin-right:auto;

}

/**********main page style****************/

.leftbar{

style=float:left;
display:inline;

}

.location{
	background-color:#003377;
	color:#ffffff;
	border:thick double #cccccc;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	padding-left: 5px;
	width: 153px;
	
}

.mainpic{
padding-right: 10px;

}

/************Footer Styles***************/

.footer{
	background-color:#003377;
	color:#ffffff;
	text-align:center;
	
	}
	
.footerblue{
	color:#22EEFF;
	font:16px;
	font-weight:bold;

}

.footerblue a:hover{
color:#CCCCCC;
	font: 14px;
	}


.footerblue a{
	color:#FFFFFF;
	font: 14px;
	}

