@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-back1.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 #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #mainContent .clear1 {
   clear: left;
}
.thrColFixHdr #mainContent 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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: lighter;
}
.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;
	font-weight: bold;
}
.thrColFixHdr #mainContent h3 {
	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: 10pt;
}

.thrColFixHdr #mainContent p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.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;
}
.clearfloatleft { /* 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:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloatright { /* 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:right;
    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);
}

#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;
}

/* IE 6 hack to make entire button clickable */
* html #rightNav a { width: 1px; }


#topNav ul {
	padding: 0px;
	list-style: none;
	background-color:#FFF;
	float: left;
	border-bottom: 1px solid #fff;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#topNav li {
	float: left;
	padding: 0px;
	margin: 0px;
	font: 0.7em Arial, Helvetica, sans-serif;
	width: 14%;
	text-align:center;
	border-right: 1px solid #fff;
	background: url(images/cse-red-but.gif) repeat-x left top;
}

#topNav li a, #topNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.3em;
	padding-right: 0.1em;
	padding-bottom: 0.3em;
	padding-left: 0.1em;
	display: block;
	font: 1em Arial, Helvetica, sans-serif;
	clear:left;
}

#topNav li a:hover {
	background: url(images/cse-blue-but.gif);
}
#topNav li a.current, #topNav li a.current:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.3em;
	padding-right: 0.1em;
	padding-bottom: 0.3em;
	padding-left: 0.1em;
	display: block;
	font: 1em Arial, Helvetica, sans-serif;
	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;
}
.style5 {
	background-color: #B9C9FF;
}
.style6 {
	color: #ff0000;
}
div.img200
{
	margin: 2px;
	border: 0px solid #0000ff;
	height: 120px;
	width: 200px;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}	
div.img200 img200
{
  display: inline;
  margin: 2px;
  border: 0px solid #000;
}
div.img200 a:hover img200 {border: 0px solid #0000ff;}
div.desc200
{
  text-align: center;
  font-weight: normal;
  width: 200px;
  margin: 1px;
  font: 0.7em Arial, Helvetica, sans-serif;
}

div.imgr
{
	margin: 2px;
	border: 0px solid #0000ff;
	height: auto;
	width: auto;
	float: right;
	text-align: center;
	padding: 2px;
}	
div.imgr imgr
{
  display: inline;
  margin: 2px;
  border: 1px solid #000;
}
div.imgr a a:hover imgr {border: 1px solid #0000ff;}
div.descr
{
  text-align: center;
  font-weight: normal;
  width: auto;
  margin: 1px;
  font: 0.7em Arial, Helvetica, sans-serif;
}
.discon {
	font-size: 200%;
	font-weight: bolder;
	color: #F00;
}
.white { color: #fff }

