*
{
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	color: #000000
	font-family: "Bookman Old Style", "Book Antiqua", "Times New Roman", serif;
	font-size: 1em;
	background-image: url('./img/bg_repeat_y.gif');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#header
{
	background-image: url('./img/bg_new.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 117px;
}

div.navigation
{
	color: #FFCC33;
	position: absolute;
	top: 120px;
	left: 0px;
	height: 40px;
	width: 130px;
}
.menu
{
	border-style: dashed;
	border-color: #F7C473;
	border-width: 0px 0px 1px;
	background-color: #FFCC33;
	padding: 0px 0px 0px 10px;
	width: 120px;
}
.menu ul, .menu li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul li a
{
	color: #005CA1;
	text-decoration: underline;
	font-size: 15px;
	color: #660000;
	background-color: #FFCC33;
}

.menu ul li a:link
{
	color: #005CA1;
	text-decoration: underline;
	font-size: 15px;
	color: #660000;
	background-color: #FFCC33;
}

.menu ul li a:visited
{
	color: #005CA1;
	text-decoration: underline;
	font-size: 15px;
	color: #660000;
	background-color: #FFCC33;
}
.menu ul li a:hover
{
	color: #FFCC33;
	background-color: #660000;
	text-decoration: underline;
}


div.content
{
	position: absolute;
	top: 151px;
	left: 178px;
	padding-right: 4px;
	background-color: transparent;
	height: 76%;
	width: 79%;
	padding: 0px;
	margin: 0px;
}

h1
{
	font-size: 1.1em;
	text-decoration:
	underline;
	font-style:
	italic;
}
h2
{
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}

a:link
{
	color: #660000;
	background-color: #FFCC33;
}
a:visited
{
	color: #660000;
	background-color: #FFCC33;
}
a:hover
{
	color: #FFCC33;
	background-color: #660000
}

img.right
{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: brown;
}

img.left
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: brown;
}

td.textbold
{
	font-weight: bold;
	font-size: 0.9em;
}
td.text
{
	font-size: 1em;
}
