/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
	color: black;
	font-size: x-small;
	background-color: #8a8a8a
}

div {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 739px;
}

#header {
	margin-bottom: 6px;
}

#navigation {
}

#navigation a {
	color: white;
	background-image: url(images/out.gif);
	display: block;
	float: left;
	width: 118px;
	height: 29px;
	padding: 0px;
	text-decoration: none;
	margin: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	padding-top: 15px
}

#navigation a.double {
	padding-top: 7px !important;
	height: 37px !important;
}

.fix_margin {
	margin-right: 0px !important;
}

#navigation a:hover {
	background-image: url(images/over.gif);
}


#main {
	background-image: url(images/top.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#floatLeft {
	float: left;
	width: 440px;
	height: 385px;
	overflow: scroll;
	overflow-x: hidden;
	margin-top: 10px;
}

#content {
	padding-right: 10px;
}

#floatRight {
	float: right;
	width: 264px;
	margin-top: 10px;
}

#clear {
	clear: both;
}

#footer {
	clear: both;
	background-image: url(images/bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: white;
}

p {
	margin-top: 0px;
	padding-right: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #43454f;
	font-size: 1.7em;
}

h1 .color, h2, #main a {
	color: #800000;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #43454F;
	font-size: 1.4em;
}

.resources {
	padding: 3px;
	margin: 3px;
	border: 1px solid #cccccc;
	clear: both;
	min-height: 100px;
}

.resources img {
	margin-left: 10px;
	margin-bottom: 10px;
}

.tint {
	background-color: #E4E4E4;
}

.clientel a, .clientel p {
	font-size: xx-small ! important;
	color: White !important;
	text-align: center!important;
	text-decoration: none !important;
}

.clientel a:hover {
	text-decoration: underline!important;
}