* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #009DDB;
	color: #000000;
	margin-top: 5px;
	font-family: Helvetica, Arial, san-serif;
	font-size: 14px;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #BED6FC;
}

#header {
	font-family: Helvetica, Arial, "San Serif";
}

#nav {
	text-align: center;
	padding: 5px;
}

#content {
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}

/*
#nav li {
   background: url(nav.jpg) no-repeat top left;
}
.sprite-expb{ background-position: 0 0; width: 100px; height: 25px; } 
.sprite-expm{ background-position: 0 -30px; width: 100px; height: 25px; } 
.sprite-homeb{ background-position: 0 -60px; width: 100px; height: 25px; } 
.sprite-homem{ background-position: 0 -90px; width: 100px; height: 25px; } 
.sprite-howb{ background-position: 0 -120px; width: 100px; height: 25px; } 
.sprite-howm{ background-position: 0 -150px; width: 100px; height: 25px; } 
.sprite-linksb{ background-position: 0 -180px; width: 100px; height: 25px; } 
.sprite-linksm{ background-position: 0 -210px; width: 100px; height: 25px; } 
.sprite-whyb{ background-position: 0 -240px; width: 100px; height: 25px; } 
.sprite-whym{ background-position: 0 -270px; width: 100px; height: 25px; } 

*/


img {
	border-style: none;
	margin-bottom: 0;
}

img.line {
	margin-top: 0px;
}

img.expb {
	background: url(images.jpg) no-repeat top left;
	background-position: 0 0;
	width: 100px;
	height: 25px;
} 

img.expm {
	background: url(images.jpg) no-repeat top left;
	background-position: 0 -30px;
	width: 100px;
	height: 25px; } 

img.homeb {
	width:100px;
	height:25px;
	background: url(images.jpg) no-repeat top left;
	background-position: 0 -60px;
}

img.homem {
	width:100px;
	height:25px;
	background: url(images.jpg) no-repeat top left;
	background-position: 0 -90px;
}

img.howb {
	width:100px;
	height:25px;
	background: url(images.jpg) no-repeat top left;
	background-position: 0 -120px;
}

img.howm {
	width:100px;
	height:25px;
	background: url(images.jpg) no-repeat top left;
	background-position: 0 -150px;
}

img.linksb {
	background: url(images.jpg) no-repeat top left;
	background-position: 0 -180px;
	width: 100px;
	height: 25px;
}

img.linksm {
	background: url(images.jpg) no-repeat top left;
	background-position: 0 -210px;
	width: 100px;
	height: 25px;
}

img.whyb {
	background: url(images.jpg) no-repeat top left;
	background-position: 0 -433px;
	width: 100px;
	height: 25px;
}

img.whym {
	background: url(images.jpg) no-repeat top left;
	background-position: 0 -463px;
	width: 100px;
	height: 25px;
}

img.logo {
	background: url(images.jpg) no-repeat top left;
	background-position: 0 -240px;
	width: 287px;
	height: 142px;
	float: left;
}
	
img.redline {
	background: url(images.jpg) repeat top left;
	background-position: 0 -387px;
	width: 975px;
	height: 8px;
} 

img.tricolorline {
	background: url(images.jpg) repeat-x top left;
	background-position: 0 -400px;
	width: 975px;
	height: 28px;
}

a {
	background-color: #BED6FC;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	background-color: #BED6FC;
	color: #009DDB;
}

a:hover {
	text-decoration: underline;
}

.contact {
	font-size: small;
}

.left {
	float: left;
}

.right {
	padding-top: 1.75em;
	text-align: center;
	color: #CE0068;
	background-color: #BED6FC;
}

ul {
	list-style-type: none;
	margin-top: 10px;
	text-align: left;
	margin-left: 30px;
}

ul.circle {
	list-style-type: circle;
}

h2 {
	font-weight: normal;
	color: #CE0068;
	margin-bottom: 0;
	margin-top: 10px;
}

h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	text-align: left;
}

td {
	width: 33%;
	text-align: left;
}

#copy {
	font-size: 10px;
}

