﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background:#C0C0C0;
}

#masthead
{
    background: "#C0C0C0";
    margin-top: 20px;
}

#top_nav 
{
    background:"#C0C0C0";
}

#container
{
    background: "#C0C0C0";
    min-width: 600px;
    margin-top: 20px;
    padding-top: 20px;
}

#left_col
{
    width: 210px;
    float: left;
    height: 644px;
}


#page_content
{
    margin-left: 210px;
    width: 1436px;
}

#footer {
	clear: both;
}
.headerStyle
{
    font-family: Verdana;
    font-size: large;
    text-decoration: none;
    color: #000080;
}

.lc_IndentStyle
{
    font-size: small;
    color: #000080;
    margin-left: 40px;
}
.lc_HeaderStyle
{
    font-family: Verdana;
    font-size: medium;
    font-weight: bold;
    color: #000080;
    text-decoration: none;
}
.lc_CenterStyle
{
    text-align:center;
}
.blueParaStyle
{
    font-family: Verdana;
    font-size: small;
    color: #000080;
    text-decoration: none;
}
.homePara
{
    float: left;
    padding-right: inherit;
}
