body {
	margin: 0;
	padding: 0;
/*	border: none #333399 3px; */
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: small;
	background-color: #102e4d;

	}
H4 {
	color: #036;
	font: bold 14px Tahoma, Arial, Helvetica;
}	
#frame {
	background: #547CA8;
/*	border: 3px solid black;	*/
	color: #333;
}

#header {
/*	border: 1px solid black; */ 
	background: #102e4d;
	border-bottom: 1px solid black;
	width: 100%;
}

#status {
	background: white;
/*	border: 1px solid black; */ 
	min-height: 1.25em;
	margin: 0;
	padding: .25em;
}

#date {
/*	background: #993333 no-repeat;*/
	float: left;
	width: 20%;
}
#search
{
    float:right;
    margin-top: 40px;
    margin-right: 10px;
}
#breadCrumb {
/*	background: #993333 no-repeat;*/
	float: left;
	text-align: center;
	width: 50%;
}

#user {
/*	background: #993333 no-repeat;*/
	float: left;
	width: 15%;
	text-align: right;
}
#user a {
/*	background: #993333 no-repeat;*/
	color: #C76300;
	font-size: 1em;
}

#login {
/*	background: #993333 no-repeat;*/
	float: right;
	width: 5%;
	text-align: right;
}
#login a {
/*	background: #993333 no-repeat;*/
	color: #C76300;
	font-size: 1em;
}

 #columnLeft
{
float: left;
width: 180px;
height: 2000px;
margin: 0;
padding: 1em;
background: #0B2036;
color: white;
overflow: inline;
}

/*#columnRight
{
float: right;
width: 180px;
height: 1200px;
margin: 0;
padding: 1em;
background: #0B2036;
color: white;
}
*/
#columnMain
{
background-color: #fff;
border: 2px outset #687D95;
margin-left: 240px;
margin-right: 10px;
margin-top: 0px;
padding: 1em;
text-align: left;
background-image: url(/portals/6/bg.gif);
background-repeat: no-repeat;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-weight: bold;
}
#columnMain a{
color: #0B2036;
}

#footer {
	clear: both;
	margin: 0;
	padding-top: .25em;
	color: #333;
	background-color: #F8F8EC;
	border-top: 1px solid gray;
	text-align: center;
}
#footer a {
/*	background: #993333 no-repeat;*/
	color: #C76300;
	font-size: 1em;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/

#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	background-color: #8B0000; 
/*	border: solid 1px #300; */
	height: 50px;
	_height: 50px;
	line-height: 12px;
	width: 100%; 
}

#houseMenuH li { /* all list items */
	width: 200px;
	height: 30px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 30px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li { /* all items under the top level */
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #eee;
	background-color: transparent;
	padding: 15px;
	width: auto;
	height: auto;
	text-align: left;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	padding: 10px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li a:hover {
	padding: 10px;
	color: #fff;
	background-color: #610000; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 20px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li a:hover {
	color: #610000;
	background-color: #fff; 
	width: 160px;
	padding: 10px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 20px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li ul { /* second-level lists */
	width: 200px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 20px;
	background-color: #610000;
	height: auto;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 180px;
	line-height: 12px;
	background-color: #610000;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px;
	color: #fff; 
	background-color: #333366; 
	text-decoration: none;
}
#dnn_dnnBREADCRUMB_lblBreadCrumb a{
color: #9697DC;
}
#dnn_ctr_Login_cmdPassword a{
font-size: 10px;
}
#dnn_ctr_Login_tdPassword a{
font-size: 10px;
color: #003366;
}
.addthis{
font-size: 6px;
}
#dnn_ctr_ManageUsers_pnlRegister a{
color: #006633;
}




