@charset "utf-8";
/* CSS Document */
html {
height: 100%;
}


body  {
	font: 100%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	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: #333;
	height: 100%;
	background:url(graphics/layout/bg.jpg) top repeat-x #666666;
}

a:link {
	color: #000;
}
a:hover {
	text-decoration:none;
	color: #366;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}
h1, h2, h3, h4, h5 {margin:0px}

.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: -5px auto 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
		background-image: url(graphics/layout/leftcolumn.gif);
	background-repeat:repeat-y;
	background-position:left;
	
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	margin-bottom: 0px;

}#picture {border-bottom: 1px #000 solid;

} 
.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: 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: 164px; /* 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: 0;
	height: 100%;

}
.twoColFixLtHdr #container #containerSub {
	height: 100%;

	z-index: 20;
	margin: -20px 0 -20px 0;
	padding: 0 25px 0 0;
}

.twoColFixLtHdr #sidebar1home {
	float: left; /* since this element is floated, a width must be given */
	width: 174px; /* 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: 0;
	height: 100%;
	background-image:url(graphics/layout/leftcolumn.gif);
	margin-bottom:5px;
}
.twoColFixLtHdr #mainContentHome {
	margin: -60px 0 0 210px; /* 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: 0 0px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 2em;
	width: 375px;
	font-size: 0.9em;
	text-align: center;
	
}
.twoColFixLtHdr #mainContentSub {
	margin: 0px 0 0 210px; /* 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: 0 0px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.8em;
	width: 535px;
	font-size: 0.9em;
	text-align: left;
} 
.twoColFixLtHdr #footer {
	padding: 0 0px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 0.8em;
	margin-top: -5px;
	border-top: 1px solid #666;
} 
.twoColFixLtHdr #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 */
}
.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 #header #header-swoosh {
	background-image: url(graphics/layout/header.jpg);
	background-repeat: no-repeat;
	height: 198px;
	width: 800px;
	z-index: 10;
}
ul .menu  {
	list-style-image:url(graphics/layout/bullet.png);

	margin:10px 0 10px 0px;
	font-size: .75em;
	}
li .menu  {margin:10px 0 10px 0}

.menu .menu a {
	color: #333;
	text-decoration: none;}
.menu .menu a:hover {
	color: #000;
	text-decoration: underline;

}

.twoColFixLtHdr #container #sidebar2 {
	float: right;
	width: 170px;
	text-align: center;
	font-size: .9em;
}
.twoColFixLtHdr #container #pictures-bottom-home img, #mainContentSub img {
	padding: 5px;
	border: medium solid #FFE050;
}
.twoColFixLtHdr #container #pictures-bottom-home {
	width: 200px;
	margin: auto;
}
.twoColFixLtHdr #container #linebreak {
	border-right: thin solid #666;
	height: 600px;
	width: 3px;
	clear: none;
	float: right;
	margin-top: -58px;
}
a {
	color: #000;
}
.twoColFixLtHdr #container #containerSub #mainContentSub #column {
	width: 185px;
	background-image: url(graphics/layout/breakoutbox_02.jpg);
	float: right;
	margin-top: 12px;
	margin-left: 10px;}
	
.twoColFixLtHdr #container #containerSub #mainContentSub #column #column-middle {
	padding: 6px;
}
.twoColFixLtHdr #container #containerSub #mainContentSub #column #column-middleTEXT {
	padding: 0 16px 0 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align:justify;
}
#div_msg {
  margin: 7px 0px;
}

#div_msg .processmsg {
  padding: 3px 7px 3px 5px;
  color: white;
  background: #374651;
}

#div_msg .errormsg {
  color: red;
  font-weight: bold;
}

#div_msg .statusmsg {
  color: #374651;
  font-weight: bold;
}

#div_msg .updatemsg {
  color: white;
  background: #af914b;
  padding: 3px 7px 3px 5px;}
  
.redtext {
	color: #F00;
}
.smtext { font-size:.8em}

#floatRgt {
	float: right;
	margin-left: 8px;
}
.twoColFixLtHdr #container #containerSub #mainContentSub img .noBorder {
	border: 0px none
}
.twoColFixLtHdr #container #containerSub #sidebar1 #BGwidget li {
	margin-left: -30px;
}
