body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: White;
}

div {
	margin: 0px;
	padding: 0px;
}

#whitebk {
	width: 950px;
	background-image: url(images/white-bk.gif);
	background-repeat: repeat-y;
	background-position: top left;
	text-align: left;
	
}

#midsection {
	width: 922px;
	margin-left: 15px;
}

#links {
	background-color: #0E101D;
	background-image: url(images/linkbk.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 189px;
	width: 922px;
}

#navigation {
	padding-top: 15px;
}

#navigation a {
	display: block;
	background-color: #9EACE6;
	color: #373C51;
	text-decoration: none;
	font-weight: bold;
	height: 22px;
	padding-left: 8px;
	padding-top: 6px;
}

#links a:hover {
	background-color: #373C51;
	color: White;
}

#images {
}

#mainbk {
	background-image: url(images/blue-bk.jpg);
	background-repeat: repeat-x;
	background-color: #373C51;
	margin: 0px;
	padding: 0px;
}

#content p , #content H2, #content img {
	padding-left: 15px;
	padding-right: 15px;
}

#content h1 {
	padding-left: 15px;
	padding-top: 20px;
}
	

#bottom {
	clear: both;
}

.floatLeft {
	width: 150px;
	float: left;
}

.floatRight {
	float: right;
	width: 750px;
}

.clearBoth {
	clear: both;
}

.clearBoth h6 {
	font-size: 0.1em;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #9EACE6;
	font-size: 1.5em;
}

h2 {
	color: white;
	font-size: 1em;
	clear: both;
}

p a {
	color: #9EACE6;
	font-weight: bold;
	text-decoration: underline;
}

p a:hover {	
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.leftpanel {
	padding-left: 10px;
	width: 140px;
	background-image: url(images/white.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#bottomnav p, #bottomnav a {
	color: #0E101D;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

.clientel a, .clientel p {
	font-size: xx-small ! important;
	color: #9EACE6 !important;
	text-decoration: none !important;
	margin: 0px;
	padding: 0px;
}

.clientel a:hover {
	text-decoration: underline!important;
}