﻿body 
{
    background-color: #FFFFFF;
    color: #8e8e8e;
    font-family: Verdana;
    font-size: 11px;
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
}
.vertCenter
{
	vertical-align: middle;
	width: 760px;
	margin: auto;
}
/* ---- Lay-out ---- */
.TopLeft
{
    float: left;
    background-color: #EBEBEB;
    width: 66px;
    height: 23px;
    margin-bottom: 2px;    
}

.TopRight
{
    float: right;
    background-color: #EBEBEB;
    width: 280px;
    height: 23px;
    margin-bottom: 2px;    
}

.HeaderImage
{
    float: left;
    width: 478px;
    height: 128px;
    background-image: url(../images/HeaderImages/001.jpg);  
    margin-bottom: 15px; 
}

.HeaderLogo
{
    float: right;
    width: 280px;
    height: 128px;  
    background-image: url(../images/Header-Logo.jpg);  
    margin-bottom: 15px;
}
.Float_Left
{
    float: left;
    width: 164px;
    height:  210px;
}
.NavigationHeader
{
    float: left;
    width: 162px;
    height: 15px;
    text-align: left;
    background-color: #808080;
    color: #FFFFFF;    
    font-size: 12px;
    font-weight: bold; 
    padding-left: 2px;
    padding-top: 8px;  
    position: relative;
}

.NavigationArrow
{
    float: right;
    width: 10px;
    height: 6px;
    top: 13px;
    left: 150px;
    background-image: url(../Images/Arrow_Down.gif);   
    position: absolute;
    z-index: 1;
}

.NavigationBackground
{
    float: right;
    width: 164px;
    height: 187px;
    background-color: #EBEBEB;      
}

.NavigationText
{
    font-weight: bold;
    text-align: left;
    margin-top: 15px;
    margin-left: 12px;   
}

.MainText
{
   float: right;
   width: 550px;
   min-height: 190px;
   margin-top: 10px;
   text-align: justify;
   vertical-align: top;
}

.MainLeft
{
    float: left;
    width: 270px;   
    margin-right: 15px; 
}
.MainRight
{
    float: right;
    width: 260px;      
}
/* ---- End Lay-out ---- */
/* ---- Links ---- */
a:link
{
    color: #8e8e8e;
    font-family: Verdana;
    font-size: 11px;
	text-decoration: underline;
}
a:active
{
    color: #8e8e8e;
    font-family: Verdana;
    font-size: 11px;
	text-decoration: underline;
}
a:visited
{
    color: #8e8e8e;
    font-family: Verdana;
    font-size: 11px;
	text-decoration: underline;
}
a:hover
{
    color: #8e8e8e;
    font-family: Verdana;
    font-size: 11px;
	text-decoration: none;
}
.NavigationText a:link
{
    color: #8e8e8e;
    font-family: Verdana;
    font-size: 11px;
	text-decoration: none;
}
.NavigationText a:active
{
    color: #8e8e8e;
    font-family: Verdana;
    font-size: 11px;
	text-decoration: none;
}
.NavigationText a:visited
{
    color: #8e8e8e;
    font-family: Verdana;
    font-size: 11px;
	text-decoration: none;
}
.NavigationText a:hover
{
    color: #8e8e8e;
    font-family: Verdana;
    font-size: 11px;
	text-decoration: underline;
}

.Title a:link
{
    color: #608194;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;   
}

.Title a:active
{
    color: #608194;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;   
}

.Title a:visited
{
    color: #608194;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;   
}

.Title a:hover
{
    color: #608194;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;   
}
/* ---- End Links ---- */
/* ---- Buttons and Textboxes ---- */
.button
{
    border-color: #8e8e8e;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana;    
    font-size: 11px;
}
.TextBox
{
    color: #8e8e8e;
    font-family: Verdana;
    font-size: 11px;
}
/* ---- End Buttons and Textboxes ---- */

.textLight
{
    color: #b0b1b3;   
}
.Title
{
    color: #608194;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;   
}
.textCenter
{
    text-align: center;
}
.error
{
    color: red;
    font-family: Verdana;
    font-size: 11px;    
    text-align: left;
    font-weight: bold;
}
.ImageAlignLeft
{
    float: left;
    padding: 2px;
    border:1px solid #8E8E8E;
    margin-right: 5px;
}
.ProjectTitle
{
    color: #608194;
    font-size: 12px;
    font-weight: bold;
    width: 115px;
    margin-bottom: 10px;
    margin-right: 4px;
    display: inline-block; 
}
.ImageAlignProjects
{
    float: left;
    padding: 2px;
    border:1px solid #8E8E8E;
    margin-right: 10px;
    margin-bottom: 10px;
}
.UlText
{
    color: #608194;
}
hr
{
    border: none 0;
    border-top: solid 1px #b0b1b3;   
    height: 1px; 
}
hr.dashed
{
    border: none 0;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #b0b1b3;   
    height: 1px; 
}