HTML {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #0a2e40;
	background-image: url(../gfx/bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}
IMG {
	border: 0;
}
table {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}#splash {
	height: 318px;
	width: 252px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../gfx/splash.jpg);
	padding-top: 70px;
	padding-left: 400px;
	text-align: right;
	padding-right: 90px;
}
#splink {
	height: 150px;
	width: 250px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #345370;
	text-decoration: none;
}
#splink a:link {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}
#splink a:visited {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}
#splink a:hover {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #2162A4;
	text-decoration: underline;
}
#splink a:active {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #5BB8F3;
	text-decoration: underline;
}
#copysplash {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 13px;
	font-weight: normal;
	color: #88B6F1;
	text-decoration: none;
	width: 742px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}
#copysplash a:link {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #1F78E4;
	text-decoration: underline;
}
#copysplash a:visited {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #1F78E4;
	text-decoration: underline;
}
#copysplash a:hover {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #1F78E4;
	text-decoration: none;
}
#copysplash a:active {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #FF3333;
	text-decoration: none;
}
#main {
	width: 737px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../gfx/border.gif);
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav {
	width: 727px;
	height: 63px;
	background-image: url(../gfx/navbg.gif);
	margin: 0px;
	padding: 5px;
	background-repeat: no-repeat;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	width: 727px;
	list-style-type: none;
}
#nav li {
	float: left;
}
#nav a {
	font-family: "Courier New", Courier, monospace, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	display: block;
	height: 40px;
	width: 145px;
	padding-top: 23px;
	position: relative;
	text-align: center;
	margin: 0px;
}
#nav a:hover {
	background-image: url(../gfx/navover.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #006699;
}
.active {
	font-family: "Courier New", Courier, monospace, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	background-image: url(../gfx/navover.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	height: 40px;
	width: 145px;
	padding-top: 23px;
	text-align: center;
}
#header {
	background-color: #FFFFFF;
	width: 737px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 150px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666666;
	background-image: url(../gfx/bghead.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
}
#framebg {
	width: 727px;
	padding: 0px;
	background-image: url(../gfx/framebg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#wrap {
	padding: 5px;
	background-image: url(../gfx/bgwrap.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 727px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#title {
	height: 87px;
	width: 677px;
	background-image: url(../gfx/title.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	padding-top: 30px;
	padding-left: 50px;
	margin: 0px;
}

#content {
	background-color: #FFFFFF;
	height: 300px;
	width: 697px;
}
#navbot {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 16px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	margin: 0px;
	padding: 10px;
	width: 707px;
	text-align: center;
}
#navbot a:link {
	font-family: "Courier New", Courier, monospace, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #0293BD;
	text-decoration: none;
}
#navbot a:visited {
	font-family: "Courier New", Courier, monospace, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #0293BD;
	text-decoration: none;
}
#navbot a:hover {
	font-family: "Courier New", Courier, monospace, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
#navbot a:active {
	font-family: "Courier New", Courier, monospace, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
#footer {
	background-color: #FFFFFF;
	width: 737px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 20px;
	background-image: url(../gfx/bgfoot.gif);
	background-repeat: repeat-x;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-position: bottom;
}
#copy {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 11px;
	font-weight: normal;
	color: #0A2E40;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	width: 717px;
	text-align: center;
}

#text {
	width: 727px;
}
#text p {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
	margin: 0px;
}
#text h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	color: #23609F;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#text ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 60px;
	list-style-type: none;
}
#text li {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
	margin: 0px;
	background-image: url(../gfx/bullet.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 25px;
}
.bgul1 {
	background-image: url(../gfx/service1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 297px;
	height: 335px;
}
.cntct {
	height: 300px;
}
#splash2 {
	height: 318px;
	width: 252px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../gfx/splash2.jpg);
	padding-top: 70px;
	padding-left: 400px;
	text-align: right;
	padding-right: 90px;
}
#intro {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
}
