ul.linklist {
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.navlist {
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li.linklist {
	margin-left: 0;
	font-size:9px;
	background-image: url(dot.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .7em;
}

li.navlist {
	margin-left: 0;
	font-size:11px;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: .8em;
}

small {
	font-size: 80%;
	margin: 0 0 0 0;
	}

/* -- specifics -- */

#wrapper {
	margin: 0 auto;
/*	width: 1024px; */
	background-color: transparent;
	}

#masthead {
	margin: 0 0 10px 0;
	width: 100%;
	height: 46px;
	background-attachment: scroll;
/*	background-image: url(assets/TCbanner.gif);*/
	background-repeat: no-repeat;
	background-position: 115px 16px;
	}

#mastHeadings {
	margin: 0 0 0px 0;
	width: 100%;
	}

#mastHeadings h1 {
	font-size: 105%;
	margin: 0 10px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	}

#mastHeadings h2 {
	font-size: 100%;
	margin: 10px 10px 0 0px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-transform: none;
	}

#mastHeadings h3 {
	font-size: 95%;
	margin: 10px 10px 0 0px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-transform: none;
	}

#mastHeadings h4 {
	font-size: 80%;
	margin: 10px 10px 0 0px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-transform: none;
	}

#navigation {
	padding-top: 75px;
	}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #00dddd;
	}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	background: url(assets/nav_button.gif) no-repeat;
	}

#navigation a {	display: block;
	padding: 0 0 0 35px;
	height: 23px;
	width: 150px;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #00dddd;
	text-decoration: none;
	}

#navigation a:hover {	background: url(assets/nav_button.gif) 0 -60px;	}
#navigation a:active {	background: url(assets/nav_button.gif) 0 -120px;	}

.underNav {
	clear: both;
	height: 0;
	}

#sidebar {
	background: #444444;
	width: 165px;
	padding: 20px 10px;
	float: left;
	margin-right: 10px;
	}

#sidebar h1 {
	font-size: 85%;
	}

#mainContent {
	float: left;
	width: 97%;
	border-top: 1px solid #dcffff;
	border-right: 1px solid navy;
	border-bottom: 1px solid navy;
	border-left: 1px solid #dcffff;
	margin: auto;
	background-color: blue;
	background: lightblue url(assets/bluetoyellowfade2.png) repeat;
	padding: 10px 10px 10px 10px;
	}

#mainContent h1 {
	border-top: 1px solid #ff0000;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}

.adsboxoutright {
	float: right;
	width: auto;
	border: 0 solid transparent;
/*	border-width: 0 0 0 0;*/
	padding: 0 0 0 0;
	background-color: transparent;
	margin: 0 5px 10px 10px;
	text-align: center;
	text-decoration: none;
	}

.boxoutcenter {
	float: center;
	width: auto;
	border-top: 1px solid gray;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid gray;
	padding: 0 0 0 0;
	background-color: #cde5b1;
	margin: 0 5px 10px 10px;
	text-align: center;
	text-decoration: none;
	}

.boxoutcenter a:link {
	text-decoration: none;
	}

.boxoutleft {
	float: left;
	width: auto;
	border-top: 1px solid gray;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid gray;
	padding: 0 0 0 0;
	background-color: #e4e5e6;
	margin: 0 5px 10px 10px;
	text-align: centre;
	text-decoration: none;
	}

.boxoutleft a:link {
	text-decoration: none;
	}

.boxoutright {
	float: right;
	width: auto;
	border-top: 1px solid gray;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid gray;
	padding: 0 0 0 0;
	background-color: #e4e5e6;
	margin: 0 5px 10px 10px;
	text-align: center;
	text-decoration: none;
	}

.boxoutright a:link {
	text-decoration: none;
	}

.separator {
	clear: both;
	height: 0;
	}

.picList {
	border-top: 1px solid gray;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid gray;
	padding: 0 0 0 0;
	margin: 0 -2px 0 -2px;
	background-color: transparent;
	}

.picList table {
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	}

.picList tr {
	background-color: transparent;
	border-style: none;
	border-width: 0px;
	}

.picList td {
	background-color: transparent;
	border-style: none;
	border-width: 0px;
	}

.tableList {
	width: 100%;
	border-top: 1px solid gray;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid gray;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: transparent;
	}

.tableList table {
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	}

.tableList tr {
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	}

.tableList hd {
	border-color: red;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-style: italic;
	font-weight: bolder;
	background-color: yellow;
	}

.tableList td {
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	}

input.cap1 {font-family: Verdana, Arial, Helvetica, sans-serif; border-style: none; width: 600px; color: black; text-align: center; font-size: 11px; background-color: transparent; }

input.cap2 {font-family: Verdana, Arial, Helvetica, sans-serif; border-style: none; width: 385px; color: darkslategray; text-align: center; font-size: 10px; background-color: transparent; }

img.piclarge {border-color: white; border: 1px solid; background-color: transparent;}
img.picsmall {border-color: white; border: 0px solid; background-color: transparent;}

