@charset "utf-8";

#heading {
    width: 1024px;
    background-color: #5771ED;
    height: 100px;
    padding-top: 20px;
}
#set-up {
    width: 1024px;
    background-color: #A6E0E7;
    margin-top: -25px;

    margin-bottom: 2.
		5px;
}

body {
    background-color: #96B3D5;
}
#step {
    background-position: 0% 0%;
    width: 150px;
    height: 209px;
    padding: 10px;
    left: auto;
    background-color: #B4E8EA;
}
#side-box {
    width: 200px;
    height: 2350px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #C2EBE9;
    float: left;
    
}


#step1 {
    width: 150px;
    height: 210px;
    background-color: #E4EDDB;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
#Text {
    width: 1000
		px;
    height: 2350px;
    background-color: #85EDB4;
    
    float: right;
}
#container {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #ABC2EB;
}
#nav  {
    width: 1024px;
    height: 60px;
    background-color: #5386E7;
    padding-top: 1px;
}
#intro {
    width: 994px;
    background-color: #D3DDE7;
    position: relative;
    font: normal 0.8em "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding: 15px 15px 10px;
}
#container #heading {
}
.head {
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    clear: none;
    float: none;
    margin-left: 300px;
    margin-top: 20px;
}
.instruct {
    width: 750px;
    height: 240px;
    margin: 10px 5px;
    padding-left: 10px;
    padding-top: 10px;
    color: #1D1515;
    text-align: left;
    font-size: 0.8em;
    border-width: thin;
}
.pic-in-box {
    width: 155px;
    height: 215px;
    padding: 15px;
    background-color: #83B4BA;
    margin-top: 15px;
    margin-left: 7px;
    top: auto;
    bottom: auto;
}
.intro-2 {
    width: 1024px;
}
#block  {
    width: 900px;
    padding-left: 50px;
    padding-top: 25px;
    max-height: 300px;

}
.small-letter {
    font-size: small;
}
#footer {
    background-color: #14E7E7;
    width: 985px;
    padding: 10px 20px 5px;
    max-width: 1024px;
    clear: both;
}

h3 {
    color: #4616DA;
    font: large "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    max-width: 1024px;
    width: 1024px;
}
h2 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
p {
    font: 1em "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

}
a {
    text-decoration: none;
    color: #314AF2;

}
.flt_lft {
    float: left;

}
.flt_rt {
    float: right;

}
#nav ul {
    list-style: none;
    padding-right: 5px;
    padding-left: 5px;
    text-transform: none;
    background-color: #667CDA;
    margin-bottom: 0px;
}
#nav li {
    float: left;
    background-color: #7593C1;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 5px;

}
#nav a {
    background-color: #A5B1C1;
    padding: 5px 20px;
    color: #ECECEC;
    font-size: 0.9em;
}






.center {
    text-align: center;
}
