@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-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: #000000;
	background-repeat: repeat;
	background-image: url(assets/bg_grey.jpg);
	background-color: #FFF;
}
.twoColFixRtHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .copyrt {
	font-size: 11px;
}

.twoColFixRtHdr #container {
	width: 1000px; /* 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-color: #FFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding: 0 0px 0px 0px;
	height: auto;
	background-color: #FFF;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	height: 98%;
	border-left-style: inset;
	border-left-color: #CCC;
	border-left-width: 2px;
}
.twoColFixRtHdr #mainContent {
	padding: 20px 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	margin-left: 250px;
	color: #333;
	margin-right: 280px;
	height: inherit;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#990000;
	border-top: solid black 1px;
	margin-right: auto;
	margin-left: auto;
	width: 972px;
} 
.twoColFixRtHdr #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 */
	font-size: 14px;
	color: #FFF5EC;
	text-align: center;
}
.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;
	width: 250px;
}
#sidebarLft {
	background-color: #FFF;
	text-align: center;
	height: auto;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	margin-top: 0px;
	background-image: url(assets/logo-back.png);
	background-repeat: no-repeat;
}
.centeredItem {
	text-align: center;
}
#usefullinks {
	clear: right;
	margin-left: 270px;
	background-image: url(assets/linkboxfade.jpg);
	background-repeat: no-repeat;
	height: auto;
}



.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;
}
.BodyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: left;
	line-height: normal;
}
.redBold {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

.sidebarText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
#quotesdiv {
	background-image: url(assets/quoteBkgnd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 400px;
}
.twoColFixRtHdr #container #sidebarLft p a {
	color: #330;
	text-decoration: underline;
}
#welcomeTableCell {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #330;
	margin-top: -20px;
}
.intro:first-letter {
	font-size: 24px;
	font-weight: bolder;
	color: #600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ul li {
	list-style-type: disc;
}

.twoColFixRtHdr #container #sidebarLft #navtable tr td {
	font-size: 12px;
	font-weight: bold;
	color: #330;
}
#navtable {
	text-align: left;
}
#discipline {
	font-size: 12px;
	margin-right: 100px;
}
#navDiv {
	background-color: #CC3;
	font-size: 10px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

.twoColFixRtHdr #childpages {
	text-align: left;
	margin-left: 250px;
	color: #333;
	margin-right: 30px;
	height: auto;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
}
copyrt {
	font-size: 10px;
}
#redText {
	color: #900;
	font-weight: bold;
}
.twoColFixRtHdr #maineventscontent {
	padding: 20px 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	margin-left: 250px;
	color: #333;
	margin-right: 5px;
	height: auto;
}
.twoColFixRtHdr #mainContent2 {
	padding: 20px 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	margin-left: 20px;
	color: #333;
	margin-right: 20px;
	height: auto;
}
.twoColFixRtHdr #mainContent3 {
	padding: 20px 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	margin-left: 250px;
	color: #333;
	margin-right: 20px;
	height: auto;
}
.CurrentEventsText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000;
	text-align: justify;
	line-height: normal;
	text-indent: 15px;
}
.twoColFixRtHdr #container #mainContent #headline {
	font-size: 14px;
	font-weight: bold;
	color: #600;
	background-image: url(assets/layout-bgnd.jpg);
	background-repeat: repeat-y;
	height: 26px;
	width: 380px;
	border: solid black 1px;
	margin-left: 250px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#navDiv a:hover {
	background-color: #CC3;
	font-size: 10px;
	font-weight: bold;
	color: #960;
	text-decoration: none;
}
#navDiv a {
	background-color: #CC3;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.twoColFixRtHdr #container #fullpagewidth {
	background-color: #FFF;
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
}
.NewInfoText {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
}

