﻿body
{
    background-color:#DFDEEB;
    color:Black;
    
    margin:0px;
}

a img
{
    border: 0px;
}

.mainTable
{
    background-image:url('Images/Background-Blue.png');
    background-repeat:repeat;

    width:700px;
    height:100%;
    
    border-collapse:separate;
    border-spacing:0px;
    border-width:0px;
    border-style:solid;
}

.menubar
{
    font-size:13px;
    font-family:Verdana;
    padding:5px;
    
    color:Silver;
    
    font-weight:bold;
    
    width:500px;
}

.menuItem
{
    border:1px groove DarkGray;
    border-collapse:collapse;
    background-color:#E0E0E0;
    text-align:left;
    font-size:13px;
    font-family:Verdana;
    font-weight:bold;
}

.mainContent
{
    height:100%;
}

.mainFooter
{
    height:auto;
}

a:link
{
    color:#303030;
}

a:visited
{
    color:#303030;
}

a:hover
{
    color:#707070;
}

a:active
{
    color:#303030;
}

h2
{
    color:#103040;
}

h3
{
    color:#206080;
}

.serviceTable
{
    width:600px;
    
    border-collapse:collapse;
    border-spacing:0px;
    border-width:0px;
}

.serviceHeader
{
    background-image:url('Images/TableHeader.png');
    background-repeat:repeat-x;
    background-color:#A0B0FF;
}

.serviceRow
{
    background-color:#C0C0C0;
}

.serviceCell
{
    text-align:center;
    
    border-style:outset;
    border-width:1px;
    border-color:#808080;
}

.newsListTable
{
    width:200px;
    
    border-width:0px;
}

.newsListTitle
{
    border-width:0px;
    
    font-size:16pt;
    font-weight:bold;
    vertical-align:middle;
}

.newsListContent
{
    border-width:0px;
    
    font-size:12pt;
    vertical-align:top;
}

.newsTable
{
    width:400px;
    
    border-width:0px;
    border-collapse:collapse;
}

.newsTitle
{
    border-width:0px;
    vertical-align:top;
}

.newsTitle2
{
    font-size:18pt;
    font-weight:bold;
    color:#206080;
}

.newsMessage
{
    border-width:0px;
}

.newsAuthor
{
    color:DarkGray;
}

.projectsTable
{
    width:500px;
    border:0px;
}

.projectsImage
{
    height:auto;
    width:200px;
    
    padding-right:5px;
}

.projectsTitle
{
    font-size:18pt;
    font-weight:bold;
    color:#206080;
    
    text-align:left;
    width:300px;
}

.projectsDescription
{
    text-align:left;
    vertical-align:top;
    height:50px;
    width:300px;
}

.projectTable
{
    width:600px;
    border:0px;
}
.projectDescription
{
    text-align:left;
    width:400px;
}
.projectImage
{
    height:auto;
    width:200px;
}
.projectDownload
{
    text-align:center;
    vertical-align:top;
    
    font-size:14pt;
    font-weight:bold;
    
    padding-bottom:5px;
}
.projectDetails
{
    text-align:left;
    vertical-align:top;
}

.downloadsTable
{
    width:650px;
    border:0px;
}

.downloadsTable2
{
    width:325px;
    border:0px;
}

.downloadsImage
{
    height:auto;
    width:150px;
    
    padding-right:0px;
}

.downloadsTitle
{
    font-size:14pt;
    font-weight:bold;
    color:#206080;
    
    text-align:left;
    width:175px;
}

.downloadsDescription
{
    font-size:11pt;
    text-align:left;
    vertical-align:top;
    height:50px;
    width:175px;
}

.downloadTable
{
    width:600px;
    border:0px;
}

.downloadDescription
{
    text-align:left;
    width:400px;
}

.downloadImage
{
    height:auto;
    width:200px;
}

.downloadDownload
{
    text-align:center;
    vertical-align:top;
    
    font-size:14pt;
    font-weight:bold;
    
    padding-bottom:5px;
}

.downloadDetails
{
    text-align:left;
    vertical-align:top;
}
