html {height: 100%;}

body {
    margin: 0px auto;
    font-family: 'lucida grande', arial, tahoma, verdana;
    font-size: 12px;
    background-color: #4e74a1;
    height: 100%;
    text-align: left;
    padding-left: 5px;
    line-height: 1.4em;
}

body #wrapper {
    margin: 0px auto; 
    text-align: left; 
    width: 995px;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    font-family:Trebuchet MS;
    font-weight:normal;
}
h3{ font-size:16px; }
img {
    outline: 0;
    border: 0px;
}
p{font-family: 'lucida grande', arial, tahoma, verdana;
    font-size: 13px;
}
a {color: #294b73;}

a, a:visited {
    color: #3D5A7F;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

#header {
    padding: 10px 0px 0px 0px;
    margin: 0px;
    height: 35px;
}

#header img.logo {
    display: inline;
    float: left;
    margin-bottom: 3px;
}

#header .info {
    color: #cedfee;
    vertical-align: center;
    margin-top: 10px;
    color: #cedfee;
}

#header .info a {
    display: inline;
    float: right;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}

#header .info span {
    display: inline;
    float: left;
    color: #cedfee;
    margin-left: 10px;
    font-weight: bolder;
}

#header .info a:hover {
    color: #e7eff6;
}

#alpha-bar {
    height: 10px;
    background-color: #597eaa;
    margin: 0px;
}

#content {
    background-color: #ededed;
    float: left;
    min-height: 85%;
    position: relative;
    width: 1000px;
    padding: 0px;
    margin: 0px auto;
    clear: both;
    display: block;
}

#content .wrapper {
    padding: 10px;
}



form.box {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 10px 0px  10px 0px;
    float: left;width: 550px;
}

form input[type="text"], input[type="password"], textarea {
    border: 1px solid #a2bbce;
    padding: 5px 4px;
    display: block;
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

form input[type="text"]:hover, input[type="password"]:hover {
    border: 1px solid #4E74A1;
}

form textarea:hover {
    border: 1px solid #4E74A1;
}

form div.error {
    color: #b15a5a;
    font-weight: bold;
    margin-bottom: 5px;
}

form label {
    display: inline; float:left; padding: 5px 5px 0px 0px;;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 3px;
}

form p {
    font-size: 11px;
    margin: 3px;
}

form .errorlist {
    list-style: none;
    padding: 0px;
}

form .errorlist li {
    padding-top: 10px;
    padding-bottom: 3px;
    font-weight: bold;
    color: #954B37;
}
.button {
background-color:#6185b0;
color:#fff;
font-size:11px;
font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
text-align:center;
border-color:#d9dfea #0e1f5b #0e1f5b #d9dfea;
border-style:solid;
border-width:1px;
margin: 0px 4px;
padding: 4px 15px 6px

}

ul li {
    margin-bottom: 5px;
}

#footer {
    padding: 15px;
    padding-bottom: 10px;
    background: #6185b0 none repeat scroll 0%;
    height: 22px;
    text-align: center;
    clear: both;
    margin: 0px;
    width: 970px;
}

#footer a {
    margin-right: 25px;
    color: #cedfee;
    font-weight: bold;
}