body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.topsection {
	height: 530px;
}
.submenu_pic {
	height: 140px;
}
.submenu_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 211px;
	padding-left: 20px;
	font-weight:300;
}
.submenu_top a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	text-decoration: none;
	font-weight: bold;
}
.submenu_top a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B2B7A;
	text-decoration: none;
}
.note_background {
	height: 351px;
	background-image:url(images/notebox.jpg);
	background-repeat:repeat-y;
}
#notes {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
width: 110px;
margin-left:35px;
margin-top: 80px;
color:#072B7A;
text-align: right;
}
h1 {
	color: #072B7A;
	font-size: 1.1em;
}
ul {
	margin-top: -12px;
}
.main-top {
	height: 330px;
	padding-right: 70px;
	line-height: 15px;
}
.main-bottom {
	padding-right: 25px;
}
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #F8F8F8;
width: 100px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid navy;
font: normal 11px Arial, Helvetica, Verdana;
line-height: 14px;
z-index:100;
visibility: hidden;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0B2B7A;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: underline;
}
p {
	padding-left: 2px;

}
