﻿html
{
	text-align: center;
}

body
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../media/image/bground.jpg);
	background-repeat: repeat-x;
	background-color: #0053A0;
	margin-top: 15px;
	font-family: Arial;
	font-size: 12px;
}

#header
{
}

/* NAVIGATION */
#navigation
{
	background-color: #fff;
	padding: 3px 0 3px 10px;
	border-bottom:solid 1px #cccccc;
}
#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#navigation li
{
	display: inline;
	float: left;
	padding-right: 20px;
}

#navigation a
{
	white-space: nowrap;
	color: #0053A0;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover
{
	color:#ccc;
}
/* END NAVIGATION */

/*  TOOL TIP */
.ToolTip{position:relative; }
.ToolTipHover{position:relative;}
.ToolTip span{display: none;}

.ToolTipHover span{
  display:block;
  position:absolute;
  border:1px solid black;
  top:20px;
  left:0px;
  background-color:gray; color:white;
  width:350px;
  text-align:left;
} 
/*  END TOOL TIP */

#content
{
	overflow:hidden;
	background-color: #fff;
	text-align: left;
	padding: 0 10px 0 20px;
}

#footer
{
	background-color: #fff;
	text-align: right;
	padding-bottom: 2px;
}

fieldset legend
{
	color: #0053A0;
	font-size: 14px;
	font-weight: bold;
}

.form input.btn
{
	
}

.i
{
	font-style:italic;
}

h1
{
	font-size:18px;
}

h2
{
	font-size:16px;
}

a span
{
	text-decoration:none;
}

#whettstone
{
	text-decoration: none;
	float:left;
	color:#fff;
	padding-top:5px;
}
#whettstone:hover
{
	text-decoration: underline;
}
