body {
	margin:0;
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}


/* Banner near top of page that says the name of the whole site */


#main-title {
	margin:0;
	font-size:18pt;
	text-align:left;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:85px;
	font-weight:bold;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
	color:#F7633A;
	background-image:url(images/print_logo.gif);
	background-repeat:no-repeat;
	background-position:left center;
	height:44px;
}


/* To create the main image near the top of the page. */


#header-image {
	display:none;
}


#address {
	margin:0;
	font-size:8pt;
	text-align:center;
	font-weight:bold;
	padding:3px 0;
	background-color:#FFFFFF;
	color:#777777;
}


#masthead {
	margin:0;
	font-size:11pt;
	font-weight:bold;
	font-variant:small-caps;
	text-align:center;
	padding:3px 0;
	background-color:#ffffff;
	color:#DE3434;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
}


/*For the individual page titles.*/


h1 {
	margin-top:10px;
	margin-left:15px;
	margin-right:0;
	font-size:22px;
	padding-bottom:3px;
	padding-top:3px;
	padding-right:0;
	color:#40773E;
	border-bottom:3px #203B1F double;
	font-weight:bold;
	width:50%;
}


/*Website Navigation*/


#nav {
	display:none;
}


/* Contains all the main body of text on the page, including the h2 elements. */


#main-text {
	margin:0 15px 25px 15px;
	padding-left:30px;
	padding-bottom:30px;
	font-size:11pt;
	line-height:14pt;
}


#ss {
	display:none;
}


#main-text  ul li {
	list-style-type:none;
	background-image:url(images/turtle_bullet.gif);
	background-repeat:no-repeat;
	background-position:left 0.6em;
	list-style-position:outside;
	text-indent:25px;
}


h2 {
	margin-left:0;
	margin-right:0;
	font-size:16pt;
	padding-right:0;
	color:#F7633A;
	border-bottom:1px #000000 solid;
}


h3 {
	margin-left:0;
	margin-right:0;
	font-size:16pt;
	padding-right:0;
	color:#F7633A;
}


h4 {
	margin-left:0;
	margin-right:0;
	font-size:14pt;
	padding-right:0;
	color:#41717D;
}


h5 {
	font-size:14pt;
	color:#41717D;
}


h6 {
	font-size: 12pt;
	color:#7E4267;
}


p, ul, ol, dl, table {
	margin:0 0 17px 0;
	text-align:left;
}


ol, ul, dl {
	margin-left:25px;
	margin-right:25px;
}


dt {
	font-size:1.1em;
}


dd {
	line-height:1.5em;
}


.dd1 {
	text-indent:2.5em;
}


a:link, a:visited {
	text-decoration:underline;
	color:#ff4c00;
}


/* Style for the footer at the bottom of the page */


#footer {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:8pt;
	color:#999999;
	font-weight:bold;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}


.left {
	float:left;
	margin-right:15px;
}


.right {
	float:right;
	margin-left:5px;
}


.center {
	text-align:center;
}


.nobulls {
	list-style-type:none;
}


.title {
	text-decoration:underline;
}


.clear {
	clear:both;
}


.tbox {
	display:none;
}


.address {
	font-size:0.8em;
	float:right;
}


.url {
	color:#644B32;
}


.sub1 {
	color:#F7963A;
	font-size:105%;
	font-variant:small-caps;
	font-weight:bold;
	text-align:center;
}