﻿/*	
	light: #F6EECE
	medium: #2566BF
	dark: #0E2E5A
*/
body 
{
    font-family : Arial;
    font-size : 10pt;
    margin-top: 10px;
    margin-right: 10px; 
    margin-left: 10px;
    margin-bottom: 10px;   
    background: url(Images/bg_tile.gif);    
}
A:link
{
	color: #0E2E5A;
}
A:visited
{
    color: #0E2E5A;
}
A:hover
{
    color:#D5B833;
}
.ContentHolder
{
    background-color: #FFFFFF;
    vertical-align: top;    
}
.LeftBar
{
    background-color:#F6EECE ;   
}
.MainMenuBarText
{
    color: #FFFFFF;    
}
.HeaderMainLink
{
    color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
}
.HeaderMainLink:link
{
    color: #FFFFFF;  
    text-decoration:none;  
}
.HeaderMainLink:visited
{
    color: #FFFFFF;    
    text-decoration:none;  
}
.HeaderMainLink:hover
{
    color:#D5B833 ;   
}
.PageHeader
{
    color :#0E2E5A; 
    font-weight: bold;
    font-size: 10pt;
}
.HRColor
{
    color :#0E2E5A;
}
.ContentBorder
{
    background-color: #FFFFFF;
    border-right: #F6EECE thin solid;
    border-top: #F6EECE thin solid;
    border-left: #F6EECE thin solid;
    border-bottom: #F6EECE thin solid;   
}
.ContentHeader
{    
    background-color: #F6EECE;
    color :#0E2E5A; 
    font-weight: bold;   
    text-align: center;
}
.PageText
{
    font-size: 10pt;
    margin-bottom: 10px; 
    margin-left: 15px; 
    margin-right: 15px;    
}
/* position:absolute; top:10px; z-index:0 */
#HeaderImage
{
	position: absolute;
	top: 15px;
	left:15px;
	z-index:1;	
}
#MainMenuStrip
{
	background-color: #0E2E5A;	
}

#Logo
{
	position:absolute;
	left: 700px;
	top: 35px;
	height: 25px;
	width: 35px;
	z-index:1;
}
#CompanyName
{
	font-family:Century ;
	font-size: 24pt;
	color: #FFFFFF;
	position: absolute;
	left:370px;
	top:28px;
	z-index:2;
	white-space:nowrap;
}
#CompanyNameShadow
{
	font-family:Century;
	font-size: 24pt;
	color: #0E2E5A;
	position: absolute;
	left:368px;
	top:27px;
	z-index:1;
	white-space:nowrap;
}
#Slogan
{
	font-family: Century;
	font-size:12pt;
	color: #FFFFFF;
	position: absolute;
	left:540px;
	top:67px;	
	z-index:1;
	white-space:nowrap;
}
#HeaderBackground
{
	background-color:#2566BF;
	z-index:1;
}