/* CSS Document */
html{
	height: 100%;
}
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EDF2FC;
}
strong {
	color: #323584;
	font-weight: bold;
}
h1{
	color: #323584;
	font-size: 18px;
}

#dropmenudiv{
position:absolute;
border:1px solid #7499DE;
border-top:0px;
border-bottom-width: 0;
font:normal 11px Times New Roamn;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
color:black;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #638CDA;
padding: 1px 0;
text-decoration: none;
font-weight:;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #9CB7E7;
}