body	{
	background-color: #2C4966;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	/* background-image: url(images/bkground-tile-spyro.gif);
	background-repeat: repeat; */
	}

a:link	{
	color: #2C4966;
	font-weight: bold;
	text-decoration: none
	}

a:visited	{
	color: #2C4966;
	font-weight: bold;
	text-decoration: none
	}

a:hover	{
	color: #2C4966;
	text-decoration: underline
	}

p	{
	line-height: 140%;
	margin: 0 0 10px 0;
	color: #333333;
	}

h1	{
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 14px 0;
	font-style: oblique;
	color: #2C4966;
	}

h2	{
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin: 14px 0 0 0;
	}

ul	{
	line-height: 140%
	}

#frame	{
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
	background-color: #ffffff;
	padding-bottom: 100px;
	width: 550px;
	clear: none;
	height: 100%;
	border-top: 1px #2c4966 solid;
 }

div#header	{
	padding-bottom: 20px;
	}

div#mainbody	{
	padding-right: 10px;
	margin-left: 140px;
	background-color: #ffffff;
	padding-bottom: 50px;
	clear: none;
	margin-right: 10px;
  }

div#navbar	{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #ffffff;
	border: none;
	font-weight: bold;
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-right: 30px;
	}

#navbar a:link, #navbar a:visited	{
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	display: block;
	border-bottom: 1px #000000 solid;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: oblique;
	padding-left: 2px;
	}

#navbar a:hover, #navbar a.current	{
	color: #ffffff;
	background-color: #2C4966;
	text-decoration: none;
	}

a.current	{
	color: #ffffff;
	font-weight: bold;
	background-color: #ffffff
	}

div.clearer	{
	clear: left;
	line-height: 0;
	height: 0;
	}


