@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-color: #666;
}
.twoColFixRtHdr #container {
	width: 934px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../design-images/page_bg_2010.jpg);
	background-repeat: repeat-y;
	border-right-width: 8px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixRtHdr #header {
	background-image: url(../design-images/header2010.jpg);
	background-repeat: no-repeat;
	height: 162px;
	margin: 0px;
	padding: 0px;
	text-align: left;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 223px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 #sideMenu { }
.twoColFixRtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #mainContent h1 {
	font-size: 1.4em;
}
.twoColFixRtHdr #mainContent h2 {
	font-size: 1.2em;
	color: #462E84;
}
.twoColFixRtHdr #mainContent p {
	line-height: 1.4em;
}
.twoColFixRtHdr #mainContent li {
	padding-top: 4px;
	padding-bottom: 4px;
}
.twoColFixRtHdr #mainContent hr {
	color: #000;
	height: 1px;
}
.twoColFixRtHdr #footer {
	padding: 0px;
	margin: 0px;
	height: 116px;
	background-image: url(../design-images/footer_2010.jpg);
	background-repeat: no-repeat;
} 
.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 */
}
.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
{
	position:relative;
	top:115px;
	left:20px;
	background-color: Transparent;
	font-size:  medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;}
.topMenu td
  {
   /*border-right:solid 2px white;*/
   padding-right: 10px;
   padding-left: 10px;
   padding-top: 0px;
   padding-bottom: 0px;
   margin:0;
     
  }
.topMenu a:link
{
    color:  white;
    text-decoration: none;
}
.topMenu a:visited
{
	color: white;
	text-decoration: none;
}
.topMenu a:active
{
color:  white;
text-decoration: none;
}
.topMenu a:hover
{
color:   white;
text-decoration: underline;
}
.searchBox {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.sideMenu
{
	background-color: Transparent;
	font-size:  .9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}  
  
.sideMenu td
  {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin:0;
     
  }

.sideMenu a:link
{
	color:  #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
.sideMenu  a:visited
{
	color:  white;
	text-decoration: none;
	font-size: 1em;
}
.sideMenu a:active
{
	color:  #FFFFFF;
	text-decoration: none;
	font-size: 1em;
}
.sideMenu a:hover
{
	color:   #cac5d6;
	text-decoration: underline;
	font-size: 1em;
}
.MenuSideHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #cac5d6;
	padding-bottom: 5px;
}
.tAndcs {
	margin-left: 10px;
	font-size: .8em;
	margin-bottom: 10px;
}
.tAndcs a:link
{
	color:  #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
}
.tAndcs  a:visited
{
    color:  white;
    text-decoration: none;
	font-size: .8em;
}
.tAndcs a:active
{
color:  blue;
text-decoration: none;
font-size: .8em;
}
.tAndcs a:hover
{
color:   #cac5d6;
text-decoration: underline;
font-size: .8em;
}
