html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: arial,sans-serif;
	font-size: 85%;
	height: 100%;
	width: 100%;
	/*background-color: #FEEA82;*/
	}
	
/* "container" is everything on page that is not in full background	*/
	
#container {
	width: 80%;
	min-width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0;
	position: relative;
	border-right: 6px solid #751604;
	border-left: 6px solid #751604;
	border-bottom: 6px solid #751604;
	z-index: 3;
	}
#rightborder {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: top right;
	background-image: url(images/backright.gif);
	float: right;
	clear: left;
	border: none;
	z-index: 2;
	}
#leftborder {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(images/backleft.gif);
	float: left;
	clear: right;
	border: none;
	z-index: 1;
	}
	
/* styles for the top of page */
#top {
	/*background-color: #F6EAB2;*/
	background-image: url(images/triulogo.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	}
#top h1 {
	font-size:260%;
	margin:0;
	padding: 90px 0 0 0;
	text-align: center;
		text-indent: -500em;
	color: #CC9933;
	}
#top p	{
	font-size:0.8em;
	line-height: 1.25em;
	margin:0;
	position: relative; top: 29px; left: 320px;
	}
	
/* Content styles (generally anything that is not top) */
#content {
	/*background-color:#F6EAB2;*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 10px 0 0 0;
	z-index: 3;
	}
	
#ctext {
	color: #751604;
	width:75%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0 0 20px 0;
	font-size: 110%;
	line-height: 140%;
	}
#ctext a {
	color:#C01E01; /*was 110B5D*/
	text-decoration: none;
	font-weight: bold;
	}
#ctext a:hover {
	text-decoration: underline;
	}
#ctext h1 {
	font-size: 18px;
	font-weight: bold;
	margin:0;
	padding-top:5px;
	border-top: 1px solid #333333;
	}
#ctext h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin:0;
	padding-top:10px;
	font-family: Times, serif;
	color: #AA1D0C;
	}
#ctext h3 {
	font-size: 108%;
	font-family: Times, serif;
	padding: 10px 0 0 0;
	margin:0;
	}
#ctext h4 {
	font-size: 108%;
	font-family: Times, serif;
	padding: 24px 0 0 0;
	margin:0;
	}
#ctext ul {
	margin:0;
	padding-left:20px;
	}
#ctext li {
	margin:0;
	padding-top:4px;
	}
strong	{
	font-weight: bold;
	}
.pnospace {
	margin:0;
	padding: 0;
	font-size: 98%;
	}
.plospace {
	margin:0;
	padding-top:10px;
	font-size: 98%;
	}
.phispace {
	margin:0;
	padding-top:20px;
	}
.pbothspace {
	margin: 0;
	padding: 10px 0 10px 0;
	}
.credit {
	margin: 0;
	padding: 0 0 30px 0;
	font-variant: small-caps;
	text-align: right;
	font-size: 85%;
	}
.spacer {
	margin: 0;
	padding: 20px 20px 400px 20px;}
.tfootnote {
	font-size: 0.75em;
	font-style: italic;
	}
.leftfloat {
	float: left;
	margin: 10px 20px 0 0;
	padding: 0;
	}
.caption {
	font-size: .75em;
	}
.nofloat {
	border: 1px solid #51200F;
	margin: 20px 0 5px 0;
	padding: 0;
	}
.quote {
	font-style: italic;
	font-family: Times, serif;
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	padding: 20px 0 0 0;
	}
/* special call out boxes styles */
/* home page Find About box*/
.callouthome {
	float: right;
	background-color: #FDF7B9; /*was FEEB84*/
	padding: 0 14px 6px 14px;
	margin: 20px 0px 10px 20px;
	position: relative;
	border: 2px solid #751604;
	width: 40%;
	}
.callouthome p {
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 1em;
	}
/*calloutleft and calloutright for quotes*/

.calloutright {
	float: right;
	background-color: #FDF7B9; /*was FEEB84*/
	padding: 0 14px 6px 14px;
	margin: 14px 0px 10px 20px;
	position: relative;
	border: 2px solid #751604;
	width: 40%;
	}
.calloutright p {
	margin: 0;
	padding: 6px 0 0 0;
	}
 .calloutleft {
	float: left;
	background-color: #FDF7B9; /*was FEEB84*/
	padding: 6px 14px 6px 14px;
	margin: 14px 20px 10px 0px;
	position: relative;
	border: 2px solid #751604;
	width: 40%;
	}
.calloutleft p {
	margin: 0;
	padding: 6px 0 0 0;
	}
	

/* menu styles */
.menu {
	background-color: #751604;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 6px 0 6px 0;
	font-size: 90%;
	text-align: center;
	color: #F6EAB2;
	font-weight: bold;
	}
.menu a {
	color: #F6EAB2;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #751604;
	}
.menu a:hover {
	border: 1px dotted #E79B22;
	}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 4px 0 0 4px;
	}
.menu li {
	margin: 10px 0 0 10px;
	display: inline;
	}
.main {
	padding:2px 6px 7px 6px;
	}
.mhere {
	background-color: #F3B032;
	color: #751604;
	margin: 0;
	padding:2px 6px 7px 6px;
	}
	
.mhere a{
	color: #751604;
	border: none;
	}
	
.mhere a:hover {
	border: 1px dotted #751604;
	padding: 0px;
	}
	
.mherenos {
	background-color: #F3B032;
	color: #751604;
	margin: 0;
	padding:2px 6px 2px 6px;
	}
.submenu {
	background-color: #F3B032;
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
	border-bottom: 2px solid #751604;
	border-left: 2px solid #751604;
	border-right: 2px solid #751604;
	width: 74%;
		font-size: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 24px;
	font-weight: bold;
	}	
.submenu a {
	color: #751604;
	font-weight: bold;
	text-decoration: underline;
	}
.submenu a:hover {
	text-decoration: underline;
	}
.submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 4px 0 4px 4px;
	}
.submenu li {
	padding:2px 6px 2px 6px;
	margin: 10px 0 0 10px;
	display: inline;
	}
.smhere {
	color: #751604;
	}
	
/* footer styles */
#footer {
	background-color: #751604;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 6px 0 8px 0;
	font-size: 90%;
	text-align: center;
	color: #F6EAB2;
	font-weight: bold;
	}
#footer a {
	color: #F6EAB2;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #751604;
	}
#footer a:hover {
	border: 1px dotted #E79B22;
	}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 4px 0 0 4px;
	}
#footer li {
	padding:2px 6px 2px 6px;
	margin: 10px 0 0 10px;
	display: inline;
	}
	
/* sign up form styles */
#signup {
	background-image: url(images/frame.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 125px;
	position: absolute; top: 350px; left: 640px;
	font-size: 0.7em;
	color: #51200F;
	margin: 0;
	padding: 26px 0 0 21px;
	}
#signup p {
	margin:0;
	padding-bottom:4px;
	}
input.smallform {
	width: 100px;
	height:12px;
	font-size: 10px;
	margin-bottom: 4px;
	}
input.button {
    font-size: 1em;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    color: #35DAF8;
    background-color: #51200f;
    padding: 1px;
	border-left: 2px solid #993300;
	border-top: 2px solid #993300;
	border-bottom: 2px solid #330000;
	border-right: 2px solid #330000;
    cursor: pointer;
	margin-top: 1px;
	margin-left: 28px;
	}
input.calbutton {
    font-size: 1em;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    color: #51200f;
    background-color: #35DAF8;
    padding: 1px;
	border-left: 2px solid #A7ECF9;
	border-top: 2px solid #A7ECF9;
	border-bottom: 2px solid #137587;
	border-right: 2px solid #137587;
    cursor: pointer;
	margin-top: 0px;
	margin-left: 8px;
	}
	
/* form styles added by Denn on 5/18/2009*/
fieldset {
	margin-top: 10px;
	padding:10px;
	border: solid 1px;
	}
	
 /*input {
	width: 20px;
	}*/
	
 .shortinput {
	width: 100px;
	margin: 0;
	padding: 0px;
	}
	
 .mediuminput {
	width: 175px;
	margin-bottom: 5px;
	padding-bottom: 0;
	}

 .longinput {
	width: 300px;
	margin-top: 0px;
	padding: 0px;
	}
 .radioinput {
	width: 20px;
	}	

 textarea {
	width: 80%;
	height: 150px 
	}	


