﻿body 
{
    font-family:Tahoma;
    font-size:12px;
	margin: 0px;
	padding: 0px;
	background: #124D71 repeat-x url('images/layout/bg.jpg');
}

img { border: 0px; }
.lshadow { background: url('images/layout/left_shadow_r.jpg') repeat-y top right; }
.rshadow { background: url('images/layout/right_shadow_r.jpg') repeat-y top left; }

h1
{
    font-family:Georgia;
    font-size:20px;
    font-weight:normal;
}

a
{
    color: #00006a;
    font-family:Arial Narrow;
    text-decoration:None;
    font-size:10pt;
    font-weight:bold;
}

.sideLink
{
    color:#1F83BE;
    font-family:Arial Narrow;
    text-decoration:None;
    font-size:10pt;
    font-weight:bold;
     
}

.bodyCell
{
    padding:10px;
    min-height: 500px;
}

a:hover
{
    text-decoration:underline;
}

.lefttable
{
	width: 245px; 
	border-left: 4px solid #6fbfe4; 
	background-color: Black;
}

.contenttable
{
	width: 555px;
}

.topnav
{
	background-image: url('images/layout/nav_bg.jpg'); 
	height: 50px; 
	border-bottom: #6fbfe4 thin solid
}

.contentarea
{
	padding: 10px;
	background-color: White;
}
