@charset "utf-8";
/* CSS Document */


/* This is the main page container */
#trmaincontainer {
	width: 653px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/* This formats the list */
#trmaincontainer ul {
	margin:0 0 1em 20px;
	padding: 0;
}
#trmaincontainer ul li {
	line-height:1.3em;
	margin: .25em 0;
	padding: 0;
}

/* These format the links */
#trmaincontainer a:link {
	color:#C00;
	text-decoration: underline;
}
#trmaincontainer a:hover {
	color:#00F;
	text-decoration: none;
}
#trmaincontainer a:active {
	text-decoration: underline;
	list-style-type: none;
}
#trmaincontainer a:visited {
	text-decoration: underline;
}
/* This is the right sidebar div */
#trmainsidebar {
	width: 231px;
	float: right;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 20px;
	padding-bottom: 15px;
	margin-left: 5px;
}
/* This is class that formats the text in the right sidebar div */
.trmainsidebartxt {
	line-height:1.6em;
}
/* This is the main content div */
#trmaincontent {
	width: 395px;
	padding-bottom: 15px;
}
/* This is the class that formats the text in the main content div */
.trmaincontenttxt {
	line-height:1.6em;
}
#trmaincontentfeature {
	width: 395px;
	color: #666;
	padding-bottom: 10px;
	font-size: 110%;
}/* This is the class that contains the featured picture and text*/
/* This is the class that formats the image to float left */
.trfloatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 2px;
}
/* This is a class to control the main content and sidebar headers */
.specialheader{
	font-family:"Arial Black", Gadget, sans-serif;
	color:#039;
	line-height: 1.2em;
}
.trtableheader {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #039;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
}


/* This is a class to correct kerning mistakes by the browser */
/*.correctkerning{
	letter-spacing: -5px;
}*/
#trlogotable {
	margin-top: 20px;
	width: 395px;
}
#trlogotable td {
	font-weight: normal;
	font-size: 10px;
}
#gallery_wrap {
	width: 651px;
	border: 1px solid #cccccc;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#gallery_left {
	float: left;
	width: 286px;
	text-align: left;
}
#gallery_wrap p {
	margin: 0px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.clear {
	clear: both;
}
#gallery_right {
	float: right;
	width: 286px;
	text-align: left;
}
#gallery_wrap  img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}
.bottomimg {
}
#gallery_wrap .bottomimg {
	margin-bottom: 0px;
}#trheader {
	width: 653px;
	margin-right: auto;
	margin-left: auto;
}

