/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.header {
background: url(../images/bg-header.jpg) top repeat-x;
height: 72px;
}

.headerimage {
float: left;
margin-right: 15px;
}

.headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 35px;
	padding-top:15px;
}

.headerusername {
	font-family: Arial , serif;
	color: #FFFFFF;
	font-size: 15px;
	float:right;
	padding-top:15px;
	 padding-right:20px;
}

.navbar {
border-top: 1px solid #cec8c8;
border-bottom: 1px solid #cec8c8;
background: url(../images/nav_bg.jpg) bottom repeat-x;
}

.btnSignOff
{ float:right;}




.menu {
padding: 5px 0px 5px 0px;
}

.menu a {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ba0202;
text-decoration: none;
padding-left: 15px;
padding-right: 15px;
border-right: 1px solid #cabba5;
}


.logout {
position: absolute;
right: 10px;


}




.content {
padding: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #555555;
clear: both;
}



.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #669900;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}

.login {
margin-top: 10px;
width: 230px;
line-height: 30px;
text-align: right;
}



.anylinkcss{
position:absolute;
visibility: hidden;
margin-top: 6px;
border:1px solid #cabba5;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #fef1f1;
width: 250px;
}

.anylinkcss a{
padding: 3px 0px 3px 0px;
width: 100%;
display: block;
border-bottom: 1px solid #cabba5;
border-right: 0px;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #b20606;
color: white;
}



