@charset "utf-8";
body  {
	margin: 5; /* 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-image: url(images/bgBody.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D7DBE4;
	background-repeat: repeat-x;
}
a.body:visited {
	color: #936C4D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.body:link {
	color: #936C4D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixLtHdr #container #mainContent h1 {
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd", "Times New Roman", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #F0EAD7;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0EAD7;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd", "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	color: #F0EAD7;
	font-style: normal;
}


.twoColFixLtHdr #container {
	width: 900px;
	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. */
	background-image: url(images/bgsitemap.jpg);
	background-repeat: no-repeat;
	background-color: #2A5059;
} 
.twoColFixLtHdr #header {
	height: 235px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/headerImg.png);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd", "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F0EAD7;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #F0EAD7;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #F0EAD7;
} 
.twoColFixLtHdr #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;
}
a:link,a:visited {
	color: #F0EAD7;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F0EAD7;
}
.twoColFixLtHdr #container #mainContent li {
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd", "Times New Roman", serif;
	color: #F0EAD7;
	font-size: 16px;
	font-style: italic;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
}
.twoColFixLtHdr #container #sidebar1 h2 {
	font-size: 14px;
	font-weight: bold;
	color: #F0EAD7;
}
a.sidebar1:link,a.sidebar1:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #mainContent #helplineTbl {
	font-size: 12px;
	border: 1px solid #D1D6DE;
	background-color: #F7F7F7;
}
.twoColFixLtHdr #container #mainContent #helplineTbl td {
	color: #936C4D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #936C4D;
}

.twoColFixLtHdr #container #mainContent #helplineTbl th {
	color: #F0EAD7;
	background-color: #482409;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}
.twoColFixLtHdr #container #mainContent #helplineTbl .subTh {
	font-size: 12px;
	background-color: #936C4D;
}

.twoColFixLtHdr #container #mainContent #helplineTbl .altrow2 {
	color: #936C4D;
	font-weight: normal;
	background-image: url(images/body_bg2.gif);
}
.twoColFixLtHdr  #container  #mainContent  #helplineTbl  a  {
	color: #482409;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

.twoColFixLtHdr #container #mainContent #criteria {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.twoColFixLtHdr #container #mainContent td {
	color: #F0EAD7;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0EAD7;
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent h4 {
	color: #F0EAD7;
}

.button {
	background-color: #D7DCE4;
	padding: 1px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F1F1F1;
	border-right-color: #D7DCE4;
	border-bottom-color: #8FA5C0;
	border-left-color: #B4BDCD;
	color: #674F3E;
	font-weight: bold;
	font-size: 11px;
	margin: 2px;
}



#buttonCust {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #482409;
	padding: 1px;
	height: 20px;
	border: 1px solid #D7DCE4;
}
#buttonCust200w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #482409;
	padding: 1px;
	height: 20px;
	width: 200px;
	border: 1px solid  #D7DCE4;
}
a.buttonRemove:link,a.buttonRemove:visited {
	font-size: 12px;
	color: #674F3E;
	background-color: #D7DCE4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F1F1F1;
	border-right-color: #D7DCE4;
	border-bottom-color: #8FA5C0;
	border-left-color: #B4BDCD;
	margin: 5px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-style: normal;
	font-weight: bold;
}
#calendar {
	font-size: 12px;
	border: 1px solid #D1D6DE;
	background-color: #F7F7F7;
}
.twoColFixLtHdr #container #mainContent #calendar .toprow {
	color: #482409;
	font-weight: bold;
	background-image: url(images/body_bg2.gif);
}
.twoColFixLtHdr #container #mainContent #calendar td {
	color: #482409;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #936C4D;
}
.twoColFixLtHdr #container #mainContent #calendar a {
	color: #482409;
}


#calendar th {
	color: #F0EAD7;
	background-color: #482409;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}
.twoColFixLtHdr #container #mainContent #psych {
	background-color: #D7DCE4;
	color: #936C4D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #AB9D93;
	border-bottom-color: #D2DAE4;
	border-left-color: #AB9D93;
}
.twoColFixLtHdr #container #mainContent #psych th {
	color: #F0EAD7;
	background-color: #482409;
	padding: 4px;
}
.twoColFixLtHdr #container #mainContent #psych td {
	color: #936C4D;
}
.twoColFixLtHdr #container #mainContent #psych a {
	color: #482409;
}
.twoColFixLtHdr #container #mainContent #psych li {
	color: #936C4D;
}
.twoColFixLtHdr #container #mainContent #psych p {
	color: #936C4D;
}
.twoColFixLtHdr #container #mainContent #form2 #psych h2 {
	color: #936C4D;
}
.twoColFixLtHdr #container #mainContent #announce #news {
	background-color: #482409;
	border: 1px solid #F7F7F7;
	padding: 4px;
}
