@charset "utf-8";
/* CSS Document */

/* This is the setup for the page, margins etc*/

body 
{
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-family:Verdana;
	font-size:10pt;
	color:#333333;
}


/* This is the Link text colour for the nav in the top menu*/

#topMenu a
{
	text-decoration:none;
	color:#999999;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}

#topMenu a:hover
{
text-decoration:underline;
color:#FF6600;
}

/* This is Greater Than > symbol style in top nav*/

.greaterThanLink
{
	color:#000000;
	text-decoration:none;
	padding-left:10px;
	font-size:8pt;
	font-weight:bold;
}


/* This is Greater Than > symbol style in left hand nav*/

.MenuTitle
{
	color:#173394;
	text-decoration:none;
	font-size:12pt;
	font-weight:normal;
}


/* This is nav styling for the left hand nav*/







.lastItem
{
border-bottom:solid 1px #cccccc;
}


.sideMenu
{
padding-top:5px;
padding-bottom:5px;
}


.telnumber
{
	text-decoration:none;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
	font-family:Verdana;
}



.telephone
{
	text-decoration:none;
	color:#000000;
	font-size:9pt;
	font-family:Verdana;
}

.footer
{
	text-decoration:none;
	color:#666666;
	font-size:7pt;
	font-family:Verdana;
	line-height:9pt;
	text-align:center;
}


.footer a
{
	text-decoration:none;
	color:#666666;
	font-size:7pt;
	font-family:Verdana;
	line-height:9pt;
	text-align:center;
}


.footer a:hover
{
	text-decoration:underline;
}



.address
{
	text-decoration:none;
	color:#666666
	font-size:8pt;
	font-family:Verdana;
	text-align:left;
}


.address a
{
	text-decoration:none;
	color:#666666
	font-size:12pt;
	font-family:Verdana;
	text-align:left;
}


.maintitles
{
	text-decoration:none;
	color:#666666;
	font-size:16pt;
	font-family:Verdana;
	text-align:left;
}


.MenuText
{
color:white;
font-size:10pt;
line-height:16px;
vertical-align:top;
}


.MenuText a
{
color:white;
font-size:8pt;
}


.menuTable a:link,.menuTable a:visited,.menuTable a:active
{
color:white;
text-decoration:none;
}


.menuTable a:hover
{
text-decoration:underline;
}


.menuBorder td
{
border-top:solid 1px white;
padding-bottom:10px;
}


.menuBottomText
{
padding-left:5px;
vertical-align:top;
}