*, html {
margin: 0;
padding: 0;
position: relative;
font-family: georgia, tahoma, sans-serif;
}

body {
height: 100%;
overflow: auto;
}

ul {
position: relative;
text-align: center;
list-style-type: none;
}

p {
font-weight: bold;
font-size: 90%;
margin: 10px 0 10px 0;
}

h1, h2, h3, h4, h5 {
font-variant: small-caps;
}

#title {
position: relative;
color: #14426b;
margin: 10px auto 0 auto;
text-align: center;
}

#sub_title {
margin: 0 0 0 15px;
padding: 0 0 0 15px;
color: #4a4b4d;
border-left: 1px solid black;
}

#nav {
margin: 20px 0 0 50px;
text-align: left;
position: relative;
font-variant: small-caps;
font-size: 90%;
}

#nav li{
margin: 0 10px 0 0;
display: inline;
}

#nav .selected {
text-decoration: underline;
font-size: 140%;
}

#banner {
position: relative;
height: 5em;
padding: 20px 0 10px 0;
background-color: #dcdcc0;
border-bottom: 1px solid #14426b;
}

#page {
margin: 0 auto 0 auto;
width: 800px;
}

#footer {
border-top: 1px solid #14426b;
background-color: #dcdcc0;
height: 30px;
}

#footer p {
text-align: center;
margin: 8px 0 0 0;
font-family: georgia;
font-size: 80%;
font-weight: 500;
font-variant: small-caps;
color: #4a4b4d;
}

#home_image {
float: right;
margin: 10px 0 10px 10px;
border: 1px solid #14426b;
width: 240px;
height: 180px;
}

#gtl_img {
float: left;
top: 80px;
left: 50px;
width: 80px;
height: 84px;
}

#nfst_img {
float: right;
top: 80px;
right: 50px;
width: 70px;
height: 75px;
}

#contact_list {
margin: 30px 0 10px 0;
font-size: 110%;
}

#contact_list li{
margin: 10px 0 10px 0;
color: #4a4b4d;
font-weight: bold;
font-variant: small-caps;
}

#contact_list span{
margin: 0 0 0 20px;
font-size: 130%;
color: #003366;
font-family: tahoma;
}

.content_block {
position: relative;
margin: 20px auto 20px auto;
padding: 20px;
width: 660px;
height: auto;
border: 1px solid #14426b;
background-color: #dcdcc0;
}

#main_image1 {
position: relative;
border: 1px solid #14426b;
}

.main_cont {
margin: 0 auto 0 auto;
width: 505px;
}

.thumb_cont {
margin: 20px auto 10px auto;
}

.thumb_image {
width: 60px;
height: 40px;
border: 1px solid #14426b;
}

.heading {
margin: 0 0 10px 0;
text-align: center;
text-decoration: underline;
color: #14426b;
}

#wk_done_list {
font-size: 110%;
margin: 30px 0 0 0;
}

#wk_done_list li {
margin: 12px 0 12px 0;
}


a:link {color: #003366; font-weight: bold;text-decoration: none;} 
a:visited {color: #003366; font-weight: bold;text-decoration: none;}
a:hover {color:#4a4b4d; font-weight: bold;text-decoration: none;}
a:active {color:#4a4b4d; font-weight: bold;text-decoration: none;}
