body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images_new/1logoback.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#left h1 {
	font-size: 24px;
	color: #1A2E47;
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
#footer {
	clear: both;
	height: 20px;
}
#maincontent {
	margin-top: 20px;
}
#left {
	float: left;
	width: 480px;
	margin-bottom: 20px;
}
.pano {
	border: 20px solid #9ECEE2;
	background-color: #9ECEE2;
}

#right {
	float: right;
	width: 200px;
	margin-bottom: 20px;
	background-color: #9ECEE2;
	padding: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1A2E47;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}



#logo {
	float: left;
	width: 760px;
	margin-bottom: 4px;
}
#menu {
	clear: left;
	height: 60px;
}

#text {
	width: 500px;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	float: left;
}

#thicktabs{
	margin: 0;
	padding: 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

#thicktabs li{
	display: inline;
}

#thicktabs li a{
	float: left;
	color: #FFFFFF; /*padding of tabs*/
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #327D9C;
	padding-top: 20px;
	padding-right: 16px;
	padding-left: 16px;
	height: 39px;
}


#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #327D9C;
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: #FFFFFF;
}

#thicktabs li a:hover{
	color: #FFFFFF; /*background image swap on hover*/
	background-color: #2F7B9F;
}
