body
{
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E4E4E4;
}
table
{
	border-collapse: collapse;
	width: 100%;
}
td
{
	vertical-align: top;
}


table.main_table
{
	margin: 10px auto 10px auto;
	width: 944px;
}

table.main_table td
{
	border: solid black 1px;
}

td.banner
{
	height: 179px;
	background: url(top.jpg) no-repeat;
}

td.menu
{
	width: 131px;
	padding: 50px 0px 30px 18px;
	background-color: #D0D0D0;
}
td.rightpanel
{
	padding: 0px;
	margin: 0px;
}
div.rightpanel
{
	text-align: right;
	width: 123px;
	margin: 0px;
	padding: 50px 16px 30px 10px;
}
td.content + td
{
	background-color: #D0D0D0;
}

td.content
{
	width: 643px;
	padding: 0px;
	background: url(content-bg2.png) repeat-y;
}
table.content
{
	width: 625px;
	margin: 9px;
}

table.content td
{
	border: none;
}

table.content td table td
{
	padding: 0px 5px;
}
table.form_table > tr > td, table.form_table > tbody > tr > td
{
	padding: 1px 5px;
}
table.form_table > tr > td:first-child, table.form_table > tbody > tr > td:first-child
{
	width: 13%;
}

a:link
{
	color: #000080;
	text-decoration: underline;
}
a:visited
{
	color: #333347;
	text-decoration: underline;
}
a:hover
{
	color: #0000FF;
	background-color: #CCCCEE;
	text-decoration: underline;
}
a:active
{
	color: #00C0C0;
	text-decoration: underline;
}

a.menu
{
	text-decoration: none;
	background: none;
}

a.menu:link, a.menu:visited
{
	color: #000080;
}
a.menu:hover
{
	color: #0000FF;
	background-color: #CCCCEE;
	text-decoration: underline;
}
a.menu:active
{
	color: #00C0C0;
}

.menu_recent
{
	color: #FF3300;
	font-weight: 600;
	font-size: 12px;
	font-variant: small-caps;
}

img {	border: none;	}

.subtitle	{	font-size: 17px;	font-weight: 600;	}
.medium		{	font-size: 13px;	}
.small		{	font-size: 10px;	}
.underline	{	text-decoration: underline;	}
.nobreak	{	white-space: nowrap; }

.center {	text-align: center;	}
.right {	text-align: right;	}
.bottom {	vertical-align: bottom;	}

.gallery td
{
	width: 50%;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}

span.form_invalid
{
	color: #dd6600;
	font-weight: 600;
}
.form_invalid
{
	border-color: #dd6600;
}

input, button, textarea, select,
a.linkbutton:link, a.linkbutton:visited, a.linkbutton:hover, a.linkbutton:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #eeeeee;
	color: #000000;
	border: 1px solid  #444444;
	padding: 2px;
}
a.linkbutton:link, a.linkbutton:visited, a.linkbutton:hover, a.linkbutton:active
{
	display: inline-block;
	text-decoration: none;
	padding: 3px 6px;
}

input.readonly, textarea.readonly, select.readonly
{
	color: #777777;
	border-color: #666666;
}
input[type="text"], input[type="password"], textarea
{
	width: 99%;
}
select
{
	width: 100%;
}
input[type="radio"], input[type="checkbox"]
{
	border: none;
}

