﻿body { background-color:#FFFFFF;
	text-align: right;
}
ul   { margin:0px; padding:0px;}
/*div  { margin:0px; padding:0px; border: 1px black solid;}*/
div  { margin:0px; padding:0px;}

body                  {background-color: white;}
#Wrapper {width:100%; margin:0px auto;}

#Banner              { width: 100%; background-color: #77DAEF; overflow:hidden;}
#BannerLogo          { float: left;}
#BannerDescription   { float: right; }
#BannerDescription p { color: white; font-size:18px; margin:0px 10px;  text-align:right; }

#Menu                { float: left; width : 79%; clear: both; height: 40px; background-color: rgb(25, 79, 78);
                       border-bottom:3px #cccccc solid;   font-weight:bold;}
#Menu ul li a        { border-right: 2px solid #CCCCCC;}
#Menu a:link         { color: white;}
#Menu a:visited      { color: white;}
#Menu a:active       { color: white;}
#Menu a:hover        { color: black; background-color: rgb(238,251,253);}
#Menu a:focus        { color: aqua;}
#Menu ul li          { display:inline;  }	
#Menu ul li a        { float: left; padding: 10px 20px;}

#Details             { float: right; clear: right; width: 20%; height: 670px; background-color: rgb(185,237,248);}
#Details p           { background-color: rgb(24,158,156); color: white; text-align:center; padding: 20px 0 50 0px; 
                       margin:0px;  font-weight:bolder;}
#Details ul          { list-style: none inside none; padding-left: 8px; padding-top: 40px;}
#Details ul li a     { color: rgb(25, 79, 78); }

#Intro               { width: 79%; float: left; clear: left; overflow: hidden; padding-top: 30px;}
#Intro img           { float: left;  padding: 40px; }
#Intro p             { font-size:32px; color: rgb(25, 79, 78); padding: 70px 20px 120px 35px;
                       background-color: rgb(238,251,253);}

#Register            { width: 79%; overflow: hidden;  clear:left;}
#Register img        { float: left; width:auto; padding: 10px  0px  25px  125px;}   
#RegisterButton      { float: left; text-align: left; padding: 49px 0 0 0;}
#RegisterButton a    { border-top : 2px solid  rgb(238,251,253); border-bottom: 2px solid rgb(25, 79, 78);
                       font-weight: bold; background: rgb(238,251,253); color: rgb(25, 79, 78);
                       text-decoration: none;}
#RegisterP1           {padding-top: 44px;}
#RegisterP2          { clear: both; background-color: rgb(238,251,253);}

#Footer              { clear:both; width: 100%; height: 50px; overflow: auto; background-color: rgb(25, 79, 78)}
#Footer p            { font-size:14px;  color:white; text-align:center;}
