/* CSS Document */

body,td,th {
	font-family: Verdana;
	font-size: 12px;
}
body {
	background-color: #01267E;
	background-image:  url("http://www.issdc.com/application/ISSDC-pawbkgrd.jpg");
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;

	width: 780px /* fallback value */;
width:expression(((document.compatMode &&
document.compatMode=='CSS1Compat') ?
document.documentElement.clientWidth :
document.body.clientWidth)
  > 960 ? "950px" : (((document.compatMode &&
document.compatMode=='CSS1Compat') ?
document.documentElement.clientWidth :
document.body.clientWidth) < 790 ? "780px" : "99%"));
}
a:link {
	color: #01267E;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #F9F6E5;
}
.style6 {
	color: #01267E;
	font-weight: bold;
	font-size: 14px;
}
.style7 {
	color: #999999;
	font-style: italic;
}
.style10 {
	color: #666666;
	font-size: 11px;
}


/*START top navigation css */
.chromestyle{
width: 100%;
font-size: 90%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
color: #01267E;
width: 100%;
background: url(http://www.issdc.com/chrometheme/chrome-issdc.gif) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
padding: 6px 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #01267E;
padding: 6px 7px 7px;
margin: 0; 
width: 100%;
text-decoration: none;

 /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
color: #000000;
background: url(http://www.issdc.com/chrometheme/chromeb-issdc-over.gif) center center repeat-x; 
/*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 90%;
line-height: 16px;
z-index:100;
background-color: #e5e9f2;
width: 125px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
text-align: left;
border-bottom: 1px solid #c7cfd2; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: ;
color: #01267E;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #9cc3ff;
}

/*END top navigation css */


