/**
darker -- #BFAF80
lighter -- #D9D7BA
brown -- #592B02
text -- #0A0D0C
blue -- #00344E
**/

body, html {
	color: #0A0D0C;
	background-color:  #592B02;
	font-family: "Georgia","Tahoma","Verdana",arial;
	margin-top: 20px;
	}

#doc {
	/*background-image: url("images/squarecog-back.gif");*/
	background-repeat: no-repeat;
	min-height: 500px;
	background-color: #D9D7BA;
	border: 5px solid #0A0D0C;
}

#bd { min-height: 500px;}
#bd p { padding: 1em 5em; font-size: 120%; }

h1,h2,h3,h4 {
	color: #592B02;
}

h1 a, h2 a, h3 a, h4 a { color: inherit; }

h1 { font-size: 150%;}

h2 {
	font-size: 120%;
}

#ft {
	padding: 5px;		
	background-color: #BFAF80;
	margin-bottom: 20px;
}

#main-banner {
    padding: 109px 0 0 0;
    overflow: hidden;
    background-image: url("images/square-cog-header.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:109px;
}

 ul.horizmenu li {
	border: 0px;
	padding: 0px;
	margin: 0;
	padding-top: 5px;
	display: inline;
	text-align: center;
}

a { text-decoration: none; color: #00344E;}
a:hover { text-decoration: underline; }

.horizmenu a { color: inherit; }


#ft ul.horizmenu li {
	font-size: 150%;
	padding: 0px 10px;
/*	margin: 0px 10px; */
	color: #592B02;
	border-right: #592B02 2px solid;
}

#ft ul.horizmenu li:last-child {
	border-right: none;
}

#ft ul.horizmenu {
	list-style: square inside;
	text-transform: uppercase;
	font-weight: bold;
	}