@charset "utf-8";
/* CSS Document */

body
{
	background-color: #A0CAE0;
	background-image: url(images/back1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*
table {
	border-collapse: collapse;
}
*/
.container
{
	width: 800px;
	margin: auto;
}

.top
{
	height: 150px;
	background-image: url(images/top.png);
}

.top a
{
	display: block;
	height: 150px;
	width: 800px;
}

.main
{
	background-image: url(images/mid.png);
	background-repeat: repeat-y;
}

.menu
{
	width: 170px;
	float: left;
	margin-left: 2px;
}

.menu a
{
	display: block;
	text-decoration: none;
	font-size: 14pt;
	color: #b13131;
	border-left: 3px #b13131 solid;
	padding: 0;
	padding-left: 6px;
	margin: 3px;
	
}

.menu span
{
	display: block;
	text-decoration: none;
	font-size: 14pt;
	color: #000000;
	border-left: 3px #000000 solid;
	padding: 0;
	padding-left: 6px;
	margin: 3px;
	
}

.menu a:hover
{
	border-left-width: 5px;
	padding-left: 4px;
	color: #990000;
	background-image: url(images/link2.png);
}

.content
{
	float: left;
	width: 400px;
	padding: 10px;
	padding-top: 0;
	font-size: 13pt;
}

.content p:first-letter
{
	font-size: 15pt;
}

.sidebar
{
	float: left;
	width: 180px;
	margin: 4px;
	padding: 5px;
}

.sidebar p
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	padding-top: 25px;
	/*background-image: url(images/gop.gif);
	background-repeat: no-repeat;*/
	text-indent: 1em;
}

.footer
{
	clear: both;
	background-image: url(images/bot.png);
	/*height: 29px;*/
	font-size: 8pt;
	text-align: right;
	background-repeat: no-repeat;
	padding: 5px;
	/*margin-bottom: 5px;*/
	
}

.footer p
{
	margin-top: 2px;
	margin-right: 5px;
}

.footer a
{
	color: #000000;
}


.clear
{
	clear: both;
}