﻿<style>
html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 76.4% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #c9c9c9;
}

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 100%;
	background: #ffffff url('http://www.tctfcu.org/images/layout/bg.jpg') repeat-x;
}

#innerwrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
}

#header {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background-color: #ffffff;
	height: 96px;
	width: 1000px;
}

#headerleft {
	float: left;
	width: 455px;
}

.headerleftcontent {
}

/* This is the company name area */

.companyname {
	padding: 10px 0px 0px 10px;
	font-weight: bold;
	color: #305a8e;
	text-align: left;
	font-size: 18pt;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

}

.tagline {
	padding: 3px 0px 0px 60px;
	color: #a2b8d3;
	text-align: left;
	font-size: 12pt;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: oblique;
	font-weight: bold;
}

.logo {
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}


/* This is the horizontal top navigation bar */
#topnav {
	margin: 0px auto; /* fix to center in firefox */
	background: url('http://www.tctfcu.org/images/layout/topnav.jpg') no-repeat;
	height: 57px;
	width: 1000px;
}

.topnavlinks {
	padding: 14px 14px 9px 14px;
	text-align: right;
	font-size: 96%;
	font-weight: bold;
}

.topnavlinks a:link, .topnavlinks a:visited {
	padding: 10px 10px;
	color: #ffffff;
	text-decoration: none;
}
	
.topnavlinks a:active, .topnavlinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* This is the footer area */

#footerwrapper {
	background: #c9c9c9 url('http://www.tctfcu.org/images/layout/footerbg.jpg') repeat-x;
	height: 172px;
	width: 100%;
}

#footer {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	height: 172px;
	width: 1000px;
	background: url('http://www.tctfcu.org/images/layout/footer.jpg') no-repeat;
}

#footer2 {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	height: 172px;
	width: 1000px;
	background: url('http://www.tctfcu.org/images/layout/footer2.jpg') no-repeat;
}


.footercontent {
	padding: 90px 10px 0px 10px; /* If you want the footer to be below the white area, change the first padding number from 8px to 100px */
	color: #305a8e;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.footercontent a:link, .footercontent a:visited  {
	padding: 4px 4px;
	color: #305a8e;
	text-decoration: underline;
}

.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #444444;
}

/* Used in two column layout with left navigation */
#bodywrapper2 {
	width: 1000px;
	background: #ffffff url('http://www.tctfcu.org/images/layout/wrapper2.jpg') repeat-y;
}
#bodycolumn2 {
	clear: both;
	width: 1000px;
	min-height: 400px;
	background: url('http://www.tctfcu.org/images/layout/bodybg2.jpg') no-repeat;
	background-position: top left;
	}

#body1 {
	width: 765px;
	float: right;
}

#body2 {
	float: left;
	width: 200px;
}

.body1content {
	padding: 20px 30px 20px 0px;
}

.body2content  {
	padding: 20px 0px 20px 20px;
}


/* End of Layout CSS */


/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a:link, a:visited {
	color: #305a8e; 
}


a:active, a:hover {
	color: #555555;
}

ul {
	list-style-image: url('http://www.tctfcu.org/images/layout/bullet.gif');
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 135%;
}

ol{
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 135%;
}

p {
	padding: 3px 0;
	margin: 0;
	line-height: 135%;
}

img {
	border: none;
}


/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */


h1 { 
	color: #305a8e;
	font-size: 185%;
	text-align: left;
	border-bottom: 3px #305a8e dotted;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 8px 0;
}

h2 {	
	font-size: 165%;
	color: #999;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h3 {	
	font-size: 165%;
	color: #013e7a;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h4 { 
	font-size: 145%;
	color: #013e7a;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h5 { 
	font-size: 145%;
	color: #999;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h6 { 
	font-size: 145%; 
	color: #305a8e; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

.center {
	text-align: center;}

/*  This class can be applied to your buttons to create uniform submit or shopping cart buttons without using graphics.  */

.submitbuttons {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	border-top: 3px solid #305a8e;
	border-bottom: 4px solid #305a8e;
	border-left: 1px solid #305a8e;
	border-right: 1px solid #305a8e;
	background-color: #d6e3f3;
	width: 155px;
	height: 25px;
}

td {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	font-size: 100%;
}

/*  The items below sets the properties for the left or right sidelinks.  */

.menuheader1 {
	width: 180px;
	background-color: #305a8e;
    text-align: left;
    padding: 4px;
	color: #ffffff;
}

.menuheader1 a:link, .menuheader1 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.menuheader1 a:hover, .menuheader1 a:active {
	color: #cbe1fc;
}

.sidelinks {
	margin: 4px 0px 2px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}

.sidelinks a:link, .sidelinks a:visited {
	padding: 0px 10px 0px 10px;
	display: block; 
	line-height: 18pt;
	width: 168px;
	color: #305a8e;

	text-decoration: none;
}
	
.sidelinks a:hover, .sidelinks a:active {
	color: #305a8e;
	background-color: #eaeaea;
}


.clear {
	clear: both;
}

/*  The items below sets the properties for additional typography and page elements.  */

.block1 {
	color: #305a8e;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #800000;
	border-bottom: 4px solid #800000;
	background-color: #d6e3f3;
	padding: 6px;
	margin-bottom: 8px;
}

.block2 {
	color: #d6e3f3;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #cbe1fc;
	border-bottom: 4px solid #d6e3f3;
	background-color: #305a8e;
	padding: 6px;
	margin-bottom: 8px;
}

.block3 {
	color: #212121;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #305a8e;
	border-bottom: 4px solid #305a8e;
	background-color: #e2e2e2;
	padding: 6px;
	margin-bottom: 8px;
}

.news1 {
	padding: 4px;
	display: block; 
	width: 180px;
	color: #ffffff;
	background-color: #305a8e;
	border-bottom: 2px solid #305a8e;
	font-weight: bold;
	text-align: center;
}

.news2 {
	padding: 4px;
	display: block; 
	width: 180px;
	color: #305a8e;
	background-color: #d6e3f3;
	border-bottom: 2px solid #305a8e;
	font-weight: bold;
	text-align: center;
}

blockquote {
	color: #305a8e;
	background-color: #d6e3f3;
	padding: 2px 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 115%;
	font-style: italic;
	border: 2px solid #305a8e;
}

.tiny {
	font-size: 80%;
}

/*  Table Styles.  */

.tablestyle {
	border-style: solid;
	border-width: 1px;
}


.tablecell {
	background-color: #E0EAF9;
	color: #305a8e;
}

.dimmed    {
        color: #666699;
}

.title {
	font-size: large;
	color: #800000;
}

.title_small {
	text-align: left;
	font-weight: bold;
	font-size: small;
	color: #800000;
}

.imageborder    {
	border-style: solid;
	border-width: 2px;
}
.highlight    {
	background: #FFFF40;
}

<style>