body {
	line-height: 1.40;
	font-size: 13px;
	background-image: url(images/bg.png); font-family: Helvetica, Verdana, Arial, sans-serif; margin: 0px; overflow: hidden;
}

a {
	color: #003366; text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo {
	height: 70px; width: 740px; background-image: url(images/top.png); background-repeat: no-repeat;
}
.navigation {
	height: 30px; width: 740px;   padding: 0px; position: absolute; left: 340px; top: 40px;
}

.navigation a {
	display: inline-block; height: 14px; width: 68px; padding: 7px 15px; text-align: center; 
	text-decoration: none; color: #ffffff; font-size: 13px; 
}

.navigation a.selected {
	color: orange;
}

#slider {
	width: 740px; margin: 0 auto; position: relative;
}
			
.scroll {
	margin-top: 20px; height: 400px; overflow: auto; position: relative; clear: left; border: 1px solid #cccccc; background-color: white;
}
		
.scrollContainer div.panel {
	padding: 20px; height: 360px; width: 700px; 
}
			
.scrollButtons {
	position: absolute; /*top: 100px;*/ cursor: pointer;
}
			
.scrollButtons.left {
	left: -20px;
}
			
.scrollButtons.right {
	right: -20px;
}
#bottom {
	width: 720px;padding: 10px;  height: 50px; color: #cecece; font-size: 10px;
}
#bottom1 {
	width: 130px; float: left; text-align: left;
}
#bottom2 {
	width: 130px;float: right; text-align: right;
}
#bottom3 {
	width: 130px;float: right; text-align: right;
}

.heading {
	font-size: 20px; color: #333333; display: block; font-variant: small-caps;
}

.rightcol {
	float: right; width: 220px; color: #424242; line-height: 1.6;
}

.leftcol {
	float: left; width: 220px;  color: #424242; line-height: 1.6;
}

.centercol {
	float: left; width: 240px; padding: 0px 10px; color: #424242; line-height: 1.6;
}

.sectionhead {
	font-variant: small-caps; color: #333333; font-size: 15px; width: 220px;
}

.client {
	font-size: 14px; font-variant:small-caps; margin-bottom: 10px;
}

.client .head {
	font-size: 14px; font-weight: normal; display: inline-block; margin-bottom: 2px;
	border-bottom: 1px solid #d3d3d3; width: 100%;
}

.client a {
	color: #003366; text-decoration: none;
}

.client a:hover {
	text-decoration: underline;
}