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

body {
	margin: 0; padding: 0;
	background: url(../images/background.jpg) #3b200c; 
	position: relative;
	text-align: left;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color:#683c2e;
}


h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
img { border:none; text-decoration: none;}



/* STRUCTURE */


.table {
	margin: 0 auto;
}

.listcolor {
	color: #ad533b;
	font-size: 11px;
	list-style: none;
}

.linedtext {
	border-bottom: 1px #81d3e9 solid;
	text-align: left;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color:#683c2e;
	
}
.text {
	
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 9px;
	color:#32889f;
	
}
.title {
	margin-bottom: 5px;
	margin-top: 18px;
	}
.button {
	margin-bottom:10px;
}

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


.topnav {
	list-style: none;
	margin-top: 15px;
}





span {
	display:none;
	}


.copyright {
	color: #fff;
	font-size: 9px;
 	text-transform: uppercase;
	padding-right: 17px;
	}
	
	



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

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


/* LINK COLORS */

.body:link {
	color: #3b93ab; 
	text-decoration: none;
		}
.body:visited {
	color: #3b93ab; 
	text-decoration: none;
	}
.body:hover {
	color: #3b200c; 
	text-decoration: none;
	}
.body:active {
	color: #3b200c; 
	text-decoration: none;
	}
	
	a:link {
	color: #3b93ab; 
	text-decoration: none;
		}
a:visited {
	color: #3b93ab; 
	text-decoration: none;
	}
a:hover {
	color: #3b200c; 
	text-decoration: none;
	}
a:active {
	color: #3b200c; 
	text-decoration: none;
	}
/* LINK COLORS */

.topnavlink:link {
	color: #ad533b; 
	text-decoration: none;
		}
.topnavlink:visited {
	color: #ad533b; 
	text-decoration: none;
	}
.topnavlink:hover {
	color: #348ba1; 
	text-decoration: none;
	}
.topnavlink:active {
	color: #348ba1; 
	text-decoration: none;
	}
	
.selected {
	color: #348ba1; 
	text-decoration: none;
	}	


.copyrightlink:link {
	color: #fff; 
	text-decoration: none;
	text-transform: uppercase;
		}
.copyrightlink:visited {
	color: #fff; 
	text-decoration: none;
	text-transform: uppercase;
	}
.copyrightlink:hover {
	color: #3b93ab; 
	text-decoration: none;
	text-transform: uppercase;
	}
.copyrightlink:active {
	color: #3b93ab; 
	text-decoration: none;
	text-transform: uppercase;
	}
	
	
	
