/* CSS Document */
html,body {
height:100%;
}

body {
margin:0px;
padding:0px;
background-color: #263046;
font-family: verdana;
font-size:10px;
color:#FFF;
}

a:link,
a:hover,
a:active,
a:visited {
color:#FFF;
}

p {
margin:4px;
padding:0px;
}

ul {
margin:0px;
padding:0px;
margin-left:20px;
margin-top:5px;
}

h1 {
color:#EAEAEA;
font-weight:bold;
margin:0px;
font-family: Georgia;
font-size:40px;
padding:0px;
}


img {
border:4px solid #465B7B;
margin-left: 5px;
margin-right: 5px;

}

h1.lower {
color:#EAEAEA;
font-weight:bold;
margin:0px;
font-family: Georgia;
font-size:40px;
}

h2 {
font-size:18px;
margin:0px;
}

.outerDiv {
width:760px;
height:100%;
background-color:#2C3850;
border-right:2px solid #465B7B;
border-left:2px solid #465B7B;
position:relative;
margin-left:auto;
margin-right:auto;
}

.headerDiv {
height:15%;
}

.templateDiv{
height:65%;
float:left;
}

.footerDiv {
height: 20%;
}

.footer {
width:760px;
padding-top:4px;
padding-bottom:10px;
position:absolute;
bottom:20px;
text-align:center;
}

.footerHITSL {
width:752px;
border-top:1px solid #465B7B;
height:2.5%;
padding:4px;
background-color:#3C4B6C;
position:absolute;
bottom:0px;
left:0px;
}

.contentDiv {
border:1px solid #465B7B;
background-color:#354360;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
margin-right:0px;
padding:10px;
height:100%;
float:left;
width:560px;
}


.menuDiv {
margin-top:10px;
margin-right:10px;
margin-left:0px;
margin-bottom:10px;
padding:10px;
height:100%;
float:right;
width:120px;
}



