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

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

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-family:Arial;
	font-size:9pt;
	line-height:14px;
	background-color:#DDDDDD;
}

.menuaddress
{
	font-family:Arial;
	font-size:8pt;
	line-height:14px;
	color:#FFFFFF;
}


.maintext
{
	font-family:Arial;
	font-size:9pt;
	line-height:14px;
}


.maintext a
{
color:#FF0000;
}


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

.topMenu
{
	text-decoration:none;
	color:White;
	font-size:9pt;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:4px;
}

.topMenu a
{
	text-decoration:none;
	color:White;
	font-size:9pt;
	font-weight:bold;
}

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


.LeftMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom:7px;
	padding-top:7px;

}

.LeftMenuBorder td {
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:thin;

}

.LeftMenu a:link, .LeftMenu a:visited, .NavBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

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



/* 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*/

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


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

.sideMenu a
{
	text-decoration:none;
	color:#666666;
	font-size:8pt;
	font-weight:bold;
	line-height:10pt;
	margin-top:5px;
}
.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:#000000;
	font-size:7pt;
	font-family:Verdana;
	line-height:9pt;
	text-align:center;
}


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

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


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


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


#imgborder img
{
	border-width: 5px;
	border-color:#CCCCCC;
	border-style:solid;
}



