/* CSS Document */

body{
	padding: 0px;
	
}

h1{
	color: #003261;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:link, a:visited, a:active, a:hover{
	color: #003366;
	text-decoration:none;
}
.h1_text{
	color: #003261;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#container
{
	width: 80%;
	margin: 0px auto;
	min-width: 800px;
	/*line-height: 130%;*/

}

#top
{
	padding: .5em;
	height: 75px;
 
	/*clear: both;

	border: 2px #990000 solid;*/
}

#leftnav
{
	float: left;
	width: 155px;
	margin: 0;
	padding: .1em;
	clear: both;
}

.lhslinks a:link, a:visited, a:active, a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 10px;
	text-decoration: none;
}

#content
{
margin-left: 160px;
padding: .1em;
margin-bottom: 20px;

/*max-width: 36em;*/
}

.prodboxlinks{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 11px;
	font-weight: bold;

}

.prodboxlinks a:link{font-family: Arial, Helvetica, sans-serif;	color: #003366;	font-size: 11px; font-weight: bold; text-decoration: none;}

.prodboxlinks a:active{font-family: Arial, Helvetica, sans-serif;	color: #003366;	font-size: 11px; font-weight: bold; text-decoration: none;}

.prodboxlinks a:visited{font-family: Arial, Helvetica, sans-serif;	color: #003366;	font-size: 11px; font-weight: bold; text-decoration: none;}

.prodboxlinks a:hover{font-family: Arial, Helvetica, sans-serif;	color: #003366;	font-size: 11px; font-weight: bold; text-decoration: underline;}


#footer
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	width: 95%;
	background-color:#003261;
	padding: 5px;
	text-align:center;
	color:#FFFFFF;
	font-size: 10px;
	float: left;
}
.footertext{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
}

.footertext a:link, a:visited, a:active, a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

/*body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}*/
#bluetext{
	color: #003261;
}
#redtext{
	color: #CC0000;
}
#greytext{
	color: #999999;
}
#fullheight{height:100%}

.red_highlight_text{
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.red_highlight_text a:link{ color: #CC0000;	font-family: Arial, Helvetica, sans-serif;	font-size: 13px; font-weight: bold;}
.red_highlight_text a:active{ color: #CC0000;	font-family: Arial, Helvetica, sans-serif;	font-size: 13px; font-weight: bold;}
.red_highlight_text a:visited{ color: #CC0000;	font-family: Arial, Helvetica, sans-serif;	font-size: 13px; font-weight: bold;}
.red_highlight_text a:hover{ color: #CC0000;	font-family: Arial, Helvetica, sans-serif;	font-size: 13px; text-decoration:underline; font-weight: bold;}


.allbuttons
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #ffffff;
  background: #003366;
  border-top: 1px solid #455F87;
  border-left: 1px solid #455F87;
  border-right: 1px solid #00173A;
  border-bottom: 1px solid #00173A;
}
.redbuttons
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #ffffff;
  background: #CC0000;
  border-top: 1px solid #A60000;
  border-left: 1px solid #A60000;
  border-right: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}
<!--Structure Containers -->
.totalcontainer{
	width: 95%;
	min-width: 800px;
	border: solid 2px #FF0000;
}
.mainheader{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 2px #0000FF;
}
.mainblueline{
	width: 100%;
	height: 1px;
	background-color: #003261;
}
.lhs{
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	border: solid 2px #CC0066;
}
.main{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 2px #FFCC00;
	width: auto;
	float: left;
	
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background-color:#003261;
	padding: 5px;
	text-align:center;
	color:#FFFFFF;
	border: solid 2px #663300;
	
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

<!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */

	
</style>
<![endif]-->