body
{
	background-image: url(../graphics/background-left.gif);
	background-repeat: repeat-y;
}

#logo_panel
{
	z-index: 3;
	position: absolute;
	background-color: #efe;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	height: 128px;
	width: 128px;
	background-image: url(../graphics/grad-1.jpg);
	background-repeat: no-repeat;
}

.logo
{
	margin: 7px;
}

#top_panel_background
{
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 104px;
	width: 100%;
	background-image: url(../graphics/background-top.gif);
	background-repeat: repeat-x;
}

#top_panel_grad
{
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 128px;
	height: 102px;
	width: 130px;
	background-image: url(../graphics/grad-2.jpg);
	background-repeat: no-repeat;
}

#side_panel_background
{
	z-index: 1;
	position: absolute;
	background-color: #EFE;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 104px;
	background-image: url(../graphics/background-left.gif);
	background-repeat: repeat-y;
}

#side_panel_grad
{
	z-index: 3;
	position: absolute;
	top: 128px;
	left: 0px;
	height: 130px;
	width: 102px;
	background-image: url(../graphics/grad-3.jpg);
	background-repeat: no-repeat;
}

#menu_panel
{
	z-index: 4;
	position: absolute;
	margin: 8px;
	padding: 0px;
	top: 116px;
	left: 0px;
	width: 90px;
	text-align: left;
	font-weight: bold;
}

UL.menu_list
{
	list-style-type: none;
}

LI.menu_item
{
	margin-bottom: 10px;
	margin-left: -35px;
	text-align: left;
	text-transform: lowercase;
	font-size: 90%;
}

#top_left_panel
{
	z-index: 4;
	position: absolute;
	margin: 0px;
	padding-left: 24px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	top: 0px;
	left: 116px;
	text-align: left;
	vertical-align: bottom;
}

.site_title
{
	margin: 0px;
	padding: 0px;
	color: #060;
}

A.header_email_link
{
	color: #000;
}

#top_right_panel
{
	z-index: 4;
	position: absolute;
	margin: 0px;
	padding-left: 20px;
	padding-right: 38px;
	padding-top: 20px;
	padding-bottom: 20px;
	top: 0px;
	right: 0px;
	text-align: right;
	vertical-align: bottom;
}

ADDRESS, .designedby
{
	font-size: 90%;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	color: #060;
}

.designedby
{
	text-align: right;
}

#content_panel
{
	margin-top: 140px;
	margin-left: 140px;
	margin-bottom: 38px;
	margin-right: 38px;
}

A.header_email_link {
	color: #060;
}

A.header_email_link:visited {
	color: #060;
}

A.header_email_link:hover {
	color: #000;
}

A.menu_link {
	color: #060;
}

A.menu_link:visited {
	color: #060;
}

A.menu_link:hover {
	color: #000;
}

.page_modified_date
{
	font-size: 80%;
	color: #060;
}

.validator_image_1
{
	border-width: 0px;
	margin-top: 40px;
}

.validator_image_2
{
	border-width: 0px;
	margin-top: 5px;
}