/* =Common-Page-Styles
----------------------------------------------- */

html, body {
  margin: 0;
  padding: 0;
}

body {
	text-align: center;
	min-width: 600px;
}

#banner {
	margin:0 auto;
	width:600px;
	text-align: left;
}

span.left {
position: relative;
left: 0;
}

#login {
    width: 400px;
    border: 0px solid #666666;
    text-align: center;
    position: absolute;
    top: 250;
    left: 50%;
    margin-left: -200px;
}

#button {
    width: 10px;
	border: 2px solid #3399cc;
    text-align: center;
    position: relative;
    top: -200;
    padding: 4px;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
     z-index: 2; 
}

#cardOrder {
    width: 600px;
    border: 0px solid #666666;
    text-align: center;
    position: absolute;
    top: 250;
    left: 50%;
    margin-left: -260px;
}

#openEnrollment {
    width: 900px;
    border: 0px solid #666666;
    text-align: center;
    position: absolute;
    top: 250;
    left: 50%;
    margin-left: -470px;
}

#OCReports {
    width: 400px;
    border: 0px solid #666666;
    text-align: center;
    position: absolute;
    top: 550;
    left: 50%;
    margin-left: -210px;
    margin-top: 50px;
}

#RMOCReports {
    width: 200px;
    border: 0px solid #666666;
    text-align: center;
    position: absolute;
    top: 500;
    left: 50%;
    margin-left: -110px;
    margin-top: 20px;
}

#NLRepMenu {
    width: 500px;
    border: 0px solid #666666;
    text-align: center;
    position: absolute;
    top: 500;
    left: 50%;
    margin-left: -270px;
    margin-top: 20px;
}

#NLAdminMenu {
    width: 600px;
    border: 0px solid #666666;
    text-align: center;
    position: absolute;
    top: 500;
    left: 50%;
    margin-left: -370px;
    margin-top: 20px;
}


#OCCard {
    border: 1px solid #666666;
    text-align: left;
    position: absolute;
    top: 25;
}
