body {
    font-family: Verdana, sans, sans-serif;
    font-size: Normal;
    background: url('/media/img/bkgrnd_dots.jpg') repeat;
    margin: 0px;
    padding: 0px;
}

h3, h2, h1 {
    color: #25567b;
}


#middle-container {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    background-color: #fff;
    padding: 0px;
}

#container .content {
    color: #000;
    font-size: small;
    background-color: #fff;
    padding: 15px;
}

#container .content img {
    border: 1px solid black;
    border-bottom: 3px solid black;
}

#container .content a {
    text-decoration: none;
    color: #25567b;
    font-weight: bold;
    border-bottom: 1px dotted #000;
}

#container .box-left {
    float: left;
    border-right: 1px dashed #0b61a4;
    width: 350px;
}

#container .box-right {
    float: right;
    width: 380px;
    margin-left: 15px;
}

#container .box-clear {
    clear: both;
}

#header {
    color: #fff;
    font-weight: bold;
    background-color: #033e6b;
    height: 100px;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 15px solid #000;
}

#header .navigation {
    float: right;
    margin-top: 35px;
    margin-right: 35px;
}

#header .main-navigation {
    text-align: center;
    font-size: large;
}

#header .navigation a {
    text-decoration: none;
    color: #66a3d2;
}

#header .navigation a:hover {
    text-decoration: none;
    color: #3f92d2;
}

#header .sub-navigation {
    text-align: center;
    font-size: x-small;
    margin-top: 15px;
}

#header .center {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
}

#header .logo {
    float: left;
}

.header_bg_gradient {
    background: url('/media/img/header_bg_gradient.jpg');
    height: 17px;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    clear:both;
}

#footer {
    color: #333;
    text-align: left;
    font-size: small;
    font-family: monospace;
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}

#footer a {
    color: black;
}

/* form objects */
.app_group_container {
    background-color: #f1f1f1;
    font-size: small;
}

.app_group_container_submit {
    background-color: #f1f1f1;
    font-size: small;
}

.app_group_container_submit td, th {
    padding: 5px;
    border-left: 5px white solid;
    text-align: left;
}



