﻿body 
{
    background-color: #0A1279
}
h1
{
    font-family: Verdana;
    font-size:medium;
}


.boxedD h2 {
	height: 35px;
	width: 175;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #0000FF; /*bottom border color of header*/
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #000000; /*font color*/
}
.boxedD ul
{
    margin: 0;
    padding: 15;
    list-style: none;
}
.boxedD li
{
    display: inline;
}
.boxedD a
{
    display: block;
    width: 250px;
    height: 25px;
    padding:5px 0 0 65px;
    background: url(images/flagmenubargray.gif) no-repeat;
    text-decoration: none;
    color: #000000; /*link text font color*/
}
.boxedD a:hover
{
    background: url(images/flagmenubarwhite.gif) no-repeat;/*background color on hover*/
    color: #0000cd;/*link text color on hover*/
}   

.CollapsePanel 
{
    width : 550px;
    height: 0px;
    background-color: #cccccc;
    overflow: hidden;
}
.CollapsePanelHeader
{
    width: 550;
    height:20;
    color:#FF4500;
    background-color:#cccccc;
    font-weight:bold;
    float:left;
    padding:5px;
    cursor:pointer;
    vertical-align:middle;
}

.AccordionHeader
{
    background-color:#6495ED;
    cursor:pointer;
    font-weight:normal;
    font-family:Verdana;
    font-size:medium;
}

.AccordionContent
{
    background-color:#DCDCDC;
}

.Hyperlink
{
    text-decoration: none;
    text-align:left;
    font-family:Verdana;
    font-size:small;
    color:#4961E1;
    width:185px;
    padding:.05em;
    
}

.Hyperlink:hover
{
    color:Red;
    border-bottom: 1px solid red;
}

.HyperlinkSmall
{
    font-family:Verdana;
    font-size:xx-small;
    color:#4961E1;
}  

.SubAccordionHeader
{
    background-color:#a9a9a9;
    cursor:pointer;
    font-weight:normal;
    font-family:Verdana;
    font-size:medium;
}

.SubAccordionContent
{
    background-color:#fff8dc;
}