* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #FFF;
	align : center;
	background-color: #6FABE7;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
}

a {
	color: #006DCE;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: orange;
	text-decoration: none;
	font-size: 14px;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 7px 0px 8px;
	text-align: justify;
}

input {
	border: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

/* Page Header */

#page_header {
	background: url('images/header_bg.jpg') no-repeat 0% 0%;
	width: 775px;
	height: 193px;
}
/* header Menu Destinations Block */

#Block a {
	font-size: 8px;
}

.content {
	font-size: 16px;
}

div.sdmenu {
	width: 229px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #FFFFFF;
}

div.sdmenu2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #FFFFFF;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #6FABE7;
}
div.sdmenu div a.current {
	background : #FFFFFF;
}
div.sdmenu div a:hover {
	background : #6FABE7 url(linkarrow.gif) no-repeat right center;
	color: #FFFFFF;
	text-decoration: none;
}

6FABE7