@charset "utf-8";
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	margin: 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;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(images/cont-back.gif);
	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. */
} 
.thrColFixHdr #header {
	padding: 0px 0px 0px 0px;  /* 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. */
	background-color: #fff;
	background-image: url(/images/white.gif) repeat-y;
} 
.thrColFixHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 h3 {
	font-size: 10pt;
}
.thrColFixHdr #sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 195px;
	margin-bottom: 0;
	margin-left: 195px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 540px;
} 
.thrColFixHdr #mainContent h1 {
	margin: 0px; /* 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.thrColFixHdr #mainContent h2 {
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.thrColFixHdr #mainContent p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.post-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.date-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#99F;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	border-top: 1px dotted #ccc;
	width: 100%;
	background-image:url(images/white.gif);
} 
.thrColFixHdr #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: 9pt;
	text-align:left;
}
.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;
}

#rightNav {
	padding: 0px 0px 0px 0px;  /* 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. */
	background-color: #FFFFFF;
} 

#rightNav ul {
	font: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	background-image:url(images/white.gif);
	white-space: nowrap;
}

#rightNav li {
	float: right;
	margin: 0px;
	padding: 0px;
}

#rightNav li a, #rightNav li a:link {
	color: #000;
	text-decoration: none;
	border-right: 0px dashed #ccc;
	display: block;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	padding-top: 0.5em;
	padding-right: 2.5em;
	padding-bottom: 0.5em;
	padding-left: 2.5em;
}

#rightNav li a:hover {
	background-color: #851600;
	color: #fff;
}
#rightNav li a.current, #topNav li a.current:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	padding-top: 0.5em;
	padding-right: 2.5em;
	padding-bottom: 0.5em;
	padding-left: 2.5em;
	background: url(images/cse-blue-but.gif);
}
/* IE 6 hack to make entire button clickable */
* html #rightNav a { width: 1px; }

#topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-bottom: 1px solid #fff;
	width: 100%;
	white-space: nowrap;
}

#topNav li {
	float: left;
	padding: 0px;
	margin: 0px;
	font: 0.7em Arial, Helvetica, sans-serif;
	width: 14%;
	text-align:center;
	background: url(images/cse-red-but.gif) repeat-x left top;
	border-right: 1px solid #fff;
}

#topNav li a, #topNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	display: block;
	font: 1em Arial, Helvetica, sans-serif;
}

#topNav li a:hover {
	background: url(images/cse-blue-but.gif);
}

/* IE 6 hack to make entire button clickable */
* html #topNav a { width: 1px; }

div.img
{
	margin: 2px;
	border: 0px solid #0000ff;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	padding: 2px;
}	
div.img img
{
  display: inline;
  margin: 2px;
  border: 1px solid #000;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 170px;
  margin: 1px;
  font: 0.7em Arial, Helvetica, sans-serif;
}

.topimage {
	padding-top: 5px;
	padding-right: 200px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.h3 {
	font-size: 8pt;
}
div.half {
	width: 265px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:left;
}
div.halfr {
	width: 265px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.imgpad { padding: 2px; }
.image1 {
	border: 1px solid #000;
}

div.img2
{
	margin: 2px;
	border: 0px solid #0000ff;
	height: auto;
	width: 250px;
	float: left;
	text-align: center;
	padding: 2px;
}	
div.img2 img2
{
  display: inline;
  margin: 2px;
  border: 1px solid #000;
}
div.img2 a:hover img2 {border: 1px solid #0000ff;}
div.desc2
{
  text-align: center;
  font-weight: normal;
  width: 250px;
  margin: 1px;
  font: 0.7em Arial, Helvetica, sans-serif;
}
.post-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
    color:#c60;
}
.post-title a, .post-title a:visited, .post-title strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#c60;
	text-decoration:none; 
  }