﻿body 
{
    font-family: Tahoma;
    font-size: 12px;
    background: url(../img/bg.gif) repeat-x;
}

h1 
{
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    margin:0;
    padding:0;
}

h2 
{
    font-size: 13px;
}

#container 
{
    width:720px;
    margin-left:auto;
    margin-right:auto;
    background: #fff;
    padding: 0 5px;
}

#footer 
{
    background-color: #5359a6;
    color: #fff;
    text-align: center;
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

#intro 
{
    font-size: 12px;
    font-weight: bold;
}

#lookup 
{
    margin-top: 15px;
}