#MainBodyStyle{
    position: 		absolute;

    top:		0;
    left: 		0;
    right: 		0;
    margin: 		auto;

    width:		1205px;
    height:		1050px;
}

#BannerStyle{
    position: 	absolute;
    left: 	0px;
    top: 	0px;
    width:	237px;
    height:	320px;
    border: 	3px solid #555;
}

#RightArrowStyle{
    position: 	absolute;
    left: 	270px;
    top: 	127px;
    width:	66px;
    height:	66px;
    opacity: 0.0;
}

#RightArrowStyle:hover{
    position: 	absolute;
    left: 	270px;
    top: 	127px;
    width:	66px;
    height:	66px;
    opacity: 1.0;
    mix-blend-mode: multiply;
}

#LeftArrowStyle{
    position: 	absolute;
    left: 	1107px;
    top: 	127px;
    width:	66px;
    height:	66px;
    opacity: 0.0;
}

#LeftArrowStyle:hover{
    position: 	absolute;
    left: 	1107px;
    top: 	127px;
    width:	66px;
    height:	66px;
    opacity: 1.0;
    mix-blend-mode: multiply;
}

#WelcomeStyle{
    position: 	absolute;
    left: 	240px;
    top: 	0px;
    width:	960px;
    height:	320px;
    border: 	3px solid #555;
}

#LogoStyle{
    position: 	absolute;
    left: 	519px; 
    top: 	80px;
    width:	402px;
    height:	161px;
    background: url(../Images/Logo.png) no-repeat; 
    mix-blend-mode: multiply;   
}

#NewLogoStyle{
    position: 	absolute;
    left: 	519px; 
    top: 	80px;
    width:	402px;
    height:	161px;
    background: url(../Images/NewLogo.png) no-repeat;    
}

#Menu{	
    position:	absolute;
    left: 		0px;
    width:		237px;
    top: 		323px;
    height:		610px;
    border: 	3px solid #555;
    background-image: url(../Images/LeftBackground.jpg);
}

#MenuInlet{	
    position: 	relative;
    left: 		0px;
    top: 		20px;
    height:		500px;
    align:		center;
}

.centerStyle{
    position: 	absolute;
    left: 		240px;
    top: 		323px;
    width:		940px;
    height:		580px;
    border:		3px solid #555;    
    font-size: 	21px;
    padding: 	10px;
    text-align: 	justify;	
    visibility: 	hidden;
    background-image: url(../Images/LeftBackground.jpg);
}

.Link {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}

.LinkStyle:hover {
    color: #00FF00;
    background-color: #FFCC00;
    height: 20px;
    width: 50px;
}

.styleDegree{
    font-size: 	27px;
    color: 		#00FFFF;
    font-weight: 	bold;
}

#BottomStyle{
    position: 	absolute;
    left: 	0px;
    top: 	924px;
    height:	120px;
    width:	1200px;
    border: 	3px solid #555;
    background-image: url(../Images/LeftBackground.jpg);
}

.bottomFont{
    font-size:		.45cm;
    color: 		#0000FF;
    font-weight: 	bold;
    text-align: 	center;
}

