body
{
	background-color: #ffffff;
	color: #000000;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

body.front_page
{
    background: url('../images/bg-gradient.gif') repeat-x top left;
}

body.sub_page
{
    background: url('../images/shadow.gif') repeat-x top left;
}

a,a:visited
{
    text-decoration: underline;
	color: #000000;
}

a:hover
{
    text-decoration: underline;
    color: #808080;
}

table#main_tbl
{
	width: 100%;
}

table#main_tbl td
{
	text-align: center;
}

table#layout
{
	width: 974px;
}

table#layout td#side_spacer
{
	width: 25px;
}

table#layout td#logo_col
{
	width: 87px;
}

table#layout td#nav_col
{
	width: 100%;
	text-align: right;
	color: #ffffff;
}

table#layout td#nav_col a
{
	text-decoration: none;
	color: #ffffff;
}

table#layout td#nav_col a:visited
{
	text-decoration: none;
	color: #ffffff;
}

table#layout td#nav_col a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

table#home
{
	width: 100%;
}

table#home td
{
	vertical-align: top;
}

table#home td.left_cell
{
	width: 487px;
}

table#home td.right_cell
{
	width: 437px;
}

table#home .content
{
	line-height: 18px;
	color: #ffffff;
}

table#footer
{
	width: 100%;
}

table#footer td
{
	vertical-align: bottom;
	line-height: 18px;
}

#sub_content
{
	padding-top: 40px;
}
