/* Coding By JoshCraddock */

body {
background: #507098 center;
margin: 0px;
font-family: Tahoma, Arial, Verdana;
}



#container {
width: 745px;
border-width: 0px 3px 0px 3px;
border-style: solid;
border-color: #718eb0;
background: #fff;
}

#top {
width: 730px;
height: 22px;
background: url(imgs/top.jpg) no-repeat;
font-size: 11px;
text-align: left;
color: #82b7ef;
padding: 6px 0px 0px 13px;
}

#header {
width: 743px;
height: 152px;
background: url(imgs/header.jpg) no-repeat;
margin: 0px 0px 2px 0px;
}

#nav {
width: 743px;
height: 23px;
background: url(imgs/nav.jpg) no-repeat;
font-size: 12px;
padding: 6px 0px 0px 0px;
margin: 0px 0px 20px 0px;
}

#nav a {
color: #507098;
text-decoration: none;
}
#nav a:hover {
color: #434343;
text-decoration: underline;
background: url(imgs/hover.jpg) no-repeat center bottom;
padding: 0px 0px 8px 0px;
}

#content_header {
width: 647px;
height: 24px;
background: url(imgs/content_header.jpg) no-repeat;
color: #fff;
font-size: 12px;
padding: 8px 0px 0px 10px;
text-align: left;
}
.content {
width: 645px;
background: #e5e5e5;
border: 1px solid #d9d9d9;
padding: 5px;
margin: 0px;
text-align: left;
font-size: 11px;
color: #507098;
margin: 0px 0px 20px 0px;
}

img {
border: 2px solid #d0d0d0;
}

#footer {
width: 733px;
height: 31px;
background: url(imgs/footer.jpg) no-repeat;
text-align: right;
color: #fff;
font-size: 14px;
padding: 12px 10px 0px 0px;
}
a, a:active, a:link, a:visited { 
color: #507098;}
a, a:hover {
color: #507098;}
