<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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-smooth: always;
}
.thrColFixLtHdr #container {
	width: 800px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
	font-smooth: always;
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
    
}



.thrColFixLtHdr #header {
	background: #510600;
	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. */
		font-smooth: always;

	
} 
.thrColFixLtHdr #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 */
		font-smooth: always;
}
.thrColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	padding: 0px;
	margin-left: 22px;
	font-smooth: always;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #560900;
	border-bottom-color: #560900;
	border-left-color: #560900;
	

}
.thrColFixLtHdr #sidebar2 {
	float: right;
	width: 225px;
	font-smooth: always;
	background-color: #FFFFFF;
	background-repeat: repeat;
	
	}
	#sidebar2text{
	margin-right: 27px;
	width: 215px;
	font-family: "Trebuchet MS", Verdana, tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-smooth: always;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	
	}
	



.thrColFixLtHdr #mainContent {
	padding:5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-smooth: always;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	background-repeat: no-repeat;
	background-position: left bottom;



		
	
} 
.thrColFixLtHdr #footer {
	color: #fff;
	padding: 0px;
	font-smooth: always;
	background-image: url(../images/new/backgroundmed.png);
	background-position: center bottom;
	height: 197px;
	background-repeat: no-repeat;
} 
.thrColFixLtHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-smooth: always;
}
.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;
		font-smooth: always;
}
.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;
}
.applemenu{
	padding: 0;
	width: 150px; /*width of menu*/
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.applemenu div.silverheader a{
background: white url(../images/new/silvergradient.gif) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #333333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color:#333333;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../images/new/silvergradientover.gif);
color: #fff;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

/* tooltip */
a.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	position: relative;
	font-size: 12px;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:help;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:1px;
	width:160px; 
	height:auto; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(images/new/form/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:11; 
	padding-left:1px; 
	padding-top:4px;
	padding-bottom: 4px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}
img {
border: none; }
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
