﻿/*
Light blue color: #53688A
Dark blue color: #325186
Red color: #FF0000
*/

html, body
{
	color: #325186;
	font-family: Calibri;
	font-size: 0.95em;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin: 0;
}

h1
{
	color: #325186;
	font-size: 27px;
	border-bottom: 2px solid #325186;
}

h3
{
	color: Red;
	font-size: 15px;
	font-style: italic;
	border-bottom: 1px solid #325186;
	margin-bottom: 5px;
}

p
{
	font-size: 0.90em;
	line-height: 16px;
	margin: 0;
}

label
{
	font-size: 0.95em;
}

a
{
	color: #325186;
}

	a:hover
	{
		color: #000000;
	}

.textbox
{
	border: 1px solid #AAAAAA;
}

.error
{
	border: 1px solid #FF0000;
}

.focus
{
	border: 1px solid #325186;
}

#top-header
{
    color: #899BB8;
    font-size: 0.95em;
}

    #top-header a
    {
        color: #899BB8;
        text-decoration: none;
    }
    
    #top-header a:hover
    {
        color: #000000;
    }

#breadcrumb
{
	font-size: 0.95em;
	padding: 0 5px;
}

	#breadcrumb a
	{
		color: #325186;
	}
	
	#breadcrumb a:hover
	{
		color: Black;
	}

#menu
{
	color: #325186;
	font-size: 15px;
}

	.menu-item
	{
		color: #325186;
		padding: 0 3px;
		text-decoration: none;
	}
	
	.menu-subitem
	{
		padding: 0 3px;
		text-decoration: none;
	}
	
#left-middle
{
	position: relative;
}

#address
{
	color: #325186;
	text-align: center;
	font-size: 14px;
	width: 250px;
	position: absolute;
	bottom: 10px;
}

td#content
{
	font-size: 0.95em;
}
	
td#content-top
{
	font-size: 0.95em;
}
			
td#content-bottom
{
	font-size: 0.95em;
}

#text
{
	font-size: 0.95em;
}
			
#copyright
{
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
}

.tableheader
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: #FFFFFF;
}

.table
{
    font-size: 13px;   
    text-align: center;
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    color: #000000;
}

.table td
{
     border: 1px solid #999999;
     text-align: left;
     padding: 3px;
}

