/* Global Styles */

body {
	font: 100% 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;
	letter-spacing: normal;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #333333;
	text-decoration:none;
	font-weight:normal;
	font-size: small;
	}
	
a:hover {
	color: #CC6600;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #339999;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	background-color: #CC6600;
	}

#padding {
	padding: 0px 5px 0px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #993333;
	letter-spacing:normal;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 27px;
	}
.requiredinput {
	background-color: #99CCCC;
}

	
.bodyText {
	font:11px Arial, Helvetica, sans-serifal;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px Arial, Helvetica, sans-serif;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px Arial, Helvetica, sans-serif;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	color: #333300;
	letter-spacing:.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	

.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/blueblock.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left;
} 
.twoColFixLtHdr #header {
	background-color: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	height: auto;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: auto;
	font-size: large;
	color: #993333;
	vertical-align: middle;	border-bottom-style: inset;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: medium;
	border-bottom-color: #993333;
} 
.twoColFixLtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
	color: #993333;
	background-color: #ffffcc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 7px;
	list-style-type: circle;
	line-height: 23px;
	background-repeat: repeat-y;
	list-style-position: inside;
	color: #000000;
	height: auto;
	background-image: none;
	background-position: right;
	
	
}

.twoColFixLtHdr #mainContent {
	min-height: 280px;
     height:auto !important;
     height:100px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	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: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #99CCCC;
	float: none;
	background-image: none;
	background-repeat: repeat;
	background-position: left;
} 
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	border: 2px none #FFCC99;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/orange-blue-box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 780px;
	float: none;
	position: absolute;  /* changed from fixed to correct footer-scroll issue */

	text-align: left;
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border: 1px none #FFCC99;
	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;
}
.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;
}
a2 {
	color: #006699;
	text-decoration:underline;
	font-weight:normal;
	font-size: small;
}

.style18 {
	color: #333333;
	font-weight:normal;
	font-size: x-small;
	font-style: normal;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 6px;
	list-style-position: inside;
	list-style-type: disc;
	font-size: medium;
	color: #000000;
}
.style8 {
	font-size: medium;
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
}
.style9 {
	color: #993333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style2list {
	font-family:  Arial, Helvetica, sans-serif;
	text-indent: 21px;
	list-style-position: inside;
}
.style3list {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 21px;
	list-style-position: inside;
}
.style11 {
	color: #009999;
	font-weight: bold;
}
.style14 {
	color: #000000;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;

}
.style16 {
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style17 {
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.style22 {
	color: #000000;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.style14red {
	color: #993333;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style9footer {
	font-size: small;
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a3 {
	color: #993333;
	font-weight:normal;
	font-size: small;
}
.style16red {
	color: #993333;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style2bold {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 6px;
	list-style-position: inside;
	list-style-type: disc;
	font-size: small;
	color: #000000;
	font-weight: bold;
}
.style18italic {
	color: #333333;
	font-weight:normal;
	font-size: x-small;
	font-style: italic;
}

