@charset "utf-8";
body {
	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: #CCC;
	background-image: url(../images/bkg-main.gif);
	background-position: top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 88%;
}
p {margin: 0px 0px 0.5em 0px; padding: 0px; line-height: 1.3em; }

input:focus, textarea:focus{
	background-color: #FFC;
}  

:focus {
	outline: 0;
	border: 0;
}

/* :focus { border:dotted; color: #666; } */

#footer {
	width: 1024px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	float: none;
/* padding should match the left alignment of the elements in the divs that appear above it. */
} 
#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: 1em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 86%;
	color: #666;
	text-decoration: none;
	line-height: 110%;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #666; 
	text-decoration: underline;
}

#footer-left {
	width: 600px;
	margin: 0px;
	float: left;
	padding: 0;
/* padding should match the left alignment of the elements in the divs that appear above it. */
} 
#footer-left p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 86%;
	color: #666;
	text-decoration: none;
	line-height: 125%;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0em;
}
#footer-left a {
	color: #666;
	text-decoration: none;
}
#footer-left a:hover {
	color: #666; 
	text-decoration: underline;
}

#footer-right {
	width: 115px;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	margin: 0px;
	float: right;
/* padding should match the left alignment of the elements in the divs that appear above it. */
} 
#footer-right p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	color: #666;
	text-decoration: none;
	line-height: 125%;
	float: left;
	padding: 0em;
}
#footer-right a {
	color: #666;
	text-decoration: none;
}
#footer-right a:hover {
	color: #666; 
	text-decoration: underline;
}
/* HEADINGS*/

h1 {
	color: #600;
	font-weight: bold;
	font-size: 150%;
	margin-top: 0.8em;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	color: #600;
	font-weight: bold;
	font-size: 140%;
	margin-top: 0.8em;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	color: #600;
	font-weight: bold;
	font-size: 130%;
	margin-top: 0.8em;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	color: #600;
	font-weight: bold;
	font-size: 120%;
	margin-top: 0.8em;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h5 {font-weight: bold; 
	font-size: 110%;
	margin-top: 0.8em;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h6 {font-weight: bold; 
	font-style: italic; 
	font-size: 110%;
	margin-top: 0.8em;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* HYPERLINKS */

#mainContentBody a {
	text-decoration: underline;
}
#mainContentBody a:hover {
	color: #600;
	text-decoration: underline;
}
.rollmenu li a {
	color: #333;
}

/* RTCOLUMN */

#rtColumn {
	float:right;
	width: 230px;
	margin: 0px;
	padding: 0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 88%;
}

/* SIDEBAR */
#rtSidebar {
	background-color: #EAEAEA;
	background-image: url(../images/leftnav-bkg.gif);
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #600;
	width: 100%;
	float: none;
}

/* #news {min-height:300px;}*/ /* change the min-height to control the size of the news box on home page */ 

.sidebar_maintitle {margin: 0px 0px 10px 0px; padding: 3px 10px 2px 10px; background-color: #A3A1C8; color: #4B3900;  font-weight: bold; font-size: 130%;}

/* RELATED INFORMATION */
#related {margin-top:10px; min-height:100px;}
#toplinks  {width: 160px; margin: 0px; padding: 0px; text-align: left; color: #4B4B4B; background-color:#E9E9E9;}
#whitebkg {
	background-color: #FFF;
}
.whitebkg {
	background-color: #FFF;
}

/*  uncomment if using sidebar option page
	#rtSidebar h1 {
	background-color: #600;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 6px;
}
*/

#rtSidebar ul li {
	margin-top: 6px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: -15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#rtSidebar p {
	padding: 0em;
	margin-top: 6px;
	margin-right: 9px;
	margin-bottom: 6px;
	margin-left: 12px;
}.maintext-2col {
	margin-right: 250px;
}
#rtColumn img {
	border-top-width: 6px;
	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: #600;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
/* NAV */
.twoColFixLtHdr #nav img a{
	outline:#000 none;
}
.home a {
	background-image: url(../images/topnav-home.gif);
}
.home a:hover{
	background-image: url(../images/topnav-home-over.gif);
}
.bottom {
	position: relative;
	bottom: 15px;
	left: 5px;
}
#rtSidebar ol li {
	margin-top: 6px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: -15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.maintext-1col {
	margin-right: 50px;
}
.small {
	font-size: 8px;
}#mainContent #pagebottom #news a {
	color: #FFDD79;
}
#rtSidebar .special {
	font-size: 125%;
	color: #600;
	font-weight: bolder;
}
.footnote {
	font-size: x-small;
}
.bigquote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.bqstart {
	float: left;
	height: 45px;
	margin-top: -35px;
	padding-top: 0px;
	margin-bottom: -55px;
	font-size: 700%;
	color: #FC0;
	margin-left: -40px;
 }
#rtSidebar blockquote {
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 25px;
	text-indent: 35px;
}


 .bqend {
	float: right;
	height: 25px;
	margin-top: -70px;
	padding-top: 45px;
	font-size: 700%;
	color: #FC0;
	margin-bottom: -60px;
	margin-right: -10px;
 }

blockquote.style1 {
	padding: 8px;
	background-color: #faebbc;
	border-top: 1px solid #e1cc89;
	border-bottom: 1px solid #e1cc89;
	margin: 5px;
	background-image: url(images/openquote1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
  }
blockquote.style1 span {
	display: block;
	background-image: url(images/closequote1.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
  } 

