body {
background: #040E2A;
margin-top: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
color: white;
}
h1, h2, h3, h4, h5 {
margin: 0;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.img1 {
float: left;
margin: 3px 15px 0px 0px;
border: 0;
}
/* Header */
#header {
width: 700px;
height: 170px;
margin: 0 auto;
padding: 0;
background: #040E2A;
background-image: url('images/header.gif')
}
#navlist{
float: right;
margin: 120px 40px 0 0;
font-size: small;
}
ul#navlist{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
#navlist li
{
display: inline;
list-style-type: none;
}
#navlist a { padding: 3px 3px; }
#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #2C5FB2;
text-decoration: none;
}
#navlist a:hover
{
color: #fff;
background-color: #16376C;
text-decoration: none;
}
/* Menu */
#menu {
padding: 0;
}
#menu ul {
margin: 0;
list-style: none;
}
#menu li {
display: inline;
}
#menu a {
display: block;
width: 170px;
height: 28px;
margin: 0 0 5px 0;
padding: 7px 0 0 0;
background: #DDDC8A url(images/img02.gif) no-repeat;
text-transform: lowercase;
text-align: center;
font: normal medium Tahoma, Arial, Helvetica, sans-serif;
color: #040E2A;
}
#menu a:hover {
background-image: url(images/img04.gif);
text-decoration: none;
color: #ffffff;
}
#menu .active a {
background: #2C5FB2 url(images/img04.gif) no-repeat;
}
/* Content */
#content {
width: 700px;
margin: 0 auto;
background-image: url(images/content.gif);
}
#colOne {
float: right;
width: 200px;
margin-top: 20px;
padding: 0 40px 0 10px;
}
#colTwo {
float: left;
margin-top: 20px;
width: 390px;
padding: 0 20px 0 40px;
}
#colTwo a {
padding: 3px 3px;
background-color: #2C5FB2;
}
#colTwo a:link, #colTwo a:visited
{
color: #fff;
text-decoration: none;
}
#colTwo a:hover
{
color: #fff;
background-color: #16376C;
text-decoration: none;
}

#content h2 {
margin-bottom: 20px;
font: normal large Tahoma, Arial, Helvetica, sans-serif;
letter-spacing: 1px;
}
#inside{
float: left;
width: 230px;
padding: 0;
}
#footer {
width: 700px;
height: 36px;
margin: 0 auto;
padding: 0;
background: url(images/footer.gif);
font-size: smaller;
}
#footer p {
text-align: center;
font-size: 10px;
}
.custom-link {
    display: block;
    height: 28px;
    margin: 0 0 5px 0;
    padding: 7px 0 0 0 !important;
    text-align: center;
    font: normal medium Tahoma, Arial, Helvetica, sans-serif;
    color: #040E2A !important;
    border: 2px solid #1e4d99;
    border-radius: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dce0ef+0,bcc6e0+22,a2afd0+100 */
    background: #dce0ef; /* Old browsers */
    background: -moz-linear-gradient(top,  #dce0ef 0%, #bcc6e0 22%, #a2afd0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dce0ef), color-stop(22%,#bcc6e0), color-stop(100%,#a2afd0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dce0ef 0%,#bcc6e0 22%,#a2afd0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dce0ef 0%,#bcc6e0 22%,#a2afd0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dce0ef 0%,#bcc6e0 22%,#a2afd0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dce0ef 0%,#bcc6e0 22%,#a2afd0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce0ef', endColorstr='#a2afd0',GradientType=0 ); /* IE6-9 */
}
