﻿*
{
    font-family: Verdana;
    cursor: default;
}

body 
{
    background: url(../images/check-gradient.gif) repeat-x;
}

p
{
    margin-bottom: 5px;   
}

table th
{
    font-weight: bold;
    color: #306CA6; 
}
table tr.sectionBegin *
{
    border-top: 2px solid #1FAF5A;
}
table tr.subsectionBegin *
{
    padding-top: 7px;   
}
table tr.highlight *
{
    background-color: #dee6ff;   
}

#headingPanel
{
    width: 737px; 
    height: 208px; 
    border: solid 4px black; 
    background-color: white; 
    padding-left: 5px;
}

#headingPanel > img
{
	float: left;
	cursor: pointer;
}

#headingPanel > div
{
	text-align: center;
	float: left;
	padding: 5px;
	width: 478px;
}

#headingPanel > div > div:first-child, #headingPanel > div > div:last-child
{
	height: 50px;
}

#headingPanel span img
{
    padding-bottom: 5px;
}

#navMenu ul
{
    border-bottom: 2px solid #306CA6;
}
#navMenu ul li
{
    font-size: 13pt;
    color: black;
    border: 2px solid #306CA6;
    border-bottom: none;
    padding: 4px;
    cursor: pointer;
    background: url(../images/green-gradient.gif);
}
#navMenu ul li a
{
    color: black;
    text-decoration: none;
    cursor: pointer;
    width: 155px;
    display: block;
}
#navMenu ul li a:hover
{
	font-weight: bold;
	letter-spacing: -1px;
}

#bd #yui-main .yui-b 
{
    border: 2px solid #306CA6;
    padding: 4px;
    background-color: white;
}

#ft
{
    border-top: 1px solid #306CA6;
    margin-top: 15px;
    text-align: center;   
}

h3
{
	text-align: center;
	font-size: 120%;
    margin: 15px;
}

.center
{
    text-align: center;   
}

.right
{
    text-align: right;   
}