@charset "utf-8";
/* CSS Document */


body {
	background: #E6CAB3 url(../images/body_bg.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

a, a:visited {
	color: #6B4A2E;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#container {
	width: 680px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-left: 1px solid #6B4A2E;
	border-right: 1px solid #6B4A2E;
	border-bottom: 1px solid #6B4A2E;
}


#header {
	margin: 0px;
	height: 220px;
	background: url(../images/header.jpg) no-repeat;	
}

#left-col h1 {
		margin: 0px 8px;
		color: #FFFFFF;
		font-size: 1.1em;
		text-align: center;
	}
	#left-col h2 {
		margin: 8px 8px 0px 8px;
		color: #FFFFFF;
		font-size: 1em;
		text-align: center;
	}
	#left-col h3 {
/*		margin: 8px 8px 0px 8px;*/
		color: #6B4A2E;
		font-size: 1em;
		text-align: center;
	}
	#left-col p {
		margin: 12px 8px;
		font-size: 0.9em;
		text-align: center;
	}
	#left-col input {
		margin-top: 4px;
		margin-bottom: 4px;
		margin-left: 8px;
		color: #999999;
		border: 1px solid #6B4A2E;
		font-size: 0.9em;
	}
	#left-col textarea {
		margin-left: 8px;
		margin-top: 4px;
		margin-bottom: 4px;
		color: #999999;
		border: 1px solid #6B4A2E;
		font-size: 1em;
	}
	#left-col td {
	margin: 0px;
	color: #333333;
	font-size: 0.9em;
	}
	#left-col td input {
		margin-left: 8px;
	}
	#left-col form {
		margin-top: 0px;
		border: 1px solid #6B4A2E;
		background-color: #E6CAB3;
	}		
	#left-col img {
		border: none;
	}
	

#right-col {
	text-align: left;
	vertical-align: top;
}


#multimedia {
	background-color: #E6CAB3;
	height: 20px;
	margin: 0px;
	}
	#multimedia p {
		margin: 0px;
		text-align: center;
		color: #975620;
		font-size: 0.8em;
		font-weight: bold;
	}

#footer {
	height: 30px;
	margin: 0px;
	text-align: center;
	color: #E6CAB3;
	background-color: #975620;
	}
	#footer h1 {
		padding-top: 5px;
		font-size: 1em;
		margin: 0px;
	}


#copyright {
	width: 680px;
	margin: 0px auto;
	}
	#copyright p {
		margin: 0px;
		color: #6B4A2E;
		font-size: 0.7em;
	}


#dl-content p {
	margin: 12px 8px;
	font-size: 0.9em;
	}
/*	#dl-content h2 {
		text-align: center;
	}
*/	#dl-content h3 {
		margin: 8px;
	}
	#dl-content ol li {
		margin: 12px 8px;
	}
	#dl-content img {
		border: none;
	}
/*	#dl-content td {
		font-size: 0.8em;
	}
*/
#guarantee {
	border: 2px solid #FF0000;
	}
	#guarantee p {
		color: #FF0000;
		font-size: 1em;
	}


/* CSS Classes */
.brownText {
	color: #6B4A2E;
}

.redH3 {
	color: #FF0000;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
}

.dl-link {
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}	

.toplinks {
	font-size: 0.8em;
}

.highlight-text {
	background-color: #FFFF00;
	font-weight: bold;
}

.signup-link {
	color: #0000FF;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}

.signup-link a {
	color: #0000FF;
}