body, p, td, th
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body.body-main
{
	margin: 0px 0px 0px 0px;
	background: #FFF url(../images/background-tile.gif);
}
p
{
	line-height: 18px;
	text-align: left;

	margin-top: 1em;
	margin-bottom: 1em;
}
small, .small
{
	font-size: 11px;
}
big, .big
{
	font-size: 15px;
}
ul, ol, li { margin-bottom: 0px; }
a
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3366CC;
	text-decoration: underline;
}
a:visited
{
	color: #3366CC;
	text-decoration: underline;
}
a:hover
{
	color: #3399FF;
	text-decoration: underline;
}
a:active
{
	color: #CC0000;
	text-decoration: underline;
}
hr
{
	height: 1px;
	color: #999;
	background-color: #999;
	border: 0px;
}
input
{
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}
h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;

	color: #000000;

	margin-top: 24px;
	margin-bottom: 12px;
}
h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;

	color: #000000;

	margin-bottom: 6px;
}
h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

	color: #000000;

	margin-bottom: 6px;
}
h4
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

	color: #000000;

	margin-bottom: 6px;
}
h5
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

	color: #000000;

	margin-bottom: 6px;
}
h6
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

	color: #000000;

	margin-bottom: 6px;
}
div.centered
{
	text-align: center;
}
div.centered table
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header-area
{
	width: 100%;
	margin-bottom: 10px;
}
#header-area
{
	background: url(../images/header-area-2.gif) repeat-x;
}
td#header-area-3
{
	height: 99px;
	text-align: right;
}
td#header-area-1
{
	width: 100px;
	height: 99px;
}
#header-area #bar-area-1,
#header-area #bar-area-3
{
	height: 11px;
	background: url(../images/bar-area-2.gif) repeat-x;
	vertical-align: top;
}
#bar-area-3
{
	text-align: right;
}
#menu-area
{
	background: url(../images/left.gif) right bottom repeat-y;
}
#middle-area
{
}
#content-area
{
	text-align: left;
	padding-right: 10px;
}
#footer-area
{
	width: 100%;
	margin-top: 20px;
}
#footer-area td
{
	text-align: center;
	font-size: 11px;
	color: #999;
}

ul#menu-main
{
	margin-left: 0px;
	padding-left: 10px;
}
ul#menu-main li
{
	list-style: none;
	padding: 0px; margin: 0px;
}
ul#menu-main li a
{
	height: 59px;
	height: 49px;
	width: 131px;
	display: block;
	background: url(../images/tab2.gif);

	font-size: 12px;
	font-weight: 700;
	color: #667;
	text-decoration: none;
	text-align: center;
	line-height: 120%;
}
ul#menu-main li a:hover
{
	color: #445;
	background: url(../images/tab2.gif) 0px -98px;
}
ul#menu-main li a:active
{
	color: #334;
	background: url(../images/tab2.gif) 0px -49px;
}
ul#menu-main li a#current-section
{
	font-size: 12px;
	font-weight: 700;
	color: #334;
	background: url(../images/tab2.gif) 0px -49px;
}
ul#menu-main li a span
{
	display: block;
}
ul#menu-main li a span.menu-item-label
{
	padding-top: 19px;
}
ul#menu-main li a.double-line-menu-item span.menu-item-label
{
	padding-top: 11px;
}
ul#menu-main li a#current-section span.menu-item-label
{
	padding-top: 18px;
}
ul#menu-main li a#current-section.double-line-menu-item span.menu-item-label
{
	padding-top: 10px;
}

/* Rounded corner box */
div#box
{
	margin-left: 0px;
	margin-right: 0px;

	text-align: left;

	line-height: 10px;

	background: #EDF4FA url(../images/right.gif) right top repeat-y;

	min-width: 610px;
	max-width: 843px;
	width: 621px;
}
/* Rounded corner box background images */
div#top
{
	width: 100%;
	height: 11px;

	background: url(../images/top.gif) repeat-x;
}
div#top-right
{
	float: right;
	width: 11px;
	height: 11px;

	background: url(../images/top-right.gif) no-repeat;
}
div#bottom
{
	width: 100%;
	height: 11px;

	background: #EEF2F5 url(../images/bottom.gif) repeat-x;
}
div#bottom-left
{
	width: 11px;
	height: 11px;

	background: #EEF2F5 url(../images/bottom-left.gif) no-repeat;
	float: left;
}
div#bottom-right
{
	float: right;
	width: 11px;
	height: 11px;

	background: url(../images/bottom-right.gif) no-repeat;
}

div#content
{
	margin-left: 10px;
	margin-right: 11px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	border: 1px solid #9CB4BF;
	line-height: 21px;

/*	min-height: 350px;
	height: expression(document.body.clientHeight < 700 ? '350px' : '100%' );
*/}
div.content-text h1
{
	margin-top: 6px;
/*	padding-bottom: 10px;
	border-bottom: 1px solid #CCC; */
}

div.content-text ul
{
	list-style: disc; list-style-image: url(../images/list-blue-gem.gif);
}
div.content-text ul li
{
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	margin-bottom: expression(10 + 'px');
	line-height: 100%;
	margin-left: -20px;
}

.callout-1
{
	display: block;
	border-top: 1px solid #9CB4BF;
	border-bottom: 1px solid #9CB4BF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

div.callout-1 a#button-apply,
div.callout-1 a#button-apply:visited
{
	display: block;

	width: 195px;
	height: 35px;

	margin-left: auto;
	margin-right: auto;

	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	text-decoration: none;
	font-size: 15px;
	font-size: expression(13 + 'px');
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;

	color: #223;
	background: url(../images/button-apply.gif) top center no-repeat;
}
div.callout-1 a#button-apply:hover,
div.callout-1 a#button-apply:active
{
	color: #000;
	background: url(../images/button-apply.gif) bottom center no-repeat;
}

.error-box
{
	display: block;
	padding: 6px;
	border: 1px solid #D33;
	border-bottom-color: #B00;
	border-right-color: #B00;
	background-color: #FFF;
	color: red;
}
.cream-box
{
	display: block;
	padding: 6px;
	border: 1px solid #CC9;
	border-bottom-color: #996;
	border-right-color: #996;
	background-color: #FFC;
	color: #000;
}
.gray-box
{
	display: block;
	padding: 6px;
	border: 1px solid #CCC;
	border-bottom-color: #999;
	border-right-color: #999;
	background-color: #EEE;
	color: #000;
}
.olive-box
{
	display: block;
	padding: 6px;
	border: 1px outset #EEB;
	background-color: #EEB;
	color: #663;
	width: auto;
}

input
{
/*	font-family: Courier New, Courier, monospace; */
	font-size: 13px;
}
.ns4-textarea-style
{
	font-family: Courier New, Courier, monospace;
	font-size: 13px;
}
.vform
{
	border-right: #6666cc 1px solid;
	border-top: #6666cc 1px solid;
	border-left: #6666cc 1px solid;
	border-bottom: #6666cc 1px solid;
/*	background-color: #ffffff; */
	color: #333366;
	font-size: 12px;
	font-style: normal; font-family: Verdana, Arial, sans-serif;
}

textarea { background: #fff; border: 1px solid 00f; }

html
{
	height: 100%;
	margin-bottom: 0.01em;
}

