@import "simpleclasses.css";
@import "contents.css";

body
{
	margin: 0px;
	padding: 0px;
	background-color: #E0EDFE;
	font-family: arial;
	font-size: 0.9em;
	color: #000000;
	direction: ltr;
}

#printit
{
 	display: none; 
}

#header
{
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-x;
}

#mainbox
{
	margin: auto;
	width: 780px;
}

#rightbox
{
	float: right;
	margin-top: 45px;
/* 	margin-left: 10px; */
	text-align: right;
	width: 166px;
}

#navbox
{
	background-image: url(../images/bg-navbox.jpg); 
	background-repeat: no-repeat;
}

#navbox .navpoint, .navpoint_active
{
	padding-right: 20px;
}

#navbox .navpoint a
{
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

#navbox .navpoint_active a
{
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

#navbox .navpoint a:hover
{
	color: #FF0307;
	text-decoration: underline;
}

#printbutton
{
	margin-right: 20px;
	margin-top: 10px;
	font-size: 9pt;
}

#printbutton a
{
	text-decoration: none;
	color: #000000;
}

#printbutton a:hover
{
	text-decoration: underline;
	color: #000000;
}

#subnav
{
	border-style: solid;
	border-width: 1px;
	width: 600px;
	height: 20px;
	position: relative;
	top: 10px;
	left: 28px;
	z-index: 2;
	background-color: #FEA6A5;
}

#subnav .subnavpoint
{
	float: left;
	font-size: 11px;
/* 	font-size: 9pt; */
	padding-top: 3px;
	text-align: center;
/* 	border: 1px solid; */
}

#subnav .subnavpoint a
{
	text-decoration: none;
	color: #000000;
}

#subnav .subnavpoint a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

#subnav .subnavpoint a.active
{
	text-decoration: underline;
	color: #000000;
}

#contentbox
{
	background-color: #FDFDFD;
	border: 1px solid #FEA6A5;
/* 	width: 623px; */
	margin-right: 121px;
	padding: 22px;
	padding-top: 30px;
	padding-right: 50px;
/*	height: 200px;*/ /* height for IE */
}



h1.headline
{
	color: #FF0000;
	font-weight: bold;
	margin-left: 5px;
	font-size: 10pt;
	display: inline;
}

h2
{
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}

#contenttext
{
	margin-top: 10px;
	height: 200px;
}

html>body #contenttext
{
	height: auto;
	min-height: 200px;
}

#footer
{
	margin-top: 20px;
	text-align: center;
	background-color: #FEA6A5;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	font-size: 8pt;
	padding-top: 3px;
	padding-bottom: 3px;
}

#footer address
{
	font-style: normal;
}