/* Sets Basic HTML Definitions */

html {
        height: 100%;
        margin-bottom: 1px;
}

body {
        background: #ffffff;
        font-family: Arial, Verdana, sans-serif;
        font-size: 80%;
        text-align: center;
        margin: 0;
        
}

table, td {
        padding: 3px;
        margin: 0;
        border-collapse: collapse;
        font-size: 12px;
        color: #555555;
}

/* Sets Heading Properties */

h1 {
        font-family: Georgia, Times, serif;
        color: #5263A5;
        text-align: left;
        font-size: 24px;
        font-weight: bold;
}

h2 {
        font-family: Georgia, Times, serif;
        color: #5263A5;
        text-align: left;
        font-size: 20px;
        font-weight: normal;
}

/* use for the column headings on the homepage color gold */

h3 {
        font-family: Georgia, Times, serif;
        color: #AC6E1E;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
}

/* use for the release titles */

h4 {
        font-family: Georgia, Times, serif;
        color: #5263A5;
        font-size: 14px;
        font-weight: bold;
}

/* use for the communities on caucus list */
dt {
        font-family: Georgia, Times, serif;
        color: #AC6E1E;
        font-size: 14px;
        font-weight: bold;
}

/* use for the subjects in the legislative package */
h5 {
        font-family: Georgia, Times, serif;
        color: #5263A5;
        font-size: 12px;
        font-weight: bold;
}


/* Sets Custom Styles */

.mainnav {
        font-family: Arial, Verdana, sans-serif;
        font-variant: small-caps;
        color: #ffffff;
        font-stretch: extra-expanded;
        font-size: 12px;
        text-decoration: none;
        background-color: #5263A5;
        vertical-align: middle;
        text-align: center;     
}



.tablehead {
        font-family: Arial, Verdana, sans-serif;
        font-variant: small-caps;
        color: #ffffff;
        font-stretch: extra-expanded;
        font-size: 12px;
        text-decoration: none;
        background-color: #5263A5;
        vertical-align: middle;
        text-align: center;     
}

/* Breaking news dates */

.buldate {
        color: #AC6E1E;
        vertical-align: top;
        font-weight: bold;
}

.footer {
        color: #AC6e1e;
        font-weight: normal;
        text-align: center;
}

/* Used on the PubArchive and FAQ page and the header row on PubNew page */

.pubarchive {
        font-family: Arial, Verdana, sans-serif;
        font-variant: small-caps;
        color: #5263a5;
        font-stretch: extra-expanded;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        background-color: #f2f2f2;
        vertical-align: middle;
}

/* Used on the alternating rows on PubArchive, PubNew, FAQ pages */

 .smallcaps {
        font-family: Arial, Verdana, sans-serif;
        font-variant: small-caps;
        font-stretch: extra-expanded;   
}

/* Used on the A rows on FAQ page */

.answer {
        font-family: Arial, Verdana, sans-serif;
        font-variant: small-caps;
        font-stretch: extra-expanded;
        font-weight: bold;      
}

/* Used on the alternating rows on PubNew, excluding header row */

.pubnew {
        font-family: Arial, Verdana, sans-serif;
        font-variant: small-caps;
        color: #5263a5;
        font-stretch: extra-expanded;
        font-size: 12px;
        text-decoration: none;
        background-color: #f2f2f2;
        vertical-align: top;
}

.members {
        font-family: Arial, Verdana, sans-serif;
        font-variant: small-caps;
        color: #AC6E1E;
        font-stretch: extra-expanded;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
        vertical-align: middle;
}

/* Used for top of page Legislatures */

 .top {
        font-family: Arial, Verdana, sans-serif;
        font-variant: small-caps;
        font-size: 10px;
        font-stretch: extra-expanded;   
}