﻿#leftsidelinks
{
	background: white;
	float: left;
	width: 150px;
	height: auto;
}

#MainContentbody
{
    float: left;
    width: 630px;
    height: auto;
    vertical-align: top;
    background-color: white;
    margin: 0px;
}	

#cssBody
{
    margin: 2px;
    font-family: arial, verdana, sans-serif;
}
#PageTitle
{
    font-size: 14pt;
    vertical-align: middle;
    text-align: center;
    text-decoration: underline;
    color: black;
}
#PageBody
{
    font-size: 11pt;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: black;
}
#Printerfriendly
{
 display:none;
}

.PageSubTitle
{
    font-size: 14pt;
}
.MainContent{}

.LinksHeader
{
	width: 128px;
	background-position: left top;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 14px;
	padding-bottom: 0px;
	padding-top: 0px;
	left: 4px;
	position: relative;
	background-color: white;
}

.LeftLinksTitle
{
	text-align: center;
	color: white;
	font-size: 10pt;
	vertical-align: text-bottom;
	width: 100%;
	background-position: right top;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 4px;
	text-indent: -15px;
}

.LinksContent
{
	background-color: #dcdcdc;
	font-size: 8pt;
	width: 138px;
	left: 4px;
	position: relative;
	text-indent: 2px;
	border-right: #38768d 2px solid;
	border-top: #38768d 2px solid;
	border-left: #38768d 2px solid;
	border-bottom: #38768d 2px solid;
	margin-bottom: 5px;
	color: #191970;
	font-weight: bold;
}

.LinksContent a
{
	margin-left: 1px;
	padding: 0px 0px;
	font-family: arial, verdana, sans-serif;
	display: block;
	text-transform: capitalize;
	text-decoration: none;
	color: #191970;
}

.LinksContent a:hover
{
	color: red;
}
