body,td,th {
	font-family: georgia, times, tahoma, helvetica, arial,verdana;
	font-size: 13px;
  line-height: 18px;
	font-weight: normal;
	color: #000;
}

body {
	background-color: #dfedf3;
	margin: 0;
	background-image: url('images/body_back.jpg');
	background-repeat: repeat-x;
	text-align: center; 
}

a:link, a:visited, a:active {
	text-decoration: underline;
  color: #00529e;
}
a:hover {
	text-decoration: underline;
	color: #0062ae;
}

h1 {
	margin: 0em 0em 0.5em 0em;
	font-size: 18px;
	color: #00529e;
  font-weight: bold;
  font-family: arial;
}

h2 {
	margin: 0em 0em 0.4em 0em;
	font-size: 14px;
	color: #00529e;
  font-weight: bold;
  font-family: arial;
}

h3 {
	margin: 0em 0em 0.3em 0em;
	font-size: 13px;
	color: #00529e;
  font-weight: bold;
  font-family: arial;
}

h4 {
	margin: 0em 0em 0.3em 0em;
	font-size: 12px;
	font-weight: bold;
	color: #00529e;
  font-family: arial;
}

form {
	margin: 0;
}

hr
{
	border: 0;
	width: 100%;
	color: #aac;
	background-color: #aac;
	height: 1px;
	padding: 0;
	margin: 0px 0px 1em 0px;
}

p
{
	padding: 0;
	margin: 0px 0px 1em 0px;
}

div#main
{
	max-width: 1002px;
  width: expression(document.body.clientWidth > 1002 ? "1002px"  : "auto" );
  margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

table#main_table
{
  border-collapse: collapse;
  border-spacing: 0px;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

table#main_table td
{
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

td#left
{
  width: 51px;
  background-image: url('images/left_shadow.jpg');
  background-repeat: repeat-y;
}

div#left_top
{
  background-image: url('images/left_top_shadow.jpg');
  height: 536px;
}

div#right_top
{
  background-image: url('images/right_top_shadow.jpg');
  height: 536px;
}

td#left_footer
{
  width: 51px;
  height: 208px;
  background-image: url('images/left_bottom_shadow.jpg');
  background-repeat: no-repeat;
}

td#right
{
  width: 51px;
  background-image: url('images/right_shadow.jpg');
  background-repeat: repeat-y;
}

td#right_footer
{
  width: 51px;
  height: 208px;
  background-image: url('images/right_bottom_shadow.jpg');
  background-repeat: no-repeat;
}


td#center
{
  background-color: #fff;
  background-image: url('images/banner.jpg');
  background-repeat: no-repeat;
}

td#footer
{
  height: 208px;
  background-color: #fff;
  background-image: url('images/footer.jpg');
  background-repeat: no-repeat;
}


div#content
{
  margin: 70px 33px 0px 33px;
}

.menu
{
  height: 40px;
  margin-top: 0px;
  margin-left: 33px; 
	border: 0;
  font-family: arial, times, verdana;
  margin-top: 100px;
}

.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	white-space: nowrap;
}

.menu li
{
	margin: 0;
	padding: 0;
	float: left;
	border: 0;
}

.menu a
{
	display: block;
	margin: 0;
	padding: 0px 8px 0px 8px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	border: 0;
	width: 1px; /* Must define width for ie6 ? */
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

html>body .menu a
{
	width: auto;
}

.menu a:link, .menu a:visited, .menu a:active
{
	color: #fff;
}

.menu a:hover
{
	color: #eef;
}

.menu-current a:link, .menu-current a:visited, .menu-current a:active, .menu-current a:hover {
	background-image: url('images/menu_selected.jpg');
}


div#footer_content {
  font-size: 10px;
  margin: 157px 0px 0px 0px;
  padding-right: 33px;
  color: #fff;
  text-align: right;
  white-space: nowrap;
}

#footer a:link, #footer a:active, #footer a:visited
{
  color: #fff;
  text-decoration: none;
}

#footer a:hover
{
  color: #fff;
  text-decoration: underline;
}
