body {
	text-align: center;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
}

#wrapper {
	width: 725px;
	margin: 0 auto;
	text-align: left;
}

div#bottombanner {
    background: #EDEFF0;
    position: absolute;
    top: 416px;
    border-top: 3px solid #175377;
    border-bottom: 5px solid #175377;
    border-left: 5px solid #175377;
    border-right: 5px solid #175377;
    width: 715px;
    height: 20px; 
}

div#body {
    border-top: 21px solid #175377;
    border-bottom: 5px solid #175377;
    border-left: 5px solid #175377;
    border-right: 5px solid #175377;
    position: absolute;
    top: 5px;
    width: 715px;
    height: 413px; 
}

div#pan {
    list-style-type: none;
    position: absolute;
    top: 26px;
    margin-left: 5px;
    width: 500px;
    height: 345px;
}

div#topbanner {
    list-style-type: none;
    position: absolute;
    margin-left: 12px;
    top: 7px;
    width: 715px;
    height: 19px; 
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}
div#linkbuttons {
    border-top: 0px solid #175377;
    border-bottom: 0px solid #175377;
    border-left: 3px solid #175377;
    border-right: 0px solid #175377;
    position: absolute;
    background: #EDEFF0;
    margin-left: 485px;
    top: 26px;
    width: 232px;
    height: 390px;
}
div#linkbuttons ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
}
div#linkbuttons li {
    list-style-type: none;
    width: 195px;
    margin: 5px;
    margin-left: 10px;
    text-align:left;
}
div#linkbuttons li a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #C3D9E7;
}
div#linkbuttons li a:link {
    color: #000000;
    font-weight: bold;
    background-color: #C3D9E7;
}
div#linkbuttons li a:visited {
    color: #000000;
    font-weight: bold;
    background-color: #C3D9E7;
}
div#linkbuttons li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #175377;
}
div#linkbuttons li a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #175377;
}
div#linkbuttons h1 {
    margin: 0px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0px;
    font-family:  Times, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #00008B;
    line-height: 15px;
    font-weight: bold;
}
div#linkbuttons h2 {
    margin: 0px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0px;
    font-family:  Times, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #00008B;
    line-height: 15px;
    font-weight: bold;
}
h3 {
    margin-top: 4px;
    font-family:  Times, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #00008B;
    line-height: 13px;
    font-weight: normal;
}
br {
	line-height: 12px;
}

