html{
height:100%;
}

body {
	background-color: #00455e;
	background-image: url(images/indexbg%20.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin: 2px;
	padding: 1px;
}

p,h1 { margin: 0 0 0.5em 0; }
h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	text-transform: capitalize;
	color: #666666;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}


#wrap {
	width: 930px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;

}
#logorow {
	background-color: #000066;
	width: 100%;


}
#picrow {
	height: 162px;
	width: 100%;

}
#menurow {
	height: 28px;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;


}
#placesbox {
	width: 215px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/mainbodybg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;

}
#welcomebox {
	background-image: url(images/mainbodybg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	padding-left: 225px;

}

#welcomebox ul{
	margin: 0px 0px 0px 15px;
	padding: 0px;



}

.insideplaces {
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 10px 10px;
}
.insidewelcome {
	padding: 15px 25px 10px 10px;
}
#copyrightrow {
	height: 60px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 100%;


}
.insidecopyright {
	padding: 10px;
}
#navcontainer ul li {
	display: inline;
	list-style-type: none;


}
#navcontainer ul li a {
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: capitalize;


}
#navcontainer ul li a:hover {
	color: #bdde5f;

}
#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px;



}

#breadcrumb,#breadcrumb a{
	font-size: 10px;
	color: #3333FF;
	padding-bottom: 10px;
}
