body {
	margin:0 0 0 0;
}

body, p, div, table, tr, td, ul, ol, li {
	font-family:Verdana;
	font-size:11px;
}

h1 {
	font-family:Verdana;
	font-size:13pt;
	font-weight:bold;
	border-bottom:1pt solid #000000;
}

img.blackborder {
	border-color:#000000;}

.FieldStatus {
	color: red;
}

.sidebar-caption {
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	background-color:#000080;
	color:#ffffff;
}
.sidebar {
	font-family:Verdana;
	font-size:8pt;
	background-color:#f5f5dc;
	color:#000000;
}


.pghead {
	font-family:Verdana;
	font-size:22px;
	font-weight:bold;
	color:#006699;
	}

a {
	color: #990000;
	text-decoration:none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration : underline;
}

a.black	{
	color: #000000;}


.head-white	 {color:#FFFFFF;}

.coll-head	{
	font-family:Helvetica,Arial;
	color:#000000;
	font-weight:bold;
	font-size: 12px;
	background-image:URL("coll_bg.gif");
	text-align:center;
	padding-top:1px;
	padding-bottom:1px;
	text-transform:uppercase;
	vertical-align:middle;

}

.bm_header{

width:50%;
margin-left:400px;
}

.download_img{
position:absolute;
top:50px;

}


li.red-border {border-top:1px solid #990000; border-bottom:1px solid #990000;}

/*FLYOUT MENU STYLES */
/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */
 
 /* Styles for the Sidebar Subjects (not the actual flown-out menu) */



#leftcolumn #nav ul, #leftcolumn #nav li{

padding:0px;
margin:0px;
}

#leftcolumn ul#nav.dropdown li{

}


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
}

ul.dropdown {
z-index: 597;
float: left;
margin:0;
padding:0;
}

ul.dropdown li a{
color:#990000;
background: url(arrow.gif) no-repeat 186px center;
font-weight:bold;

}

ul.dropdown li {
background: #EFEFEF;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	padding: 1px 0px 1px 3px;
	font-size:12px;
width:156px;
margin-bottom:10px;
border-top:1px solid #990000;
border-bottom:1px solid #990000;
}

ul.dropdown li .last {
border:none;
}

ul.dropdown li a{
display:block;/*allows for whole link to be a full block*/
text-decoration:none;
font-family:Arial, sans-serif;
font-size:1em;
color:#990000;

}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
background: #990000;/*main hover color*/
color:#ffffff !important;

}

ul.dropdown li:hover a{
color:#ffffff;/*changes the hover color for the first level*/
font-family:Arial, sans-serif;

}



 /* END Styles for the Sidebar Subjects (not the actual flown-out menu) */
 
  /* Styles for the flyout */

ul.dropdown li ul {
 visibility: hidden;
 position: absolute;
 top: -1px;
 left: 158px;
padding:0;
margin:0;
 z-index: 598;
 width: 188px;
background-color:#EFEFEF;
padding-right: 2px;
padding-bottom: 0px;
border:1px solid #990000;
border-top:0px solid #990000;
}

ul.dropdown ul li {
float: none;
background:none;
border:none;
padding:0;
margin:0;
width:156px;/*effects the width of the first flyout and hover for it*/

}

ul.dropdown li ul li a{
color:#990000 !important;
background: #EFEFEF;
text-decoration:none;
font-weight:normal;
width:182px;
padding:2px 4px;
margin:0px;
display:block;
font-size:0.9em;
border-top:1px solid #990000;
}

#arrow a{
color:#FFF;
background: #265730 url(arrow.gif) no-repeat 178px center;/**/
text-decoration:none;
font-weight:normal;
width:182px;
padding:2px 4px;
margin:0px;
display:block;
}

#arrow a.hover, #arrow a:hover{
background-color:#990000 !important; /*first flyout with arrows*/
color: #FFF;
padding:2px 4px;
margin:0px;
width:182px;
display:block;
}

ul.dropdown li ul li a.last {
border:none;
}

ul.dropdown li ul li a:hover, ul.dropdown li ul li:hover a, ul.dropdown li ul li:focus, ul.dropdown li ul li a:focus, #arrow a.hover{
background-color:#990000;
color: #FFFFFF !important;
padding:2px 4px;
margin:0px;
width:182px;
display:block;

}


/* Styles for the flyout's flyouts */


ul#nav.dropdown li ul li ul{
left:190px;
margin:0;
padding:0;
background-color:#224388;
padding-right: 2px;
padding-bottom: 2px;

}

ul#nav.dropdown li ul li ul li a{
background: #265730;
color:#FFF! important;

}

ul#nav.dropdown li ul li ul {margin-top:-1px;}
ul#nav.dropdown li ul li ul li a:hover {width: 182px; background-color: #386b42!important; color: #FFF !important;}





ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown-vertical {
 width: 156px;
}

ul.dropdown-vertical ul {
 top: 0px;
 left: 100%;
}

ul.dropdown-vertical li {
 float: none;
}
  /* END Styles for the flyout */
/* END FLYOUT MENU STYLES */

