
.mainBody
{
/*	background: #00b6f3;*/
}


#page
{
	width: 95%;
	height: 95%;
	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;
}
	



#page p
{
	margin: 10px;
}


#pageTopLogo img
{
float: left;
	padding: 0px;
	margin: 0px;

}

#pageTitle
{
/*float: left;*/
	font: normal 18px cursive;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 10px;
	font-style: italic;
	color: red;
	font-weight: bolder;
	text-align: center;
}

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

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

*/

#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;
	display: block;
	color: DarkBlue;
	/*border-bottom: 2px solid silver;*/
	border-top: 2px solid silver;
	font-weight: normal;
}

#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;
}




#footer
{
	font: bold 16px Arial;
	background-color: silver;
	
	width: 100%;
	height: 25px;
	
	color: black;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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




