@media all { 
	   
}
@media print {   
	.PageBreak { display:block; page-break-before:always; }
	.NonPrinting { display:none }  
}
@media screen {
	.NonPrinting { display:inherit }
	.PageBreak { display:none }
}

html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
	scrollbar-arrow-color:white;
	scrollbar-base-color:#99BBDD;
}
div {
	position: absolute;
	overflow: hidden;
	z-index: 6;
	margin: 0px;
	padding: 0px;
	visibility: visible;
	scrollbar-arrow-color:white;
	scrollbar-base-color:#6bb1de;
	left: 0px;
	top: 0px;
}
.MainPage {
	border: 2px outset #000000;
	background-color:#FFFFFF;
	height: 460px;
	width: 650px;
	left: 0px;
	top: 0px;
}
.MainBody {
	background-color: #333399;
}
.BigText {
    font-family:Arial; font-size: 16px; color:#333333; font-weight:bold; text-align:center
}
.NormalText { font-family:Arial; font-size: 14px; color:#333333 }
.ContentBox {
	z-index: 4;
	height: 460px;
	width: 650px;
	left: 0px;
	top: 0px;
}
.AppForm {
    position:relative; overflow:visible;
   width:760px; height:1052px; top:4px; left:4px; z-index:2;    /*height 1052*/
   border-style:solid; border-width: 1px; background-color:#FFFFFF;
   font-family:Verdana, Arial, sans-serif; font-size:12px;
   font-weight:normal; color:#122D2B; text-align:left }
.AppFormShadow {
   width:760px; height:1012px; top:9px; left:9px; z-index:1;
   background-color:#333333 }
.ProfForm {
    position:relative; overflow:visible; margin: auto;
   width:610px; height:1270px; top:4px; left:4px; z-index:2;
   border-style:solid; border-width: 1px; background-color:#FFFFFF;
   font-family:Verdana, Arial, sans-serif; font-size:12px;
   font-weight:normal; color:#122D2B; }
.ProfFormShadow {
   position:relative; margin:auto; width:610px; height:1105px; top:9px; left:9px; z-index:1;
   background-color:#333333 }
.AppLogin {
    width: 488px; height: 403px; left: 4px; top: 10px; z-index:2; 
    border-right: 1px solid; border-top: 1px solid; border-left: 1px solid; border-bottom: 1px solid; background-image:url(../Images/BGGradient1a.jpg)
}
.AppLoginShadow {
   width:488px; height:403px; top:16px; left:10px; z-index:1;
   background-color:#333333 }
.FormLabel {font-family:Verdana, Arial, sans-serif; font-size:13px; font-weight:normal; text-align:left }
.FormControl {font-family:Verdana, Arial, sans-serif; font-size:12px; font-weight:normal }
.SubmitRes {font-family:Verdana, Arial, sans-serif; font-size:12px; color:#122D2B }
.ContentText {
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#122D2B;
}
.ContentSmall {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#122D2B;
}
.ContentSmall2 {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#122D2B;
}
.FlashUpdate {
	z-index: 8;
	height: 460px;
	width: 650px;
	background-color: #FFFFFF;
}
.VideoBox {
	z-index: 11;
	height: 322px;
	width: 552px;
	left: 48px;
	top: 76px;
	border: thin ridge #333333;
	background-color: #CCCCCC;
	overflow: hidden;
}
.VideoFormBox {
	z-index: 10;
	height: 280px;
	width: 250px;
	left: 10px;
	top: 25px;
}
.SkillTextBox 
{ z-index: 10; }
    
.NoScript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	top: 22px;
}

