/* CSS Document */
html { margin: 0; padding: 0; width: 100%}

body {
	margin: 0; padding: 0;
	font-size: 73.5%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	background:  #ffffff; 
	color:#6633CC; 
	position: relative;
	line-height: 18px;
}


h1{
	font-size:16px;
	color: #64b539;
}
h2{
	font-size:14px;
}
h3{
	font-size:12px;
	font-style: italic;
}

img { border:none; text-decoration: none;}



/* STRUCTURE */

div.floatBreaker {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#container{
  width: 100%;
  margin: 0;
  padding: 0;
  
}

#content{
  width: 900px;
  margin: 30px auto 30px auto;
  padding: 0;
  background: #fff;
  
}

#topnav {
	width: 100%;
	
}



div#logo {
position: relative;
	background: url(../images/logo.jpg) no-repeat left top;
	width: 439px;
	height: 72px;
	margin: 15px 0 40px 95px;
}



span {
	display:none;
	}
p {
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}



.copyright {

	font-size: 9px;
 	text-transform: uppercase;
	
	}




ul.features {
	margin-bottom: 10px;
}

ul.features li {
	list-style: square;
}


/* LINK COLORS */

a:link {
	color: #f26522; 
	text-decoration: none;
		}
a:visited {
	color: #f26522; 
	text-decoration: none;
	}
a:hover {
	color: #ca8ed8; 
	text-decoration: none;
	}
a:active {
	color: #ca8ed8; 
	text-decoration: none;
	}


.copyrightlink:link {
	color:#FF9900; 
	text-decoration: none;
	text-transform: uppercase;
		}
.copyrightlink:visited {
	color: #FF9900; 
	text-decoration: none;
	text-transform: uppercase;
	}
.copyrightlink:hover {
	color:#6633CC;
	text-decoration: none;
	text-transform: uppercase;
	}
.copyrightlink:active {
	color: #6633CC; 
	text-decoration: none;
	text-transform: uppercase;
	}
	
	
	
/* TOP NAV */
ul#mainNav {
	margin: 0 0 0 auto;
	height: 50px;
	width: 900px;
}
ul#mainNav li {
width: 120px;
	height: 50px;
	list-style: none;
	margin: 0;
	float:left;
	font-size: 13px;
}
ul#mainNav li a {
	display: block;
	height: 50px;
}

ul#mainNav li a span {
	display: none;
}


.asterisk {
font-size: 9px;
}