@charset "utf-8";

/* CSS Document */
* {margin:0; padding:0;}
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:100.1%; /*** Don't change this setting. Make all other
font-sizes in % (preferred) or ems ***/
	color:#000000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000000;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	}	
#sidebar1 #login #_ctl0 td {
	font-size: 10px;
}

/* ----- links ----- */
a:link {
	color: #564229;
	}
a:visited {
color: #564229;
	}
a:hover {
	font-weight: bold;
	}
a:active {
color: #564229;
	}
/* ----- lists ----- */
li {
	font-size: 86%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	}
ul {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 25px;
	}

ul ul{
}
ul ul ul{
}
td {
	font-size: 90%;
	}
img {
	border: 0;
	}
#wrapper {
}
/*-------------Headings*/
h1 {
	font-size: 80%;
	color: #FFFFFF;
	background-color: #967348;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #000000;
}
h2{
 font-size: 114%;
}

h3{
 font-size: 100%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 96%;
}
/* ----- 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;
}
/* ----- Navigation ----- */
#navigation
{
	padding-left: 0;
	margin-left: 0;
}

#navigation li
{
	list-style: none;
	padding: 0.25em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -20px;
}
#navigation li a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	}
#navigation li a:visited {
text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	}
#navigation li a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	}
#navigation li a:active {
text-decoration: none;
font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}	
	/* ----- linksbox ----- */
.links
{
	padding-left: 0;
	margin-left: 0;
	background-color: #967348;
}

.links li
{
	list-style: none;
	padding: 0.25em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
.links li a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	}
.links li a:visited {
font-size: 10px;
font-weight: bold;
text-decoration: none;
	color: #FFFFFF;
	}
.links li a:hover {
font-size: 10px;
font-weight: bold;
	text-decoration: underline;
	}
.links li a:active {
font-size: 10px;
font-weight: bold;
text-decoration: none;
	color: #FFFFFF;

/* ----- FORMS ----- */
}
form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}
/*layout here*/
.twoColFixLtHdr #container {
	width: 1050px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #967348;
} 

.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #967348;
	text-align: center;
	margin: 0px;
} 
#headerwrap {
	background-color: #000000;
	width: 1013px;
	padding: 5px;
	margin: 5px;
	border: 5px solid #FFFFFF;
}

.twoColFixLtHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1px;
	color: #967348;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	background-color: #967348;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding: 0;
} 
.twoColFixLtHdr #footer {
	background-color: #000000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 200px;
} 
.footpod p {
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.columnthree {
	float: left;
	width: 285px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.footpod {
	float: left;
	width: 230px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.footpod p {
	font-size: 12px;
	line-height: 1em;
	margin: 0em;
}
.decorativeborder {
	padding: 5px;
	border: 1px solid #967348;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}
#sidebar1 p {
	margin: 0px;
	font-size: 10px;
}
