﻿.adBox
{
	background-color: white;
	margin-top: 5px;
	padding: 10px;
	font-weight:bold;
	color: black;
	border: solid black 1px;
	font-size: 13pt;
}

.adBox img
{
	border: solid black 1px;
}
.banner
{
	text-align: left;
}

body
{
	background-color: #d7d7d7;
}

.content
{
	padding-top: 10px;
	background: white;
	margin-top: 10px;
	float: right;
	width: 620px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	border: solid black 1px;
}

.contentSubPage
{
	padding-top: 10px;
	background: white;
	margin-top: 10px;
	float: right;
	width: 700px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.innerFrame
{
	width: 950px;
	margin: 0 auto;	
}


.footer, .footer a:link, .footer a:visited
{
	margin-top: 10px;
	font-size: 10pt;
	color: #888888;
}

.footer
{
	border-top: solid black 1px;
	padding-top: 10px;
}
.footer img
{
	vertical-align: middle;
}


.fullFrame
{
	background: url('../images/bannerBGRepeat.jpg') repeat-x;
	
	text-align: center;
	min-width: 950px;
	overflow: auto;
}

.greyBackground
{
	background-color: #e5e5e5;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial;
	margin: 0;
}

h2
{
	font-weight: bold;	
	font-size: 12pt;
	margin: 0;
}

.menu
{
	width: 298px;
	float: left;
	margin-top: 10px;
	padding: 3px;
}

ul
{
	margin: 5px;
	margin-left: 20px;
}
.menuList
{
	list-style: list-style-image;
	list-style-image: url('../Images/squareBullet.gif');
}

.menuSubPage
{
	text-align:left;
	width: 210px;
	float: left;
	margin-top: 10px;
	padding: 3px;
	background-color: #e5e5e5;
	padding-left: 10px;
	color: #0066cc;	
}

.sectionHeading
{
	color: #0066cc;	
	font-size: 20pt;
	font-weight: bold;	
	border-bottom: solid #0066cc 1px;
	margin-bottom: 10px;
}
.sideBoxes
{
	background-color: Black;
    border: solid white 1px;
    width: 296px; height: 130px;
    font-size: 10pt;
    color: White;
}

.sideBoxes img{
    border: solid white 1px;
}

.sideBoxes a:link{
    font-size: 12pt;
    font-weight: bold;
    color: White;
}   

.sideBoxes a:visited{
    font-size: 12pt;
    font-weight: bold;
    color: White;
}   

a:link
{
	color: #0066cc;	
	font-weight: bold;
	text-decoration: underline;
}

a:visited
{
	color: #00468b;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;	
}