﻿body
{
	background-color: #4C5262;
	background-image: url( '/Web/Images/Site/background.gif' );
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

body, form
{
	height: 100%;
	width: 100%;
	margin: 0px 0px;
	padding:0px;
	text-align:center;
}

#MainWrapper
{
	width: 760px;
	margin: 0px auto;
}

nobr
{
	margin: 0px;
	padding: 0px;
}

.main
{
	background-color: #A6A9B1;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 760px;
	height: 100%;
}

.MenuColumn
{
	vertical-align: top;
	text-align: left;
	width: 170px;
}

.ContentColumn
{
	vertical-align: top;
	text-align: left;
	width: 100%;
	padding: 20px 10px 10px 10px;
}

p, div, span, td, li, ul
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	line-height: 14px;
}

h1
{
	background: url(/Web/Images/Site/h1_bullet.gif) top left no-repeat;
	padding-left: 17px;
	font-family: 'Arial Narrow' , Arial, Tahoma, Verdana;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	color: #4C5262;
}

h3
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: Black;
}

.menuitem
{
	padding-left: 20px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #A6A9B1;
}

A.menulink:link
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #A6A9B1;
}

A.menulink:visited
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #A6A9B1;
}

A.menulink:hover
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #A6A9B1;
}

A.menulink:active
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #A6A9B1;
}

.WebSites_old
{
	text-align: left;
	padding: 5px 5px 5px 20px;
	margin: 5px 10px 5px 10px;
	width: 170px;
}

.WebSites
{
	text-align: right;
	padding: 5px 5px 5px 20px;
	margin: -10px 10px 5px 10px;
}

.WebSites a img
{
	border: solid 0px black;
}

.LeftColumn, .RightColumn
{
	width: 48%
}