@charset "utf-8";
/* CSS Document */

body {
	color: #ffffff;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background-color: #77aabb;
	background-image: url(images/back.gif);
	}
	
h1 {
	color: #dd1166;
	font-size:26px;
	margin: 0 40px;	
	}
	
h2, h3 {
	color: #dd1166;
	margin: 10px 40px;
	}

p {
	margin: 15px 40px;
	line-height:1.2em;
	}
	
a {
	color: #003273;
	}
	
hr {
	margin: 0 40px;
	}
	
.pic_right {
	float:right;
	margin:10px 40px 10px 10px;
	border: none;
	}
	
#container {
	width:760px;
	margin: 15px auto 0 auto;
	height: 100px;
	}
	
#header {
	height: 215px;
	width: 760px;
	clear: both;
	}
	
#logo {
	background-image:url(images/logo200.gif);
	height: 200px;
	width: 200px;
	float: left;
	}
	
#tremtastic {
	background-image:url(images/tremtastic.gif);
	height: 215px;
	width: 560px;
	float: right;
	}

#navigation {
	width: 760px;
	height: 60px;
	overflow:hidden;
	}
	
#stripe {
	background-color: transparent;
	width:760px;
	height:30px;
	margin-top: -25px;
	overflow:hidden;
	}
	
#content {
	background-color:#ffffff;
	color: #000000;
	width: 760px;
	overflow:hidden;
	}
	
#footer {
	background-color: transparent;
	background-image:url(images/footer.gif);
	height: 50px;
	width: 760px;
	}
	
#info {
	float: right;
	text-align: right;
	color: #003273;
	}
	
#info p {
	margin: 0 40px 40px 0;
	}
	
/*NAVIGATION*/

ul {
	margin: 0;
	padding: 0;
	}

.navul {
	width:760px;
	height: 60px;
	margin: 0 0 0 0;
	list-style:none;
	text-align:center;
	}
	
.navli{
	background-color: transparent;
	color:#003273;
	width: 152px;
	height: 60px;
	text-decoration:none;	
	float:left;
	margin:0;
	}
	
.navli a, .navli a:link,	.navli a:visited{
	display: block;
	background-color: transparent;
	color:#003273;
	width: 152px;
	height: 60px;
	text-decoration:none;
	padding: 8px 0 8px 0;
	}
	
.navli a:hover {
	background-image:url(images/pinktab.gif);
	width: 152px;
	height: 60px;
	color:#FFFFFF;
	}
	
.navli_hi{
	background-image:url(images/whitetab.gif);
	color:#000000;
	width: 152px;
	height: 60px;
	text-decoration:none;	
	float:left;
	margin:0;
	}
	
.navli_hi a, .navli_hi a:link, .navli_hi a:visited, .navli_hi a:hover{
	background-image:url(images/whitetab.gif);
	display: block;
	width: 152px;
	height: 60px;
	color:#000000;
	text-decoration:none;
	padding: 8px 0 8px 0;
	}
