@charset "utf-8";
body  {
	font: x-large Verdana, Arial, sans-serif, Helvetica, sans-serif;
	font-size:13px;
	background: #ffcc33;
	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 */
}

.bold {font-weight:bold;}
.center {text-align:center;}
.italic {font-style:italic;}

h1 {
	font-size: 16px; 
	color:#cc0000; 
	padding-left: 10px;
	font-weight: normal;
}

h3 {
	font-size: 14px; 
	color:#cc0000; 
	padding-left: 10px;
	font-weight: normal;
}

a {
	color:#cc0000;
}

.thrColElsHdr #container { 
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #ffcc33;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 50px;
	border: 1px solid #ffcc33;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColElsHdr #header { 
	background:  #ffcc33 url(../images/logo1.jpg) top left no-repeat;
	height:82px;
	vertical-align:bottom;
} 

.thrColElsHdr #sidebar1 {
	float: left; 
	width: 170px; /* since this element is floated, a width must be given */
	height:370px;
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 160px; /* since this element is floated, a width must be given */
	height:380px;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	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;
}

.thrColElsHdr #mainContent {
 	margin: 0px 0px 0px 10px;
	background: url(../images/sun.jpg) right bottom no-repeat;
	background-position: right  780px 400px;
	height: 190px;
} 
.thrColElsHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffcc33;
} 
.thrColElsHdr #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 */
}
#footer{height:50px;}
#footer ul {margin: 0; padding: 5px; color:#fff; font-weight:bold; list-style-type: none; list-style-image: none; text-align:center; }


/* Miscellaneous classes for reuse */
.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;
}
#topMenu{}
#topMenu ul{ background: url(../images/menu.jpg) repeat-x top left; height: 30px; margin: 0; padding: 0;padding-top: 10px;
	 color:#fff; font-weight:bold; letter-spacing: 0px;list-style-type: none; list-style-image: none; text-align:center; }
.NormalMenu {display: inline; border-right:1px solid #fff; padding-right: 7px; padding-left: 2px; }
.NormalMenu a, .LastMenu a {color: #fff;text-decoration:none;}
.SelectedMenu {display: inline; border-right:1px solid #fff; padding-right: 7px; padding-left: 2px; color:#F90; }
.SelectedMenu a {color: #ff9900;text-decoration:none;}
.LastMenu {color: #fff; display: inline; padding-right: 10px;  padding-left: 4px; border:0px; }

#leftMenu {background-color:#bbd154; width:100%; margin-left:5px;}
#leftMenu ul {color:#1b7614;  list-style-type: none; list-style-image: none; padding:5px; margin:0px;}

.LeftNormal { padding:5px; }
.LeftNormal a {color: #1b7614;text-decoration:none;}
.LeftSelected {font-weight:bold; padding:5px; }
.LeftSelected a {color: #1b7614;text-decoration:none;}

.slogan{float:left; padding-top:40px;}
.floatLeft {float:left;}
.bigWhite {float:left; margin:10px 0px 10px 16px; padding:0px; width:200px; font-size:14px; font-weight:bold; color:#fff;}
.rightDiv {float:right; margin:10px 10px 10px 0px;}
.div350 {color:#fff; width: 350px; margin-left:16px;margin-top:7px;margin-bottom:7px;}
.greenDiv {float:left; color:#1b7614; margin:10px 10px 10px 16px; width: 370px; background: #dae6a1;}
.floatLeft20 {float:left; padding-right: 20px; width:160px;}
.greenTxt {padding-left: 10px; line-height:18px; font-size:16px;}
.greenColor {color:#1b7614;}
.redColor {color:#cc0000;}
.widthText {padding-left:10px; width:60%;}
.paddingLeft10 {padding-left: 10px;}
.whiteSpace {padding: 5px;margin-top:15px;}
.bottomDiv {background-color: #fff;border-top:1px solid #fff; margin:0px; padding:0px;}
.slideRight {width:165px; background:url(../images/zero_top.jpg)  bottom center no-repeat;}
.zero_bottom {width:165px; background:#ffcc33 url(../images/zero_bottom.jpg)  top center no-repeat;}
.leftFooter {background-color:#ffcc33;}
.copyright {
	color:#fff; text-align:center;
	}

.greyText {color:#5e5e5e; font-weight:bold; font-size:14px; padding-left:10px;}
.greyBorder {border:1px solid #cccccc; width:100%; height:150px; margin-left:5px;}

.whiteBorder {border-top:10px solid white;border-left:5px solid white;border-right:5px solid white;border-bottom:0px solid white; background: #fff;}

#topMenu ul a:hover {color: #F90; margin:0px; padding:0px;  }
#footer ul a:hover {color: #1b7614; }
#leftMenu ul a:hover {font-weight:bold; }

.sessionTable {
	border-color:black;
	/*width:400px;*/
}
.ruler {
width:450px;
margin-left:10px;
margin-right:10px;
border-bottom:1px solid orange;
}
.box {
/*width:457px;*/
background-color:#fcfbf6;
/*margin-left:10px;*/
border:1px solid #9290b0;
padding-left: 10px;
}
.box p {
padding-right:10px;
}
.bio {
	border-left:1px solid #9290b0;
	border-bottom:1px solid #9290b0;
}
