@charset "utf-8";
/* CSS Document */
html{
	height: 100%;
	}

body {
	font: normal 13px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana;
	color: #2a2d2e;
	height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.bodyBackground{
	background: #999 url(images/diagonalLines.gif) repeat;
	float: left;
	_height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}

h1,h2,h3,h4,h5,h6{
	color: #000;
	font-weight: bold;
	line-height: normal;
	}

p {
	font: normal 13px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana;

}

.frame{
	background: #FFF;
	border: 4px #003366 solid;
	margin: 0px auto;
	width: 760px;
	}
	
#header{
	background: #FFF url(images/Aero_header.jpg) left top no-repeat;
	clear: both;
	height: 82px;
	width: 760px;
	}
	
#content{
	background: #FFF;
	clear: both;
	float: left;
	width: 760px;
	}
	
.content_narrow{
	background: #EEEEEF;
	float: right;
	padding: 10px;
	width: 160px;
	}
	
.content_wide{
	background: #FFF;
	float: left;
	padding: 10px;
	width: 550px;
	}
	
#privacy_policy{
	clear: both;
	text-align: center;
	width: 760px;
	margin: 10px 0px;
	font: bold 0.83em Lucida Sans Unicode,Lucida Grande,sans-serif,Verdana;
	}
	
#footer{
	 float: left;
	 padding: 10px 0px;
	 text-align: center;
	 width: 100%;
	}
	
#footer a{
	font: bold 0.83em Lucida Sans Unicode,Lucida Grande,sans-serif,Verdana;
	}

/*==================DNN Styles====================*/
.Head{ 	font: normal 16px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana; color: #800000; }
.SubHead{ font: bolder small-caps normal 15px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana; color: #29537C; }
.SubSubHead{ font: normal  14px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana; color: #000000; font-weight: bold; }
.Normal{ 	font: normal 13px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana; }
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{	color:blue; text-decoration:none; }
A.CommandButton:hover{ color:red; text-decoration:underline;}
TH,TD,DIV{ font: normal 13px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana; }
A,A:link,A:visited,A:active{ color:blue; text-decoration:none; }
A:hover{ color:red; text-decoration:underline; }
.user,a.user:link,a.user:active,a.user:visited,.user{ color:#FFFFFF; text-decoration:none; font-weight:bold; font-size: 13px; }
a.user:hover{ color:#1f9394; text-decoration:none; font-weight:bold; font-size: 13px; }
.footer,a.footer:link,a.footer:active,a.footer:visited{	font-size:9px; color:#ffffff; text-decoration:none; font-weight:bold;}
a.footer:hover{font-size:9px;color:#1f9394; text-decoration:none; font-weight:bold;}
.links,a.links:link,a.links:visited{ font-size: 13px; color:#2D2D2D; text-decoration:none; font-weight:normal;}
a.links:active{	font-size: 13px;  color:#162B66; text-decoration:none; font-weight:normal;}
a.links:hover{font-size: 13px; color:#1f9394; text-decoration:none; font-weight:normal;}

a.user,a.user:link,a.user:visited,a.user:active{ color:black; text-decoration:none; font-weight: bold; font-size: 13px; }
a.user:hover{ color:#f58220; text-decoration:underline; font-weight:bold; font-size: 13px; }

/* ================================
    CSS STYLES FOR Inventua Side Menu
   ================================
*/   


.MenuHdr  {
	font: normal 12px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana; 
	color: #2a2d2e;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 4px;
}

.MenuItem HR {
color: white;

}

.MenuItemMouseOver {
	color: #2a2d2e;
	font: bold 12px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana; 
	padding-bottom: 7px;	
	padding-right: 3px;
	text-decoration: underline;
}

.MenuItem  {
	color: #2a2d2e;
	font: bold 12px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana; 
	padding-bottom: 7px;
	padding-right: 3px;
	text-decoration: underline;
}

a.MenuHdr:link, a.MenuHdr:visited {
	color: #2a2d2e;
	font: bold 12px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana;
	text-decoration: none;
	padding-bottom: 2px;
	padding-left: 4px;
	cursor: pointer;
}

a.MenuHdr:active, a.MenuHdr:hover {
	font: bold 12px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana;
	color: white;
	padding-bottom: 2px;
	padding-left: 4px;
	text-decoration: none;
}

A.MenuItem:Link, .MenuItem:Link, .MenuItem A:Link, A.MenuItem:Visited, .MenuItem:Visited, .MenuItem A:Visited {
	color: #2a2d2e;
	font: bold 12px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana;
	padding-bottom: 7px;
	padding-right: 3px;
	text-decoration: none;
	cursor: pointer;
}

A.MenuItemMouseOver:Active, .MenuItemMouseOver A :Active, .MenuItemMouseOver: Active, A.MenuItemMouseOver:Hover, .MenuItemMouseOver A :Hover, .MenuItemMouseOver: Hover {
	color: #2a2d2e;
	font: bold 12px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana;
	padding-bottom: 7px;
	padding-right: 3px;
	text-decoration: underline;
	cursor: pointer;
}

A.MenuItem:Active, .MenuItem:Active, .MenuItem A:Active,  A.MenuItem:Hover, .MenuItem:Hover, .MenuItem A:Hover  {
	color: #2a2d2e;
	font: bold 12px Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana;
	padding-bottom: 7px;
	padding-right: 3px;
	text-decoration: underline;
	cursor: pointer;
}


