/*div.Title {
	color: #ffffff;
	background-color: #005344;
	padding: 5px;
	filter:alpha(opacity100,finishopacity=10,style=1,startx=50);
	width: 100%;
	font-size: x-large;
}*/

#map {
	float:left;
}

#cpanel {
	float:right;
}

h2
{
	font-size: large;
}

p
{
	text-indent:1em;
	font-size: small;
}

img.logo {
	text-align:left;
	border:none;
}

/* Real menu */
ul, li
{
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}

ul
{
	width: 160px;
	border: solid 1px #888888;
	padding: 0px;
	border-style:none;
	z-index:1;
}

li ul
{
	width: 162px;
	display: none;
	position: absolute;
	background-color: #f5f5f5;
	border: solid 1px #888888;
	margin-left: 162px;
	margin-top: -20px;
}

li ul ul
{
	width: 162px;
	display: none;
	position: absolute;
	background-color: #f5f5f5;
	border: solid 1px #888888;
	margin-left: 162px;
	margin-top: -20px;
}

li a
{
	padding: 2px;
	text-decoration: none;
	color: #000000;
	background-color: #f5f5f5;
	border: solid 1px #f5f5f5;
	width: 156px;
	display: block;
	font-size: small;
}

li a:hover
{
	padding: 2px;
	background-color: #b0c4de;
	color: #000000;
	border: solid 1px #555555;
}

li
{	
	float: left;
	width: 98%;
}

a.hassubmenu
{
	background-image: url(../img/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: 150px 5px;
}

#mainmenu
{
	margin-left: 2px;
	margin-top: 6px;
	margin-right: 2px;
	float: left;
}

.title { 
	text-align: left;
	width: 90%;
	color: #ffffff;
	background-color: #366b43;
	font-size: small;
	font-weight: bold;
	padding: 5px;
} 

.picture_left { border="0"; float:left; margin:0em 1em 1em 0em; }

.picture_right { border="0"; float:right; margin:0em 0em 1em 1em; }

span.Title { font-size: large; font-weight:Bold }
span.TitleRuby { font-size: small }

.gradHeader {
	height:95px;
	width:100%;
	padding:0px;
	margin: 0px;
}


.gradFooter {
	height:60px;
	width:100%;
	padding:0px;
	margin: 0px;
}

.gradMain {
	width:100%;
	height:100%;
	padding:0px;
	margin: 0px;
	text-align:right;
	vertical-align:top;
}

.background {
	width: 100%; 
	height: 100%; 
	padding:0px;
	margin: 0px;
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: -1;
}

.stretch {
	width:100%;
	height:100%;
	vertical-align:bottom;/* firefox image bottom padding erase */
}

