@charset "utf-8";

/* CSS Document */



body  {

	font: 14px 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;

}



p {

	font-size: 14px;

}



.twoColHybRtHdr #container {

	width: 800px;  /* this will create a container 80% of the browser width */

	background: #FFFFFF;

	margin: 0 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. */

} 

.twoColHybRtHdr #header {

	background: #e3e492;

	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: 0px;

	border-bottom-width: 3px;

	border-bottom-style: solid;

	border-bottom-color: #CDCD32;

} 

.twoColHybRtHdr #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 */

}

h1 {

	font-size: 1.8em;

	color: #0099FF;

}

h2 {

	font-size: 16px;

	color: #990000;

	margin-top: 15px;

}



h3 {

	padding-left: 5px;

	margin-bottom: 2px;



}

	

#title {

	color: #000000;

}



#box {

	 border:1px solid #CCCC66;

	 padding:5px;

	 }



.twoColHybRtHdr #sidebar1 {

	float: right;

	

	padding: 0;

}

.twoColHybRtHdr #sidebar1 h3, .twoColHybRtHdr #sidebar1 p {

	margin-left: 10px;

	margin-right: 10px;

}



.twoColHybRtHdr #mainContent {

  margin: 0 13em 0 10px; 

} 

.twoColHybRtHdr #footer { 

	padding: 0 10px; 

	background:#DDDDDD;

} 

.twoColHybRtHdr #footer p {

	margin: 0; 

	padding: 10px 0;

}



.fltrt { 

	float: right;

	margin-left: 8px;

}

.fltlft {

	float: left;

	margin-right: 8px;

}

.clearfloat { 

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

.style1 {

	color: #3366FF;

	font-style: italic;

}



a, a:link {

	color: #0066CC;

	text-decoration: none;

}



a:hover {

	text-decoration: underline;

	background-color: #FFFF99;

}



a:visited {

	color:#6666FF;

}

