body {	
	cursor: Default;
	font-family : Trebuchet MS;
	font-size : 8pt;
	font-style : normal;
	color : #333366;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.Frame
{
	text-align: left;
	width: 700px;
	border: solid 1px ThreeDShadow;
	background-color: #F1F3F4;	
}

.FrameContent
{
	background-color: White;
	border: solid 1px ThreeDShadow;
}

.LogInBox
{
	border: solid 0px ThreeDShadow;
}

.Header
{
	background-color: #4F69A2;
	border-bottom: solid 2px black;
}

.Footer
{
	color: White;
	background-color: #4F69A2;
}

.Menu
{
	background-color: #DAE1F0;
	border-bottom: solid 2px black;
	cursor: hand;
}

.MenuItem
{
	width: 65px;	
}

.MenuLink
{
	color: #333366;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.MenuLink:Hover
{
	color: #FFFFFF;
	cursor: hand;
}

.MenuLinkDisabled
{
	color: ThreeDShadow;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.HeaderLabel
{
	font-size: 10pt;
	font-weight: bold;
}


.modalBackground 
{
    background-color:Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}        
.popupControl
{
    background-color:White;
    position: absolute;
    visibility:hidden;

}
.modalPopup 
{
    background-color:White;
    border-width:1px;
    border-style:solid;
    border-color:ThreeDShadow;
    padding:1px;
    width:200px;
    font-family: Trebuchet MS;
}


#information1
{
	width: 310px;
	
}

#information2
{
	width: 310px;
	
}

#contact1
{
	width: 310px;
}

#image_home
{
	top: 150px;
	left: 600px;
	position: absolute;
}

#login 
{
	position: absolute;
	left: 480px;
	top: 160px;
	width: 205px;
	height: 97px;
    z-index: 3;
}

#failed 
{
	color: Red;
	position: absolute;
	left: 480px;
	top: 110px;
	width: 200px;
	height: 10px;
    z-index: 3;
}

#message
{
	left: 23px;
	top: 80px;
	width: 700px;
	height: 55px;
	position: absolute;
	z-index: 4;
}

#info1
{
	left: 23px;
	top: 160px;
	width: 360px;
	height: 100px;
	position: absolute;
	z-index: 4;
}

#info2
{
	left: 23px;
	top: 270px;
	width: 360px;
	height: 100px;
	position: absolute;
	z-index: 4;
}

#info3
{
	left: 23px;
	top: 375px;
	width: 350px;
	height: 100px;
	position: absolute;
	z-index: 4;
}

#contact
{
	left: 480px;
	top: 285px;
	width: 350px;
	height: 100px;
	position: absolute;
	z-index: 5;
}

#top_image
{
	position: absolute;
	left: 14px;
	top: 16px;
	width: 300px;
	height: 60px;
	z-index: 3;
}


