@charset "UTF-8";

/********** reset styles **********/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0 auto;
	font-size: 100%;
	font-weight: normal;
}
/********** end reset styles **********/

#diet_info {
	width: 400px;
	background-color: #DBDBB8;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: thick solid #CC9;
	margin-left: 20px;
}
#dataTables {
	width: 925px;
	position: relative;
}

p .fltlft {
	margin-right: 1em;
}



body  {
	background-image: url(assets/khaki_bg.jpg);
	background-repeat: repeat;
	
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#wrapper {
	width: 950px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	list-style-image: none;
	padding-left: 2em;
	padding-right: 2em;
	 }
	
#sidebar1 ul {list-style-type: none;}

.twoColFixLtHdr #container { 
	
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ } 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 305px;
	background-color: #DBDBB8;
}
	
.twoColFixLtHdr #mainContent { background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 325px;
	padding: 0;
} 



.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;}
	
/********** begin 3-column format styles **********/	
.thrColFixHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { background-color: #FFFFFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#sidebar2_books {
	width: 37em;
}
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #DBDBB8;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #DBDBB8;	
}
.thrColFixHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both; }
/********** end 3-column format styles **********/

	
.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;
}

/********** start navigation styles **********/
#navbar {
	width: 820px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 2em;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	margin: 0 auto;
}

#navbar ul {
	 margin: 0 auto;
	 padding: 0;
	 list-style-type: none; }

#navbar a {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	float: left;
	white-space: nowrap;
	padding: 2px 12px 4px 12px;
	background-color: #060;
	color: #cc9;
	border-right: 2px #cc9 solid;
	text-decoration: none; }

#navbar a:hover {
	font-size: 14px;
	background-color: #cc9;
	color: #060;
	border-right: 3px #a3a37a solid;
	border-bottom: 3px #a3a37a solid;
	padding-right:13px;
	padding-bottom: 1px; }
	
a.noline:link {border:none; }

a:link {
	color: #06F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none; }

a:visited    {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #69C;
	text-decoration: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none; }

a:hover    {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #096; }

a:active     {
	font-family: Verdana, Geneva, sans-serif;
	color: #096;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #096; }
	
.botlink {
	font-family: Verdana, Geneva, sans-serif;
	color: #06f;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.85em;
	font-weight: normal;
}
	
.botlink a:link {
	font-size: 0.85em;
	color: #06f;
	text-decoration: none;
}

.botlink_a:visited {
	color: #999;
	text-decoration: none;
	font-size: 0.85em
}

.botlink a:hover {
	color: #096;
	text-decoration: overline;
	font-size: 0.85em
}
				
.botlink a:active {
	color: #096;
	text-decoration: overline;
	font-size: 0.85em
}
/********** end navigation styles **********/
 

#container { background-color: #FFF;
	text-align: left;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; }
	
.top_arrow div a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; }


			   
p {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-style: normal;
	font-size: 1em;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 0.5em; }

.green  {
	font-family:Verdana, Geneva, sans-serif;
	color: #008000;
	font-size: 1em; }

/********** start box and border styles **********/

.grborder    {
	border-style: solid;
	border-width: 2px;
	border-color: #008000;
	background-color: rgba(255,255,204,0.5);
	padding: 5px; }

.grborder2   {
	border:2px groove #008000;
	padding: 5px; }

.brborder { border-style: solid;
            border-color: #A37464 }
			   
.khaki_bg {
	background-color: #dbdbb8;
	padding: 10px;
}
	
.green_bg {
	background-color: #B8DBB8;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #063;
	line-height: 150%;
	padding: 10px;
	text-align: center; }
	
.odd { background-color: #B8DBB8; }

.blue_bg { background-color: #06F; }

.box-border {
	border: thin solid #006;
	padding: 10px; }

.litegreen_bg {
	background-color: #CCE6CC; }


/********** end box and border styles **********/

/********** start headings and subheading styles **********/
h1      {
	color: #008000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2.25em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #DBDBB8;
	text-align: center;
	padding: 5px;
	width: 940px; }

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	font-weight: bold;
	color: #060;
}
	
.subhead_white {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	
	background-color: #408080;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px; }
	
.subhead_white_left {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	background-color: #408080;
	letter-spacing: 0.1em;
	text-align: left;
	padding-top: 0.2em;
	padding-right: 0.3em;
	padding-bottom: 0.2em;
	padding-left: 0.5em; }

.subheading-largegreen {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #060;
	font-size: 1.9em; }
sup {
	font-size: 0.75em;
}
	
.subhead-dkblue {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	font-weight: bold;
	color: #009;
	text-align: left; }

.subhead-green {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #060; }

.subhead-black {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000; }
	
.tg-header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: #090;
	text-align: center;
	line-height: 105%;
	padding-top: 10px; }

.gallery_heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #009;
	text-align: center; }
	
.subhead-smalldkblue {
	font-size: 1em;
	font-weight: bold;
	color: #009;
	letter-spacing: 1px; }
	
.subheading_calendar {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 1.75em;
	color: #060;
	line-height: 1.25em;
}

.subhead-smallgreen {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
	font-weight: bold;
	margin: 10px;
	color: #060;
}

.adop-heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-variant: normal; }


.reverse-type-headings {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight:bold;
	color: #FFF;
	background-color: #408080;
	padding-top: 5px;
	padding-bottom: 5px; }

.subhead-small_home {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #060; }
	
.green-heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #060;
	text-align: center; }
	
.turtle_heading {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	color: #093;
	background-image: url(assets/cttc_logo_tiny.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; }
	
.turtle_heading_special {
	font-size: 21px;
	background-image: url(assets/cttc_logo_tiny.png);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 40px;
	background-position: left center;
	color: #093; }
	
.green_subhead_ital {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #093;
	line-height: 20px; }
	
	
#subheader {
	text-align: left;
	padding-left: 0px;
	margin-left: 0px; }
	
/********** end headings and subheading styles **********/


/********** start paragraph text styles **********/
.paragraph-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	border-color: #CC9;
	margin-bottom: 1em;
}
.green-ital {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #390;
}

.xsmall-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small; }
	
.biblio-text {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000; }
	
.lrg-para-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px; }
	
.paragraph-text-special {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #060;
	padding: 10px;
	line-height: 21px; }
	
.author_color {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #800040; }

/********** end paragraph text styles **********/

ul {
	line-height: 150%;
	color: #000; } 
	
#sidebar1 p {line-height: 175%; }
			

#sidebar2 .paragraph_green {
	font-size: 11px;
	color: #063; }
	
#sidebar2 .paragraph_green a { font-size: 11px;}

.oneColFixCtrHdr #container #mainContent #infolinks #sidebar_lft p .paragraph-text a strong {
	padding-right: 10px;
	padding-left: 10px; }

.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; }

.floatRight {
	float: right;
	margin-left: 10px;
	margin-top: 10px; }


.contents {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #009;
	text-align: center; }

.offline-link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #663; }
	

.lrg_redType {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #C00;
}
	
.chapter_name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold; }


#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #063; }
	
.centering {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.cttc_green {
	font-weight: bold;
	color: #063; }

hr {color: #063;
	background-color: #063;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;}
	
#infolinks #sidebar_lft hr {
	margin-top: 10px;
	margin-bottom: 10px; }


#sidebar1 .paragraph_green{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 125%;
	color: #063; }
	
#sidebar1 .paragraph_green a {
	font-size: 11px;
	font-style: italic; }
	


.small_text {
	font-size: 12px;
	line-height: 150%;
	color: #000;
}


#footer_info {
	width: 950px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF; }
	
.sqBullet {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(assets/strbul2e2.gif);
}
	  
#chapters {
	background-color: #DBDBB8;
	text-align: left;
	float: right;
	width: 330px;
	border: medium outset #cc9;
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 20px; }

#chapters li {
	list-style-type: none;
	background-image: url(assets/strbul2e2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-left: 15px; }

#chapters .headline3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	font-weight: bold;
	color: #063;
	text-align: left;
	padding-left: 5px; }
	
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.3em;
}

#infolinks li{
	list-style-type: none;
	background-image: url(assets/strbul2e2.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 15px; }


#infolinks table {
	margin-top: 0;
	float: right; }

#sidebar2 #amazon a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar2 #facebook a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#infolinks #sidebar_lft {
	float: left;
	width: 450px;
	padding: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #063;
	clear: right;
}
#cttclink2 #infolinks #sidebar_lft {
	clear: both;
}
.turtle_heading_special a {
	font-weight: normal;
}
#infolinks #sidebar_rt {
	float: right;
	width: 450px;
	padding: 10px;
	text-align: left;
}
#infolinks #sidebar_rt ul li a {
	padding-top: 10px;
	float: none;
}
#books {
	width: 950px;
	clear: both;
}
#calendar_lft_sidebar {
	background-color: #dbdbb8;
	float: left;
	width: 450px;
	padding: 10px;
}

.indent {
	margin-left: 25px;
}
.indent_more {
	margin-left: 50px;
}
#sidebar_rt hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.spacer {
	margin-left: 20px;
	list-style-type: none;
}
.twoColFixLtHdr #container #sidebar1 li  {
	list-style-image: none;
	list-style-type: none; }
	
.twoColFixLtHdr #container #sidebar1  {
	background-image: url(assets/tan_bg.png); }
	
.gallery_subhead {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #009;
	font-variant: normal;
}
#link_mainContent {
	width: 325px;
}
#mainContent #infolinks #sidebar_lft {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #063;
	padding: 10px;
}
#mainContent #infolinks #sidebar_lft_white {
	border: thin solid #FFF;
	float: left;
	width: 450px;
	padding: 10px;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.twoColFixLtHdr #header { 
	background: #fff; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
pp  {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	list-style-type: none;
	list-style-image: none;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 350px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



.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;
}
blockquote p {
	margin-right: 20px;
	margin-left: 35px;
}
.twoColFixLtHdr #footer {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	clear: both;
}
.borders {
	border: 2px solid #063;
}
blockquote { padding-left: 25px; }
	
#gazette_ul_contents {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-right: 20px;
	margin-left: 20px;}
	
#email { background-color: #ffffcc; }

#sidebar_rt table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	float: none;
}

.fltlft p {
text-align: center;
font-style: italic;
font-size: smaller;
}
.thrColFixHdr #container #sidebar1 {
	width: 170px;
}
#infolinks #sidebar_lft table {
	float: none;
}
#sidebar_lft_narrow {
	width: 25em;
	clear: right;
	float: left;
	background-color: #FFF;
}
#sidebar_rt_wide {
	float: right;
	width: 33em;
	background-color: #FFF;
}
.bigger_small_caps {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 20px;
}

.img_right {
	float: right;
	padding: 5px 5px 0px 35px;
	margin: 0 10px 5px 10px;
}

.img_left {
	float: left;
	padding: 5px 5px 0px 5px;
	margin:0 10px 5px 10px;
}

.img_captions {
	text-align: center;
	color: #000;
	font-size: .8em;
	margin: 0px;
	padding: 4px;
}

.img_captions_left {
	text-align: left;
	color: #000;
	font-size: .8em;
	margin: 5px;
	padding: 5px;
}
.img_captions_right {
	text-align: right;
	color: #000;
	font-size: .8em;
	margin: 5px;
	padding: 5px;
}
.top_arrow {
	text-align: right;
}

.print_only {
	display: none;
}
table-costs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	width: 800px;
	margin-left: 20px;
	border: thin solid #000;
}
#table_costs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin-left: 10px;
}
.twoColFixLtHdr #wrapper #sidebar1 p img {
	margin-top: 40px;
	margin-bottom: 40px;
}
.box-border2 {
	padding: 5px;
}


img {
	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;
}
.clear {
	clear: both;
}
#indent-box {
	width: 400px;
	margin-left: 20px;
}
#date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #060;
	text-align: right;
	display: block;
	padding-right: 20px;
}
.padding_btm {
	padding-bottom: 15px;
}
.paragraph_smaller {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.875em;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
}

.small_caps {
	font-variant: small-caps;
}

.bold_red_type {
	color: #C00;
	font-weight: bold;
}table {
	border: thin solid #000;
}
td {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #000;
	border-bottom-color: #000;
	padding: 0.25em;
}


ol li {
	list-style-type: decimal !important;
}
.centered { text-align: center; margin: 0 auto; }
