﻿body
{
    margin: 0px;
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
}
#header
{
    height: 125px;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    background-color: #000000;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}
#breadcrumb {
	padding-top: 4px;
	padding-left: 10px;
	background: #919191;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}
#login {
	color: #336699;
	font-weight: bold;
	font-size: 11px;
}
#login a:link, #login a:visited, #login a:active {
	color: #336699;
	text-decoration: none;
}
#login a:hover 
{
    color: #ff8000;
    text-decoration: none;
}
#footer {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #787878;
    background: #ECECEC;
    border: 1px solid #D3D3D3;
    text-align: center;
}
#footer a:link, #footer a:visited, #footer a:active
{
    color: #787878;
    text-decoration: none;
}
#footer a:hover
{
    color: #ff8000;
    text-decoration: none;
}
#container
{
    background-color: #ffffff;
}
#pagecontent
{
    border-top: 3px solid #ff8000;
    border-bottom: 3px solid #ff8000;
    padding: 10px 0px 10px 0px;
}
.leftcolumn
{
    padding: 0p 5px 0px 5px;
    width: 170px;
}
.rightcolumn
{
    padding: 0px 10px 10px 10px;
    border-left: 1px dashed #cccccc;
}
.subheader
{
    font-family: "Trebuchet MS" ,helvetica,sans-serif;
    color: #004a66;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    border-bottom: 1px solid #004a66;
}
