/*********************************************************************************/
/**********************            Menu Nav              *************************/
/*********************************************************************************/
.droplinebar{
overflow: hidden;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
font: bold 13px Arial;
background: #242c54 url(bluedefault.gif) center center repeat-x; /*default background of menu bar*/
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
}

.droplinebar ul li a:visited{
color: white;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: white;
background: transparent url(blueactive.gif) center center repeat-x;
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #303c76; /*sub menu background color */
visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
font: normal 13px Verdana;
padding: 6px;
padding-right: 8px;
margin: 0;
border-bottom: 1px solid navy;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #242c54;
}


/*********************************************************************************/
/**********************               Body               *************************/
/*********************************************************************************/
body {
	font-family: "Times New Roman", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

td {
	font-family: "Times New Roman", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
}

th {
	font-family: "Times New Roman", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
}

.small {
	font-family: "Times New Roman", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
}

.medium {
	font-family: "Times New Roman", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	color: #00356A;
	weight: bold;
}

.big {
	font-family: "Times New Roman", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 22px;
	color: #00356A;
	weight: bold;
}
	h1 {
		font-family: "Times New Roman", Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 22px;
	    text-align: center;
		color: #00356A;
		}
}
.note {
	font-family: "Times New Roman", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	color: #00356A;
	font-style: italic;
}
.alert {
	font-family: "Times New Roman", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-style: italic;
	weight: bold;
}
.expanded {
	font-family: "Times New Roman", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: "Times New Roman", Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

a:link {
	color: #00356A;
	text-decoration: none;
}

a:visited {
  color: #666666;
	text-decoration: none;
}

a:hover {
	color: #00356A;
	text-decoration: underline;
}

a:active {
	color: #666666;
}

div#rpts a span {display: none; text-decoration:none;}
div#rpts a:hover span {display: block;
	position: absolute; top: 180px; left: 350px; width: 600px;
	padding: 50px; margin: 10px; z-index: 100;
	color: black; text-decoration:none;
	font: 14px Verdana, sans-serif;
	border-style:dashed;
	border-width:2px;
	 /*
   position: absolute; top: 180px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;
   
	float:left;
   */
   }

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	list-style-image: url(img/keybullet.gif);
/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: square;
	list-style-position: outside;
	position: relative;
	padding-left: 5px;
	top: -5px;
 */
}
/*
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	text-indent: -10pt;
} */
#inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: square;
	list-style-position: inside;
	list-style-image: url(img/keybullet.gif);
	position: relative;
	padding-left: 5px;
	display: inline;
	text-indent: 3px;
	padding-bottom: -10px;
}
ul li{
	list-style-image: url(img/keybullet.gif);
/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: square;
	list-style-position: outside;
	position: relative;
	padding-left: 15px;
*/
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: decimal;
	list-style-position: outside;
	position: relative;
	padding-left: 20px
}
ol li ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: lower-alpha;
	list-style-position: outside;
	position: relative;
	padding-left: 20px
}