/*/////////////////////////////////////////////////////////////////////////////////////*/
body
{
	margin: 0 0 25px 0;
	background: #2B261A url(images/body_bg.jpg) left top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form
{
	margin: 0;
}
h1
{
	color: #ffffff;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
div.title
{
	color: #2D261B;
	background-color: #6A5B40;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}

div.main_title
{
	padding: 15px 0 10px 0;
}
div.border
{
	border-bottom: 4px solid #6A5B40;
}

div.more
{
	text-align: right;
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
}
div.more a {padding: 2px 5px; border: 1px solid #2A251A; text-decoration: none;}
div.more a:link {color: #ffffff; background-color: #8A7954;}
div.more a:visited {color: #ffffff; background-color: #8A7954;}
div.more a:hover {color: #ffffff; background-color: #623E37;}
div.more a:active {color: #ffffff; background-color: #8A7954;}

ul.news
{
	list-style-image: url(images/bullet_paper.gif);
}
ul.news li
{
	padding: 0 0 10px 0;
}
ul.news li span
{
	color: #ffffff;
	font-weight: bold;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
table.shell
{
	margin: auto;
	width: 766px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
td.shell_main
{
	vertical-align: top;
	height: 350px;
	background: #6D5E41 url(images/main_bg.jpg) left top repeat-x;
}
td.shell_main a:link {color: #CCC7B5; text-decoration: underline;}
td.shell_main a:visited {color: #CCC7B5; text-decoration: underline;}
td.shell_main a:hover {color: #ffffff; text-decoration: underline;}
td.shell_main a:active {color: #CCC7B5; text-decoration: underline;}

td.shell_bottom
{
	text-align: center;
	font-size: 9pt;
	color: #B4AB9A;
	border-top: 8px solid #C5BFB3;
	background-color: #ffffff;
	padding: 25px;
}
td.shell_bottom a:link {color: #443A29; text-decoration: none;}
td.shell_bottom a:visited {color: #443A29; text-decoration: none;}
td.shell_bottom a:hover {color: #443A29; text-decoration: underline;}
td.shell_bottom a:active {color: #443A29; text-decoration: none;}

/*////////////////////////////////////////////////////////////////////////////////////*/
table.main
{
	width: 100%;
}
td.main_left
{
	color: #CCC7B5;
	font-size: 9pt;
	vertical-align: top;
	padding: 10px;
	width: 35%;
}
td.main_right
{
	vertical-align: top;
	font-size: 9pt;
	color: #CCC7B5;
	padding: 10px 10px 10px 25px;
	width: 65%;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
table.form_table
{
	width: 100%;
}
td.textCell
{
	color: #CCC7B5;
	font-size: 9pt;
	vertical-align: top;
	text-align: right;
	padding: 3px 5px 3px 3px;
}
td.inputCell
{
	color: #CCC7B5;
	font-size: 9pt;
	vertical-align: top;
	text-align: left;
	padding: 3px 3px 3px 0;
}
td.inputCell input, td.inputCell textarea
{
	border: 1px solid #6A5B40;
	background-color: #4C422E;
	color: #ffffff;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td.submitCell
{
	color: #CCC7B5;
	font-size: 9pt;
	vertical-align: top;
	text-align: right;
	padding: 3px;
}
td.submitCell input
{
	border: 1px solid #000000;
	background-color: #623E37;
	color: #ffffff;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}