.AdminBody {
	background-image: url(images/Draft_2_Admin_r4_c2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.NormalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}
.welcomeSquare {
	background-image: url(/images/Draft_2_r4_c7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.NormalSmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#ApplyNow
{
    background-color:White;
    color:Maroon;
    border:solid 2px Maroon;
    position:absolute;
    top:55px;
    left:800px;
    
       
    
}

#ApplyNow a
{
    color:Maroon;
    text-decoration:none;
    padding:7 7;
    font-weight:bold;    
}

#ApplyNow a:hover
{
    background-color:Gray;
    color:White;
    font-weight:bold;
}


