body  {
	font: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* skipLinks */
p#skipLinks {
	margin:0;
	padding:0;
	}
p#skipLinks  a {
	position:absolute;
	left:-1000px;
	height:1px;
	overflow:hidden;
	color:#fff;
	font-size:0.9em;
	}
p#skipLinks a:focus, p#skipLinks a:active, p#skipLinks a:hover {

	left: 12px;
	height: 2em;
	overflow:auto;
	top:7px;
	}
 #container { 
	width: 40em;
	max-width:760px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left:2.5em;
} 
 #header { 
	background: url(../gfx/chequerboard.jpg) no-repeat 0 30px ; 
	height:  159px;
	clear:both;
	padding-top:27px;
} 
 #header h1 {
	margin: 0; 
	text-align:right;
}


#sidebar1 {
	float: right; 
	width: 12em; 
	padding-top: 15px 0 15px 0; 
	margin:2.8em 1em 0 0;
	border-top:2px solid black;
}
#sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#sidebar1 ul {
	margin:0;
	padding:0;
	}

#sidebar1 ul li {
	list-style-type:none;
	padding-bottom:1px;
	margin:0;
	background:url(../gfx/underline.gif) 0 1.67em  repeat-x;
	}
#sidebar1 ul li a {
	display: block;
	padding: 0.2em 0 0.2em 2em;
	margin-left:0;
	background:url(../gfx/bullet.gif) 0.1em 0.59em no-repeat;
	color:#000;
	text-decoration:none;
	}
#sidebar1 ul li a:active, #sidebar1 ul li a:focus,  #sidebar1 ul li a:hover {
	background-position:2px -1em;
	background-color: #CCC;
	}
.sidebarImg {
	display:block;
	margin-top:2em;
	}
	
/* main content area styles */

#mainContent { 
	margin: 0 37.1% 3% 0; /* the left margin should mirror the margin on the header and footer for proper alignment. */
} 
#mainContent p{
	font-size:0.8em;
	line-height:150%;
	margin:0;
	padding:0.3em 0 0.3em 0;
	} 
#mainContent h2, #sidebar1 h2, #mainContent h3 {
	font-family:Century Gothic, Trebuchet MS, Verdana;
	font-weight:normal;
	margin:0.6em 0 0.4em 0;
	padding:0;
	} 
#mainContent a {
	color: #000;
	}
#mainContent a:active, #mainContent a:focus, #mainContent a:hover {
	background-color: #999;

	text-decoration:none;
	}
#mainContent ul {
	list-style-type:circle;
	margin-left:0;
	padding-left:1em;
	}


#mainContent ol li, #mainContent ul li {
	font-size:0.8em;
	}	

#footer { 
	padding: 6px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#181512;
	color:#fff;
	font-size:0.7em; 
} 
#footer p {
	margin: 0; 
	padding: 3px 0; 
}
#footer p a{
	color:#fff;
	}

#footer p a:active, #footer p a:focus, #footer p a:hover {
	background-color:#CCC;
	color:#000;
	text-decoration:none;
	}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* navs */
#mainNav  {
	background: #3A3A3A url(../gfx/topNavBack.jpg) repeat-x;
	height:2em;
	}
#mainNav  ul {
	width:40em;
	margin:0 auto;
	
	}

#mainNav ul li {
	list-style-type:none;
	float: left;
	font-size:0.9em;
	}
#mainNav ul li a {
	display:block;
	padding:0.5em 2em 0.5em 2em;
	color:#fff;
	border-right: 2px solid #999;
	
	}
#mainNav ul li a.first {
	border-left: 2px solid #999;
	}
#mainNav li a.current {
	background-color:#858382;
	}

#mainNav a:active, #mainNav a:focus, #mainNav a:hover {
	background-color:#858382;
	}
	
/* Breadcrumb */

p#breadcrumb {
	border-bottom:2px solid #000;
	padding: 1em 0 1em 0;
	}
p#breadcrumb a {
	color:#000;
	}

/* contact form */
form#Contact_Us {	
	margin: 0;
	}



#Contact_Us  label {
	display:block;
	padding: 0.5em;
	position: relative;
	font-size:0.8em;
	}

#Contact_Us  label input {	
	position: absolute;
	left: 55%;
	}

#Contact_Us  label input.check {
	position: relative;
	left: 0;
	}

#Contact_Us textarea {
	display: block;
	margin: 1em 0;
	width:80%;
	}

#Contact_Us fieldset {
	font-size:1em;
	font-weight:bold;
	margin: 1.5em 0 1.5em 0;
	display: block;
	padding: 0.5em;
	width:24em;
	}

#Contact_Us legend {
	
	font-size:1em;
	font-weight:bold;
	color: #666;
	background-color:#FFF;
	}

#Contact_Us #Submit {
	margin: 1em 0.5em;
	}
#Contact_Us #message {
	font-size:1em;
	color:#666;
	margin: 0 1em;
	}
#Contact_Us #error {
	color:#FF0000;
	
	}
