body {
	background:#f0eff5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the#container selector */
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#f0eff5;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
}
#containerbottom {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 8px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	height: 15px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the#header instead of text, you may want to remove the padding. */
	margin: 0;
}
#leftPanel {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-right: 15px;
}
#content {
	width: 885px;
	padding-left: 15px;
	background-image: url(../images/contentsbgd.gif);
	background-repeat: repeat-y;
	clear: both;
}

#mainContent {
	background: #fff;
	border: 1px solid #fff;
	margin-right: 15px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	float: left;
	width: 540px;
	margin-bottom: 15px;
	text-decoration: none;
}
.boxTourism {
	float: left;
	width: 151px;
	margin-right: 12px;
	background-image: url(../images/box_tourism.jpg);
	height: 108px;
	text-decoration: none;
	padding-top: 85px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
}
.boxLeisure {
	float: left;
	width: 151px;
	margin-right: 12px;
	background-image: url(../images/box_leisure.jpg);
	height: 108px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 85px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
}
.boxMusic {
	float: left;
	width: 151px;
	background-image: url(../images/box_music.jpg);
	height: 108px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 85px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
}
.boxCasestudies {
	float: left;
	width: 147px;
	height: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 15px;
	background-image: url(../images/box_casestudies.jpg);
	padding-left: 380px;
	padding-top: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
}




#rightPanel {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-color: #FFFFFF;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 auto;
	width: 800px;
	text-align:center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}
.subtitlewhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #08266E;
	text-decoration: none;
	margin-top: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #08266E;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#breadcrumbs {
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
}
#breadcrumbs a, #breadcrumbs a.link {
	text-decoration: none;
	color: navy;
}

#breadcrumbs a:visited, .breadcrumbs a:active {
	color: navy;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

#navleft {
	width: 135px;
	float: left;
	
}
#leftBanners {
	float: left;
	width: 135px;
	margin-top: 10px;
}

/* level 1 */
#navleft ul {
	margin: 0;
	padding: 0;
}
#navleft ul li {
	list-style-type: none;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navleft ul li a {
	display: block;
	width: 127px;
	height: 20px;
	background-image:url(../images/nav_left_level1.gif);
	background-repeat: repeat-x;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-bottom: 3px;
}
#navleft ul li a:hover {
	background-image: url(../images/nav_left_level1_selected.gif);
	background-repeat: repeat-x;
}
#navleft ul li a.selected {
	background-image:url(../images/nav_left_level1_selected.gif);
	background-repeat: repeat-x;
	color:#ffffff;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#navleft ul li a.selected:hover {
	background-image: url(../images/nav_left_level1_selected.gif);
}
a {
	color: #48911C;
	text-decoration: none;
}
a:hover {
	color: #48911C;
	text-decoration: underline;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
