﻿/* General CSS */

BODY
{
	margin: 0; 
	padding: 0;
	background: #678fc2 url(/img/background.gif) repeat-y center;
}

BODY, HTML
{
    height: 100%;
}

BODY, HTML, TD
{
    font-family: arial; 
    font-size: small; 
}

UL
{
	margin-top: 0; 
}

A:Link, A:Visited
{
	color: #2e3192;
}

#Menu
{
    display: -moz-inline-block;
    margin: 0;
    float: left;
    width: 100%;
    border-top: solid 1px #1f406a;
	background: #93b6e1 url("/img/tabs_background.gif") repeat-x bottom;
	line-height: normal;
}

#Menu UL 
{
	margin: 0;
	list-style: none;
	padding: 0 35px;
}

#Menu LI
{
	float: left;
	background: url("/img/menu_off.gif") no-repeat left bottom;
	margin: 0;
	padding: 0 0 0 5px;
}

#Menu A
{
	display: block;
	background: url("/img/menu_off.gif") no-repeat right bottom;
	padding: 7px 15px 5px 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#Menu .Current 
{
	background-image:url("/img/menu_left_current.gif");
}

#Menu .Current A 
{
	background-image:url("/img/menu_right_current.gif");
	color: #000;
}

#Menu A:Hover
{
    text-decoration: underline;   
}

#Menu .Current A:Hover
{
    text-decoration: none;
}

.Main
{
    min-height: 100%; 
    width: 761px; 
    margin: 0 auto; 
    border-right: solid 1px #1f406a; 
    border-left: solid 1px #1f406a;
}

.Bottom
{
    padding: 7px 0; 
    text-align: center; 
    width: 761px; 
    font-size: 75%; 
    border-top: solid 1px #1f406a;
}

.Section
{
    display: -moz-inline-block;
    width: 230px; 
    float: left; 
    margin: 0 20px 20px 0;
}

.Section .Title
{
    font-weight: bold; 
    font-size: medium; 
    margin-bottom: 5px;
}

.Icon
{
    border: 0; 
    padding: 0 5px;
    height: 16px;
    width: 16px;
}