﻿body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

#header, #navigation, #sitemap, #main, #content,
#left, #right, #footer,
#page, #legal, .content, #top-link, .section
{
    overflow: hidden;
    height: 100%;
}

a
{
    color: Blue;
    text-decoration: underline;
}
a:Hover
{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
    color: Navy;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
h2, h3
{
    font-size: 16pt;
}
h4, h5
{
    font-size: 12pt;
}

/************* HEADER STUFF ************/

#header
{
    text-align: center;
    overflow: hidden;
}

/************* NAVIGATION ************/

#navigation
{
    text-align: center;
    padding-bottom: 5px;
}
#navigation ul
{
    margin: 0px;
    padding: 3px 0px;
}
#navigation li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline;
}
#navigation li a
{
    color: Navy;
    text-decoration: none;
    padding: 0px 10px;
    border-left: dotted 1px Silver;
}
#navigation li a:Hover, #navigation li a.Selected
{
    color: Red;
}
#navigation li a.Selected:Hover
{
    text-decoration: underline;
}


/************* SITE MAP ***********/
#sitemap
{
}

/************* CONTENT ************/
/* This is the main area of the page consisting of two columns - #left and #right */

#content
{
    min-height: 400px;
    margin: 20px 0px 10px 0px;
}

#left
{
    float: left;
    width: 730px;
}

#right
{
    float: right;
    width: 230px;
}

#content a
{
    text-decoration: none;
    background: transparent url("arrow-right.gif") no-repeat left center;
    padding-left: 12px;
}
#content a:Hover
{
    background-image: url("arrow-right-hover.gif");
    color: Red;
}
#content h1, #content h2, #content h3, #content h4, #content h5
{
    font-family: Kristen ITC, Arial Rounded MT Bold, Sans-Serif;
}

#content h5
{
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: Blue;
}


/************* FOOTER ************/

#footer
{
    text-align: center;
    margin: 5px 0px;
}
#footer a, #legal a, #top-link a
{
    color: Gray;
}
#footer p
{
    margin: 0px;
}

#legal
{
    padding-top: 5px;
}
#legal, #footer
{
    font-size: 8pt;
}
#legal ul, #legal li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline;
}
#legal .item, #legal .docs
{
    overflow: hidden;
    height: 100%;
    float: left;
    width: 50%;
}
#legal .item
{
    text-align: right;
}
#legal li a
{
    padding: 0px 3px 0px 6px;
    border-left: dotted 1px Silver;
}

/* PAGE SPECIFIC */
/* 1. Misc */
/* unordered lists containing images (i.e. FAQs) */


/* Form Headings (i.e. Help Search Facility) */
table.Form caption
{
}

/* Search Results */
/* Defined below with .Menu */
.search
{
}

/* Defined above */
div.description
{
}

/* 2. MENU and PAGE ITEMS */
/* All page elements for this style inherit the same properties so are defined with Menu */
.Menu, .section
{
    overflow: hidden;
    height: 100%;
}
#right .Menu h3
{
    padding-bottom: 10px;
    border-bottom: dotted 1px Silver;
}

.Menu
{
    padding: 0px 5px;
}
.Menu ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.Menu li
{
    margin: 0px;
}
.Menu li a
{
    display: block;
    background: #7385A3;
    padding: 3px;
    border-bottom: dotted 1px #9DAABF;
}
#right .Menu li a:Hover, #right .Menu li a.Selected
{
    background: #F3F3F3 url("arrow-right-hover.gif") no-repeat left center;
    color: Red;
}

/*********** SPECIFIC STYLES ***********/

/* Defines the link at the bottom of the page to us */
#page
{
    width: 970px;
    margin: 5px auto 10px auto;
}

/* Inner area of all the sections - moved to content.css */

/* Top of page link */
#top-link
{
    text-align: center;
    padding: 10px 0px 20px 0px;
    font-size: 8pt;
}
