html
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	text-align: center;
}

a:link, a:visited
{
	color: #003366;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #ff9900;
	text-decoration: underline;
}

img
{
	border: 0px;
}

div.title
{
	height: 125px;
	width: 100%;
	background: #ffffff url('/images/layout/shadow_top.gif') bottom repeat-x;
}

div.content
{
	/*height: 350px;*/
	width: 100%;
	border-top: 4px solid #ff9900;
	border-bottom: 4px solid #ff9900;
	font: 11px Verdana;
	color: #003366;
}

div.footer
{
	height: 100px;
	width: 100%;
	background: #ffffff url('/images/layout/shadow_bottom.gif') top repeat-x;
}

div.button_off
{
	width: 200px;
	height: 20px;
	background: url('/images/layout/button_off.gif') top left no-repeat;
	font: bold 11px Verdana;
	color: #003366;
	padding-bottom: 4px;
	text-align: left;
	cursor: pointer;
}

div.button_on
{
	width: 200px;
	height: 20px;
	background: url('/images/layout/button_on.gif') top left no-repeat;
	font: bold 11px Verdana;
	color: #ffffff;
	padding-bottom: 4px;
	text-align: left;
	cursor: pointer;
}

span.button_text
{
	position: relative;
	top: 3px;
	left: 6px;
}

td.content
{
	width: 600px;
	text-align: left;
	vertical-align: top;
}

td.menu
{
	width: 200px;
	text-align: left;
	vertical-align: top;
	background: #003366 url('/images/layout/menubg.jpg') bottom left no-repeat;
	padding-top: 4px;
}

.page_content
{
	font: 12px Verdana;
	color: #003366;
	padding-top: 50px;
}