BODY  
	{
	background: white;
	background-image: url('../Graphics/keys2.jpg');
	font-family: Tahoma, Arial 
	}

.BodyNoBackground
	{
	background: white;
	font-family: Arial 
	}

.head0 {
    position: relative;
    top: 10px;
    margin: auto;
    border: 1px solid #0099FF;
    background: white;
    border-radius: 15px;
    display: table;
    padding: 10px;
}

.head1 
	{font: 38pt "tahoma"; 
	font-weight: bold; 
	font-style: italic; 
	color: black
	}

.head2 
	{font: 17pt "tahoma"; 
	font-weight: bold; 
	font-style: italic; 
	color: #0099FF;
	}

.regfont
	{font: 10pt "arial";
	color: black
	}

.regfontbold
	{font: 10pt "arial";
	color: black;
	font-weight:bold
	} 

.boldfont
	{font: 10pt "arial"; 
	font-weight: bold
	}

.bigbluefont {
    font: 12pt "arial";
    font-weight: bold;
    color: #0099FF
}

.bluefont
	{font: 10pt "arial"; 
	font-weight: bold; 
	color: #0099FF
	}

A
	{font: 10pt "arial"; 
	font-weight: bold; 
	color : #0099FF; 
	text-decoration : none
	}

.bigAnchor {
    font: 12pt "arial";
    font-weight: bold;
    color: #0099FF;
    text-decoration: none
}
	
A:hover
	{background: Yellow}		

A.menu
	{font: 10pt "arial"; 
	font-weight: bold; 
	color: white; 
	text-decoration: none;
	} 
		
A.menu:hover
	{background:  #0099FF}			

.BlueTableNoBorder 
	{
	background :  #0099FF;
	width: 100%; 
	position: absolute;
	text-align: center;
	border: 0;
    top: 0;
    left: 0;
	}

.color1 {
    display: inline-block;
    line-height: 25px;
    color: yellow;
    background: #0099FF
}

.color2 {
    display: inline-block;
    line-height: 25px;
    color: white;
}

.landingDivBackground {
    margin: auto;
    background-image: url(../Graphics/code.png);
    opacity: 0.9;
    z-index: -1;
    top: 0;
    border-radius: 15px;
    padding: 75px;
}

.landingTbl {
    margin: auto;
    background-color: white;
    border-radius: 15px;
    padding: 5px;
    border: 1px solid #0099FF;
}

.iconFooter {
    table-layout: fixed;
    position: static;
    bottom: 0;
    width: 99%;
    margin: 0;
}

.div50FloatLeft {
    
    float: left; 
    width: 50%;
}

.div50FloatRight {
    
    float: right; 
    width:50%;
}

.floatLeftNowrap {
    float:left;
    white-space: nowrap;
}

.floatRightNowrap {
    float: right;
    white-space: nowrap;
}
.certImgSize {
    height: 272px;
    width: 387px;
    padding: 12px;
    border: 1px solid black;
    background: black;
}

.certImgSize2 {
    height: 272px;
    width: 204px;
    padding: 12px;
    border: 1px solid black;
    background: black;
}

.smallCenteredText {
    font-size: small;
    font-weight: bold;
    text-align: center;
    margin: auto;
}

.centerBoldText {
    text-align: center;
    font-weight: bold;
}

.resumeDiv {
    padding: 10px;
    font-family: Arial;
    font-size: small;
    background: white;
    width: 95%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    border-radius: 15px;
    border: 1px solid #0099FF;
}

.alignCenter {
    margin: auto;
}

.textAlignCenter {
    text-align: center;
}

.textAlignRight {
    text-align: right;
}

.certSpacer {
    width: 70px;
}

.width50 {
    width: 50%;
}

.width100 {
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
}

.width33TextCenter {
    width: 33%;
    text-align:center;
}

.verticleAlignMiddle {
    vertical-align: middle;
}

.whiteDiv80 {
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    width: 80%;
    border: 1px solid #0099FF;
}

.width100BorderCollapse {
    border-collapse: collapse;
    width:100%;
}

.modalPopup {
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border: 1px solid black;
    background-color: white;
    overflow: auto;
    width: auto;
    height: auto;
    z-index: 99 !important;
    padding: 12px;
    border: 1px solid black;
    background: black;
    box-shadow: 0 0 10px black;
}

.imgframe {
    padding: 1px;
    border: 1px solid #0099FF;
    background: #0099FF;
    border-radius: 15px;
}

.whiteDivBlackBorder {
    background-color: white;
    border: 1px solid black;
}