﻿/* CSS Document */
/* ----- links ----- */
a:link {
	color: #572700;
	}
a:visited {
	color: #572700;
	}
a:hover {
	color: #426561;
	text-decoration: underline;
	}
a:active {
	color: #572700;
	}


/* ----- lists ----- */
li {
	font-size: 84%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	list-style: disc;
	margin-left: 20px;
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}

ul ul{
}
ul ul ul{
}
td {
	
	}
img {
	border: 0;
	
}/* ----- Classes ----- */
.brclear {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
	}
.column {
	float: left;
	width: 43%;
	margin-right: 10px;
	margin-left: 10px;
}.hide{
display:none;
}
.show{
display:block;
}
/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{ font-weight: normal; }
td{
}
#wrapper #secondaryContent h1 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 25px;
}
.column_3 {
	float: left;
	width: 175px;
	margin-right: 10px;
	margin-left: 10px;
}
.column_twothirds {
	float: left;
	width: 64%;
	margin-right: 10px;
	margin-left: 5px;
}
