﻿body
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
#container
{
    width: 770px;
    margin-right: auto;
    margin-left: auto;
    padding: 1px;
    text-align: left;
    background: -moz-linear-gradient(top,cornflowerblue,white);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=cornflowerblue, endColorstr=white);
}
#header
{
}
#left_col
{
    width: 150px;
    float: left;
    margin-right: 10px;
    font-size: medium;
}
#menu
{
 
}
#menu ul
{
    border-style: solid;
    border-width: 0px;
    border-color: inherit;
    display: block;
    padding: 1px;
    margin: 10px 0px 0px 0px;
    list-style-type: none;
    width: 100%;
    font-weight: bold;
}

#menu a
{
	text-decoration: none;
	display: block;	
	text-align: left;
	font-size: 100%;
	color:White;	
}
#menu a:hover
{
    padding: 0px;
    color: #000099;
    text-decoration: none;
    border: 1px solid #9BCBC6;
    background-color: #9BCBC6;
    font-weight: bold;
    -moz-border-radius: 10px;
    border-radius:10px;
}
#page_content
{
    float: left;
    width: 590px;
     
}
#contentHeader
{
    font-weight: bold;
}
#sidebar
{
    float:right;
    width:200px;
}
#footer
{
    border-top: 1px solid #000000;
    clear: both;
    margin-left: 160px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
}
#top_nav
{
    font-size: large;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#fadeshow1
{
    text-align: center;
    vertical-align: middle;
}
