@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(../images/bgs/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px 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. */
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/banner/banner_03.jpg);
	background-repeat: repeat-y;
	height: 195px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 0;
}
.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;
}
.twoColFixLtHdr #container #mainContent .box_fullWidth .grey1_content p {
	margin: 0px;
	padding: 0px;
}
/*****************/


.boxside_links {background:transparent url(../images/boxes/menu_bg.png) repeat-x scroll center bottom;display:block;margin:0 1px 0 2px;width:174px; padding:2px 0}
.boxside_links a{  text-decoration:none; color:#000000; padding-left:10px; }
.boxside_links:hover { background:transparent url(../images/boxes/menu_hover.png) repeat-x scroll center bottom; color:#7DBACD;  }

.grey_footer {height:3px;}
.grey_left {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:transparent url(../images/boxes/grey1_bl.jpg) no-repeat scroll right bottom;float:left;height:3px;width:5px;}
.grey_center {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:transparent url(../images/boxes/grey1_cb.jpg) repeat-x scroll left bottom;float:left;height:3px;width:170px;}
.grey_center2{ background:url(../images/boxes/grey1_cb.jpg) repeat-x; width:574px; _width:98.3%; height:20px; float:left;}
.grey_right {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:transparent url(../images/boxes/grey1_br.jpg) no-repeat scroll right bottom;float:left;height:3px;width:5px;}


.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 11.5em; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px .5em;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 11.5em; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px .5em;
}
.twoColFixLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsLtHdr #mainContent {
	margin: 0 .5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 15px 0px 0px;
} 
.twoCOlElsLtHdr #mainContent p {
	padding: 0;
	margin: 0;
}

.box_full{ 
width:180px;}
