/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
background-color: #54626d;
text-align:center;
}
p {
text-align:left;
margin-left: 15px;
margin-right: 15px;
}

.left {
text-align:left;
margin-left: 10px;
}
.left50 {
text-align:left;
margin-left:50px;
}
.navbuttonborder {
border-left: 1px solid #cbba9a;
}

#maincontent {
position: relative;
margin: 0 auto;
top: 0px;
left: 0px;
width: 900px;
}
#logo {
position: absolute;
top: 0px;
left: 0px;
width: 250px;
Height: 1050px;
border: 1px solid #334b64;
background-color: #dfe1d0;
}
#logo p {
text-align:left;
margin-left: 5px;
font-size: 12px;
}
#logo li {
text-align:left;
margin-left: 5px;
font-size: 12px;
}
#logo h4 {
color: #334b64;
}
#header {
position: absolute;
top: 0px;
left: 250px;
width: 650px;
height: 150px;
border: 1px solid #334b64;
}
#navbar {
position: absolute;
top: 114px;
left: 0px;
width: 650px;
height: 40px;
}
#navbar ul {
margin: 0px;
padding: 0px;
text-align: center;
}
#navbar li {
display: inline;
}
#navbar li a {
text-decoration: none;
float:left;
padding-top: 10px;
width: 129px;
height: 30px;
font-size: 14px;
font-weight: bold;
color: #cbba9a;
background-color: #334b64;
}
#navbar li a:hover {
background-color: #2a3f51;
color: #ffffff;
}
#textcontent {
position:absolute;
top: 150px;
left: 250px;
width: 650px;
background-color: #ffffff;
height: 750px;
}
#textcontent p {
text-align:left;
margin-left: 15px;
font-size: 12px;
}
#textcontent h1 {
color: #334b64;
}
#textcontent h2 {
color: #334b64;
margin-left: 15px;
}
#textcontent h4 {
color: #334b64;
margin-left: 15px;
}
#textcontent h5 {
color: #334b64;
text-align:left;
margin-left: 15px;
}
#textcontent h6 {
color: #334b64;
text-align:center;
font-size: 12px;
}
#textcontent a {
color: #334b64;
}
#textcontent li {
text-align:left;
margin-left: 5px;
font-size: 12px;
}
#textcontent img {
border: solid 1px #334b64;
padding: 2px;
}
#subtextbox {
position:absolute;
bottom: 0px;
left: 0px;
width: 650px;
height: 45px;
}
#leftcolumn {
position: absolute;
left: 15px;
top: 65px;
width: 300px;
height: auto;
border-right: solid 1px #334b64;
}
#rightcolumn {
position: absolute;
left: 330px;
top: 65px;
width: 300px;
height: auto;
}

