
body {
	text-align: center;
	background-color: #ffffdd;
	margin: 5px;
}

.page
{
	width: 1000px;
	margin: auto;
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
}

.header,
.footer
{
	font-family: arial;
	background-color: #800a0a;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	border-color: #000000;
	border-style: solid;
	border-width: 0px;
}
.header
{
	border-bottom-width: 2px;
	text-align: left;
	padding: 5px;
}
.footer
{
	border-top-width: 2px;
	text-align: center;
	padding: 2px;
}

.menu
{
	font-family: arial;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	width: 100%;
}
.menu1
{
	display: table-cell;
}
.menu1 a
{
	float: left;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 2px 5px 2px;
	width: 140px;
	text-align: center;
}
.menu1 a:hover
{
	background-color: #aa6666;
}
.menu2
{
	font-family: arial;
	background-color: #000000;
	border: 2px solid #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
}
.menu2 ul
{
	list-style:none;
	padding:0;
	margin:0;
}
.menu2 a
{
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	display: block;
	font-weight: normal;
}
.menu2 a:hover
{
	background-color: #aa6666;
}
#dropmenudiv {
	position: absolute;
	z-index:100;
}

.breadcrumbs
{
	font-family: arial;
	background-color: #aa6666;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	padding: 4px;
	border-color: #000000;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 2px;
	border-top-width: 2px;
	text-align: left;
}
.breadcrumbs a
{
	color: #ffffff;
	text-decoration: none;
}
.breadcrumbs a:hover
{
	text-decoration: underline;
}

.content
{
	text-align: left;
	font-family: georgia;
	background-color: #ffffff;
	padding: 10px;
}

