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

html, body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #e1e1e1; /* light grey */
	height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0;
}

.containertable {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.bodytable {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-color: #cccccc; /* light grey */
	vertical-align: top;
}


td {
	font: Arial, Helvetica, sans-serif;
}

.bodyTD {
	background-color: #ffffff;
	width: 900;
	margin: 0;
	padding: 0;
	border: 3px solid #cccccc;
	vertical-align: top;
}

.footer {
	font-size: 10px;
}

.navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #336633;
	width: 900px;
	border-bottom: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
}

.left {
	color: #FFFFFF;
	background-image:url(../images/template/left.jpg);
	width: 266px; /* width of left.jpg is 266px */
	vertical-align: top
}

.leftNav {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 230px; /* width of left.jpg is 266px */
	vertical-align: top
}

.bodymain {
	border: 2px solid;
	border-color: #FFF;
	vertical-align: top;
	width: 634px auto; /* width of TD is remainder of 900px less 266px */
	height: 100%
}

.contact {
	width: 100%
}

h1 {
	font-family: Gill Sans Ultra Bold, Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #000000; /* dark green (background colour) */
}

h2 {
	font-family: Gill Sans MT, Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #336633; /* dark green (background colour) */
}

h3 {
	color: #e55c10; /* orange (border colour) */
}

p {
	line-height: 20px
}


a {
	color: #999999; 
	text-decoration: none;
	font-weight: bold
}

.calido {
	color: #cccccc; /* light grey */
}

.leftnavlink {
	color: #FFFFFF; /* white */
}

.anchor {
	color: #000000;	/* for links which need to remain black such as h1 tags */
}

a:hover {
	color: #000000; /* dark green (background colour) */
	text-decoration: none;
	font-weight: bold
}

.calido {
	color: #999999; /* dark grey */
}

.leftnavlink {
	color: #000000; /* black */
}


a:selected {
	color: #e55c10; /* orange (border colour) */
	text-decoration: none;
	font-weight: bold
}

.calido {
	color: #cccccc; /* light grey */
}

.leftnavlink {
	color: #FFFFFF; /* white */
}


img {
	border: none;
}

.imgBorder {
	border: 1px	
}
