@charset "utf-8";

/* CSS Document */

html, body {
	margin-top: 0px;
	background-color: #64767a;
	background-image: url(../images/trevorwrightonline_bckgrnd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}
#twHeader01 {
	margin: 0px auto;
	width: 880px;
	height: 77px;
	background-image: url(../images/trevorwrightonline_header01.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#twHeader02 {
	margin: 0px auto;
	width: 880px;
	height: 76px;
	background-image: url(../images/trevorwrightonline_header02.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#twHeader03 {
	margin: 0px auto;
	width: 880px;
	height: 77px;
	background-image: url(../images/trevorwrightonline_header03.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#twContentTop {
	margin: 0px auto;
	width: 840px;
	height: 5px;
	background-color: #98a7ab;
}
#twContentBottom {
	margin: 0px auto;
	width: 840px;
	height: 5px;
	background-color: #98a7ab;
}
#twContentWrapper {
	margin: 0px auto;
	width: 840px;
	background-image: url(../images/trevorwrightonline_contentMain.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#twMain {
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 820px;
}
#twContent {
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 740px;
	font-size: 12px;
}
#twFooter {
	margin: 0px auto;
	padding-top: 5px;
	width: 840px;
	font-size: 10px;
	color: #FFFFFF;
}

/* TEXT */

.smalltext {
	font-size: 10px;
}
.whitetext {
	color: #FFFFFF;
}
.blueimportant {
	color: #376da6;
	font-weight: bold;
	font-size: 16px;
}
.redtitle {
	color: #BC2220;
	font-weight: bold;
	font-size: 16px;
}

/* LINES */	
	
#line-horizontal {
	margin: 0px auto;
	width: 100%;
	height: 20px;
	background-image: url(../images/twline.gif);
	background-repeat: repeat-x;
	background-position: center;
	}
.line-horizontal {
	background-image: url(../images/twline.gif);
	background-repeat: repeat-x;
	background-position: center;
	}
.line-vertical {
	background-image: url(../images/twgreydotsv.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
	
/* LINKS */

a:link {
	color: #376da6;
	text-decoration: underline;
	}
a:hover {
	color: #376da6;
	text-decoration: none;
	}
a:visited {
	color: #376da6;
	text-decoration: underline;
	}
a:active {
	color: #376da6;
	text-decoration: underline;
	}
a.footerlink:link {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.footerlink:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
a.footerlink:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.footerlink:active {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/* SPACING */

#spacing-5px {
	margin: 0px auto;
	width: 100%;
	height: 5px;
	}
#spacing-10px {
	margin: 0px auto;
	width: 100%;
	height: 10px;
	}
