<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
#container  {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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;
	padding: 40px;
} 
body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(images/bgfull.gif);
	background-repeat: repeat-x;
	font-size: 90%;
}
#header  {
	padding: 0;  /* 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. */
	height: 115px;
	width: 640px;
} 
#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 */
}
#nav  {
	float: left; /* since this element is floated, a width must be given */
	width: 124px;
	padding-top: 12px;
	font-size: 95%;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}
#nav li {
	margin: 0px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 124px;
	padding-top: 12px;
	padding-left: 12px;
} 
#footer  {
	background:#DDDDDD;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 75%;
	text-align: center;
	margin-top: 12px;
} 
p {
	margin: 0px;
	padding: 0px;
}
#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 */
}
.smcenter {
	font-size: 80%;
	text-align: center;
}
#center {
	text-align: center;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
#nav li a:visited {
	display: block;
	padding-top: .25em;
	text-decoration: none;
}
#nav li a {
	display: block;
	padding-top: .25em;
	text-decoration: none;
	color: #600;
	font-weight: bold;
}
h1 {
	margin: 0px;
	padding: 0px 0px 8px;
}
#nav li a:visited {
	display: block;
	padding-top: .25em;
	text-decoration: none;
	font-weight: bold;
	color: #600;
}
#nav li a:hover {
	display: block;
	padding-top: .25em;
	text-decoration: none;
	background-color: #CCC;
	font-weight: bold;
	color: #630;
}
#nav li a:active {
	display: block;
	padding-top: .25em;
	text-decoration: none;
	font-weight: bold;
	color: #600;
}
a {
	color: #600;
}
a:visited {
	color: #600;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #600;
}
#pixright {
	float: right;
	padding-bottom: 12px;
	padding-left: 12px;
}
.bold {
	font-weight: bold;
}
