body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif, #333333;
	font-size: 13px;
}

.twoColFixLtHdr {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif, #333333;
	font-size: 13px; }
	
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	}

h1 {font-size: 19px;
}	
h2 {
	font-size: 17px;
	text-decoration: none;
}
h3 {
	font-size: 15px;
	color:#333333;
	border-bottom-color: #333333;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	}
#container {
	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. */
} 

.twoColFixLtHdr #header {
	font-family: Trebuchet MS, serif;
	height: 150px;
	background-image:url(../images/header.gif);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 15px 0px 0px 0px;
	display: block;
	width: 760px;
} 

.twoColFixLtHdr #headinfo {
	float:right;
	width:120px;
	margin:15px 0px 7px 7px;
	height:30px;
	padding:5px 15px 0px 0px;
	background:url(../images/button.gif) no-repeat;
	text-align:center;
	display: inline;
	clear: both;
}
.twoColFixLtHdr #headinfo a { 
	color:#333333;
	font-size: 18px; 
	text-decoration: none;
	 }
	
.twoColFixLtHdr #headinfo a:hover {
	color:#000000;
	font-size: 18px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#logotext {
	float: left;
	clear: both;
	font-family:Trebuchet MS;
	font-size:22px;
	color:#FFFFFF;
	display: block;
	padding: 10px 0px 0px 30px;
}
#logotext a {
	text-decoration: none;
	color: #FFFFFF;
	}
#logotext a:hover {
	color:#FFCD59;
	}
#logotext strong {
	color:#FFFFFF;
}
.logotext2 { font-size: 14px;}
.logotext3 {
	clear: both;
	width:700px;
	margin:155px 0px 15px 25px;
	font-family:Trebuchet MS;
	font-size: 28px;
	color: #000000;
	}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 10px 15px 0px;
	z-index: 1;
	overflow: hidden;
}

.twoColFixLtHdr #sidebar1 ul { margin: 0; padding:0; }
.twoColFixLtHdr #sidebar1 ul li {
	list-style:none;
	margin:4px 0;
	padding:0;
}
.twoColFixLtHdr #sidebar1 ul li a { display:block; width:120px; margin:0; padding:5px; background-color:#E6E6E6; }
.twoColFixLtHdr #sidebar1 ul li a:hover { background-color:#FFCD59; }
.twoColFixLtHdr #sidebar1 ul li ul { margin: 0; padding:0; }
.twoColFixLtHdr #sidebar1 ul li ul li { list-style:none; margin:1px 0; padding:0; }
.twoColFixLtHdr #sidebar1 ul li ul li a { padding:5px; background-color:#EFEFEF; }




.twoColFixLtHdr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 550px;
	float: left;
} 
.twoColFixLtHdr #mainContent a:hover{
	color:#FF9933;
	text-decoration: underline;
	}

#contentimages a:hover {
	color:#FFFFFF;
	text-decoration: none;
	}
	 
.indent{
	margin-left: 30px;
	line-height: 15px;
	}
	
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
tr{
	line-height: 20px;
}		
table th {
	text-align: left;
	color:#FFFFFF;
	font-weight: normal;
	padding: 0.1em 0.5em;
	background-color: #333333;
	line-height: 20px;
}
table td {
	text-align: left;
	font-weight: normal;
	padding: 0.1em 0.5em;
	background-color: #DADADE;
	line-height: 20px;
}

table td.body {
	text-align: left;
}
table td.assign {
	background-color:#CCCCCC;
}

.ital {
	font-size: 12px;
	font-style:italic;
	color:#666666;
	}
.metro {
	padding: 1em, 0, 0, 0;
	}
