body {
width: 460px;
height: 368px;
margin: 0px 0px 0px 0px;
background-color: #F5F6FA;
font-family: arial;
font-size: 11px;
 color: #363135;
}

a, a:hover, a:active, a:visited {
 color: #6699CC;
 text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#left a, #left a:hover, #left a:active, #left a:visited {
 color: #363135;
 text-decoration: none;
}

#left a:hover {
color: #6697D1;
text-decoration: none;
}

h1 {
 font-size: 26px;
 color: white;
 font-weight: normal;
 font-family: Helvetica, "Lucida Sans", arial;
 margin: 0px;
 padding-left: 10px;
 padding-bottom: 10px;
}

#links {
text-align: center;
}

#links h1 {
 text-align: left;
 font-size: 26px;
 color: #D9D9D9;
 font-weight: normal;
 font-family: "Lucida Sans", arial;
 margin: 0px;
 padding-left: 10px;
 padding-bottom: 1px;
}

#links img {
padding-bottom: 10px;
margin-left: 16px;
margin-right: 6px;
}


b {
color: #7AB800;
}

ul {
 list-style-type: square;
 list-style-position: inside;
 margin-left: 10px;
}

li {
 padding-bottom: 4px;
 color: #7AB800;
}

.text {
width: 210px;
padding-left: 10px;
}

.textC {
font-size: 11px;
width: 220px;
padding-left: 8px;
text-align: justify;
}

.textC b {
color: #363135;
}

/*ID SPECIFIC STYLES*/
#container {
margin-top: -20px;
background: #F5F6FA url('images/pageBg.jpg');
height: 820px;
width: 760px;
position: absolute;
right: 50%;
margin-right: -380px;
}

#header {

/*background: url('images/loginHeader.jpg');*/

/*height: 10px;*/
/*height: 240px;*/
}

#left {
position: absolute;
background: url('images/sample_doc.jpg');
background-repeat: no-repeat;
width: 460px;
height: 404px;
margin-top: 0px;
margin-left: 0px;
padding-top: 25px;
overflow: hidden;
}

.leftText {
margin-left: 10px;
clear: both;
}

#column1 {
width: 500px;
height: 100px;
/*width: 220px;*/
vertical-align: top;
display: inline;
float: left;
}

#column2 {
/*width: 220px;*/
vertical-align: top;
display: inline;
}

#loginBox {
position: absolute;
width: 230px;
height: 212px;
background: white url('images/loginBg.jpg');
left: 500px;
top: 410px;
}

#loginBox input {
font-size: 11px;
width: 90px;
height: 20px;
}

.loginButton {
background-color: #DDFBA2;
color: #7AB800;
border: 1px solid #7AB800;
font-weight: bolder;
margin-top: 3px;
font-size: 11px;
}

#aboutBox {
position: absolute;
width: 230px;
height: 146px;
background: white url('images/aboutMassDocs.jpg');
background-repeat: none;
left: 500px;
}

#links {
position: absolute;
top: 630px;
width: 700px;
left: 30px;
}

#footer {
position: absolute;
top: 750px;
background: white url('images/footerBg.jpg');
background-repeat: repeat-x;
width: 700px;
height: 64px;
left: 30px;
color: white;
text-align: center;
padding: 0px;
font-size: 10px;
}

#footer b {
 color: #8C9B8C;
}

#bottom {
position: absolute;
top: 820px;
background: white url('images/bottom.jpg');
background-repeat: no-repeat;
width: 760px;
height: 30px;
}

