body  {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-image: url(images/bg-grad.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left;
} 
.twoColFixLtHdr #header {
	margin: 0px;
	padding: 0px;
} 
.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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
}
.twoColFixLtHdr #mainContent {
	text-align: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(images/side-grad.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 210px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
} 
.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 */
}
.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;
}
.simple li a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
h2 {
	background-image: url(images/bg_title.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	color: #333;
	font-size: 14px;
}

.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;
}p {
	line-height: 150%;
	text-align: justify;
}

#navcontainer{
	overflow:auto;
	font-size: 12px;
}

#navcontainer ul
{
	padding-left: 0px;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/bg_navbar.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 0px;
	background-position: center;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}

#navcontainer ul li {
	display: inline;
	float: left;
	margin: 0px;
	white-space: nowrap;
	line-height: 16px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	color: #fff;
	text-decoration: underline;
}
#head {
	font-size: 18px;
	text-align: left;
	padding: 10px;
	margin: 5px;
	font-weight: bold;
	background-image: url(images/bg_footer.gif);
}
.summary {
	
style="text-align:justify;
	padding:4px;
	overflow: auto;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
	background-color: #FFFFE5;
}
.summary .desc {
	color: #093;
	font-weight: bold;
}


h3 {
	background-image: url(images/bg_top_navigation.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #333;
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	font-size: 14px;
}
h3 a {
	background-position: bottom;
	color: #333;
	text-decoration: none;
}
h3 a:hover {
	background-position: bottom;
	color: #058;
	text-decoration: none;
}

div .simple{
	overflow:auto;
}

.simple ul  {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	list-style-type: none;
}

.simple ul  li {
	list-style-type: none;
	font-size: 12px;
	white-space: nowrap;
	width: 190px;
	float: left;
	margin-bottom: 5px;
}

.simple li a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

.simple li a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: #03F;
}

