@charset "UTF-8";
/* CSS Document */

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 #container2 #containerselector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/background2.jpg);
}
#container2  {
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 799px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(/images/upvphoto.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #FFFFFF;
} 
#header {
	margin: 0px;
	background-image: url(/images/topphoto.jpg);
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
} 
#logodiv {
	background-image: url(/images/headerfade.jpg);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #637042;
	background-image: url(/images/greenback.jpg);
	background-repeat: repeat-x;
	min-height: 600px;
}
#chamberevents {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	border: 1px solid #616E42;
	font-size: 11px;
}
#chamberevents h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #791C2E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #778851;
}
#chamberevents a {
	color: #791C2E;
	text-decoration: none;
}
#chamberevents a:hover {
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 230px;
	padding-left: 20px;
	line-height: 18px;
}
.thrColFixHdr #mainContent {
	line-height: 18px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #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;
}
h1, h2, h3, p, form {
	padding: 0px;
	margin: 0px;
}
#az {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	text-align: center;
}
.categorydrop {
	width: 200px;
}
#trainad {
	text-align: center;
	width: 150px;
}
#trainad a {
	color: #F6F6BF;
	background-color: #01497A;
	display: block;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #01497A;
}
#trainad a:hover {
	color: #01497A;
	background-color: #F6F6BF;
}