
.mainBody
{
	background: #66ccff;
}

.innerBody
{
	/*background-color: lightyellow;
	background-image: url("images/walk_BW.png");
	background-repeat: no-repeat;
	background-position: -350px top;*/
}

#page
{
	width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #eff8ff;
	
	margin-top: 10px;
	margin-bottom: 20px;

	border: 10px solid #eff8ff;
	/*border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-box-shadow: 10px 10px 5px #333;
	-icab-box-shadow: 10px 10px 5px #333;
	-khtml-box-shadow: 10px 10px 5px #333;
	-moz-box-shadow: 10px 10px 5px #333;
	-webkit-box-shadow: 10px 10px 5px #333;
	/*box-shadow: 10px 10px 5px #333;*/
	padding: 0px 0px 5px 0px;
	
}
	
#shadow
{
	border: 10px solid #eff8ff;
	/*border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	width: 750px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	-o-box-shadow: 10px 10px 5px #333;
	-icab-box-shadow: 10px 10px 5px #333;
	-khtml-box-shadow: 10px 10px 5px #333;
	-moz-box-shadow: 10px 10px 5px #333;
	-webkit-box-shadow: 10px 10px 5px #333;
	/*box-shadow: 10px 10px 5px #333;*/
	padding: 0px 0px 5px 0px;
}



#page p
{
	margin: 10px;
}

#pageTop
{
	width: 750px;
	/*background-color: AliceBlue;*/
	background-color: inherit;
}

#pageTopLogo
{
	top: 60px;
	z-index: 1;
	position: absolute;
	
}

#pageTopLogo img
{
	opacity: 1.0;
}

#pageTop
{
	position: absolute;
	background-color: inherit;
}

#pageTop img
{
	opacity: 1.0;
}

#middle
{
	/*height: 331px;*/
	width: 750px;
	top: 255px;
	position: absolute;
	background-color: inherit;
}

#search form
{
	padding-top: 20px;
}

#menu
{
	float: left;
	width: 110px;
	font-family: arial;
	font-size: 14px;
	background-color: inherit;
	font-weight: normal;
}

#menu ol
{
	list-style-type: none;
	margin: 0px;
	padding: 1px 0px 0px 0px;
}

#menu li
{
	margin: 0px;
}

#menu a
{
	padding: 2px 2px 8px 16px;
	text-decoration: none;
	display: block;
	color: DarkBlue;
	/*border-bottom: 2px solid silver;*/
	border-top: 2px solid silver;
}

#topMenuLink a
{
	border-top: 0px none;
}

#subMenu ol
{
	padding: 0px 0px 0px 0px;
}

#subMenu a
{
	padding: 2px 2px 2px 30px;
	text-decoration: none;
	/*text-indent: 10px;*/
	font-size: 12px;
	display: block;
	color: DarkBlue;
	border-top: 0px none;
	border-bottom: 0px none;
}

#menu a:link
{
}

#menu a:visited
{
}

#menu a:active
{
	color: black;
	background-color: #67b8e5;
}

#menu a:FOCUS
{
}

#menu a:hover
{
	color: black;
}

#pageTitle
{
	text-indent: 10px;
	text-align: center;
}

#pageTitle H1
{
	font: normal 18px cursive;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	color: red;
	font-weight: bolder;
}


#contentFrame
{
	border-style: none;
	
	/*height: 410px;*/
	height: 600px;
	
	width: 630px;
	background-color: inherit;
}

#content
{
	text-align: justify; 
	font: normal 14px Arial;
	/*width: 600px;
	height: 300px;
	
	background-image: url("images/paw_small.png");
	background-image: url("images/paw_light.png");
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	background-position: center;
	*/
	background-color: inherit;
}


.contentText
{
	margin: 15px;
}

.ratesTable
{
	padding: 10px;
}


#subMenu
{
	
}

#footer
{
	font: bold 16px Arial;
	background-color: silver;
	
	/*
	border:groove;
	border-width: 20px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	*/
	width: 750px;
	height: 25px;
	/*position: absolute;*/
	/*top: 430px;*/
	left: 0px;
	
	/*font-style: italic;*/
	color: black;
	
	/*border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footer a
{
	text-decoration: none;
	color: black;
}


.separator
{
	width: 10px;
	height: 100px;
	float: left;
	background-color: silver;
}
	
.sepMenuContent
{
	width: 4px;
	/*height: 430px;*/
	height: 320px;
	float: left;
	
	background-color: silver;
}


