/* General structural style declarations  */

body, html, div, td {
    font-family: Verdana, Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}

body {
    font-family: Verdana, Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 11px;
	color: #666666;
    text-align: left;
    margin: 0px;
    padding: 0px;
    /*background-image: url(../images/body-bg.jpg);
    background-repeat: repeat-x;*/
    overflow: auto;
    /*background-color:#000033;*/
    background-color:#000000;
    line-height: 14px;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

* {
    margin: 0px;
    padding: 0px;
}

/*
.pageSection * {
    overflow: visible;
} */

#page * div, #page div, #page form {
    float: left;
}

#page {
    margin:auto;
    width:900px;
}

#header {
    background-image:url(../images/masthead2.jpg);
    width:900px;
    height:480px;
}

#heading {
    background-image:url(../images/heading3.jpg);
    width:900px;
    height:83px;
}

#main {
    width:900px;
    background-color:white;
    background-image:url(../images/main-bg.jpg);
}

#main p {
    padding-left:35px;
    padding-right:25px;
    padding-top:15px;
    padding-bottom:15px;
}

.blackDiv {
    width:900px;
    height:6px;
    background-color:black;
    float:left;
}

.generation {
    width:867px;
    height:28px;
    float:left;
    background-color:#D8D8D8;
    display:block;
    color:#000066;
    font-size:13px;
    font-weight:bold;
    padding-top:13px;
    padding-left:33px; 
}

h1 {
    font-size: 16px;
    line-height: 22px;
    color: #002a5c;
    font-weight: normal;
}

h2 {
    font-size: 16px;
    line-height: 22px;
    color: #002a5c;
    font-weight: normal;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
    text-transform: uppercase;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
    text-transform: uppercase;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

ul, ol {
    padding-left: 15px;
}

p, ul, ol {
    padding-bottom: 10px;
    line-height: 14px;
}

a, a:visited, a:link {
    color: #151568;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

.quickLinkList {
    padding: 20px 35px;
    list-style-type: none;
}

.quickLinkList li {
    padding-bottom: 6px;
}

.quickLinkList li a {
    background-image: url(../images/quicklink-arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 10px;
    list-style-type: none;
    color: #151568;
    text-decoration: underline;
}

.pageFooter {
    padding: 20px 35px;
    width: 830px;
    background-color: #d9d8d8;
    color: #666666;
    border-top: solid 6px #000000
}

.footerPrivacy,
.footerLinks {
    width: 830px;
}

.pageFooter p,
.pageFooter p a {
    color: #666666;
    font-size: 9.5px;
    line-height: 11px;
}

.pageFooter a:visited {
	color:#666666;
}

.pageFooter p a {
    text-decoration: underline;
}

.footerLinks {
    text-align: center;
}
