html,body { height:100%; }

body
{
	margin: 0;
	background-image: url(/images/border.jpg);
	background-repeat: repeat-x;
}

img, table
{
	border: 0px;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}


a:link
{
	color: #000000;
}

a:active
{
	color: #000000;
}

a:visited
{
	color: #333333;
}

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

#container
{
	background-color: #ffffff;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	width: 750px;
	margin: 0 auto;
	height: 100%;
}

#top
{
	height: 35px;
}

#topbanner
{
	width: 750px;
	height: 160px;
	text-align: center;
	padding: 20px 0 15px 0;
}

#content
{
	font-family: Tahoma, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	padding: 30px 35px 35px 35px;
	color: #000000;
	text-align:justify;
	vertical-align: top;
}

#menu
{
	height: 32px;
}

#menu table
{
	width: 680px;
	height: 32px;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;

	font-family: arial, "lucida console", sans-serif;
	font-size: 18px;
}

#menu td.txt
{
	background-color: #6377b9;
	width: 100%;
}

#menu a
{
	color: #ffffff;
	padding: 0 15px 0 10px;
}