h1  {
	font-size: 18px;
	font-color: #666666;
	margin:0px;
	padding:0px
}
h2  {
	font-size: 18px;
	color:#93224E;
	margin:0px;
	padding:0px;
}

h3  
{
	font-size: 14px;
/*	color:#93224E;*/
	color:#525252;
	margin:0px;
	padding:0px;
}

h5 
{
	font-size: 11px;
	color:#000000;
	margin:0px;
	padding:0px;
}

p
{
	margin:0px;
	padding:5px 0px 0px 0px;
}


body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/gfx/backdiagstripe.aspx);
}
div {
	border:0px solid red;
}
#mainpage {
	width: 880px;  /* using 20px less than a full 880px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:600px;
} 
#header { 
	background:url(/images/gfx/Gutterfast_Top_Header.aspx) left top #DDDDDD; 
	padding: 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. */
	width:880px;
	height:100px;
}

#header table
{
	border-collapse:collapse;
	width:250px;
	margin-top:16px;
	margin-left:16px;
}

#header table th
{
	width:50px;
	font:12px Arial;
	font-weight:bold;
	color:#525252;
}
#header table td
{
	width:200px;
	font:12px Arial;
	font-weight:bold;
	color:#525252;
}

#topmenu {
	padding: 0px;
	height: 133px;
	width:880px;
} 
#topmenu ul {
	/*
	text-decoration: none;
	display: inline;
	*/
	margin: 0px;
	padding: 0px;
}
#topmenu ul li {
	background-color:gray;
	display: inline;
	float:left;
	list-style-type: none;
	width:102px;
	text-align:center;
	padding-top:6px;
	padding-bottom:8px;
height:15px;
}
#topmenu ul li a {
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
#topmenu ul li.CMSListMenuHighlightedLI{
	background-color:#93224E;
	height:15px;
	width:102px;
}

/* sidebar start */
#sidebar1 {
	background:#C9CACC;
	float:left;
	width:170px;
	color:#333333;
	padding-top:20px;
}

#sidebar1 ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#sidebar1 ul li 
{	
	padding-bottom:6px;
	padding-top:6px;
}

#sidebar1 ul li a {	
	color:#333333;
	padding:6px 0 6px 20px;
	text-decoration:none;	
	font-weight:bold;
	font-size:12px;
}

#sidebar1 ul li.CMSListMenuHighlightedLI
{	
	background-color:#ffffff;
	padding:6px 0 0px 0px;
/*background-color:green;*/
}

#sidebar1 ul li.CMSListMenuHighlightedLI a.CMSListMenuLinkHighlighted
{
	color:#93224E;		
}

#sidebar1 ul li.CMSListMenuHighlightedLI ul li {
	display:block;
}

#sidebar1 ul li ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#C9CACC;
}
#sidebar1 ul li ul li
{	
	padding-bottom:6px;
	padding-top:6px;
	margin-top:0px;
	margin-left:20px;
	background-color:#ffffff;
	display:none;
}

#sidebar1 ul li ul li a {	
	color:#333333;
	padding:6px 0 6px 20px;
	text-decoration:none;	
	font-weight:bold;
	font-size:12px;
}

#sidebar1 ul li ul li.CMSListMenuHighlightedLI
{	
	background-color:#93224E;
	padding:6px 0 6px 0px;		
}

#sidebar1 ul li ul li.CMSListMenuHighlightedLI a.CMSListMenuLinkHighlighted
{
	color:#ffffff;		
}






#centrecontent {
	float:left;
	width:445px;
	padding-left:25px;
	padding-top:20px;	
	padding-bottom:10px;
}

#rightcontent {
	float:right;
	width:210px;
	padding-left:30px;
	padding-top:25px;
	overflow:hidden;

}

#footer {
	width:880px;
	height:50px;
	margin:10px auto;
	background-color:#D1D3D4;
	text-align:left;
} 
#footerinfo
{
        width:380px;
	float:left;
	font:11px Arial;
	font-weight:bold;
	color:#666666;
	padding-left:5px;
	padding-top:5px;

}
#footerinfo p
{
	margin:3px;
}
#footermenu{
	float:right;
	width:425px;
	height:25px;

}
#footermenu ul {
	margin: 0px;
	padding: 0px;
	margin-top:3px;
}
#footermenu ul li {
	display: inline;
	float:left;
	list-style-type: none;
	width:70px;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
}
#footermenu ul li a {
	padding: 2px;
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}



.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;
}
