/* ----------------------------------------
Authors: Nicole Wopperer and Eric Willis
Created: 2005-01-22 04:36 NW
Updated: 2005-01-22 18:13 EW
---------------------------------------- */

/* CSS users, please refer to http://www.w3schools.com/css/css_reference.asp for details */

body
{
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	font: normal normal normal small Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 600px;
}

#main
{
	/*width: 400px;   -- bits 1/14*/
	width:  760px;
	padding-left: 17px;
	margin: 0 auto;
	background-image: url(images/panel-background-top.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 6px;
}

#main .content
{
	/*width: 450px;  -- bits 1/14 */  
	width: 760px;
	float: left;
	background-color: #fff;
	float: left;
	background-image: url(images/panel-background.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 8pt;
	text-align: left;
}

#main .content .text
{
	top: 2px;
	font-size: medium;
	position: relative;
	/*width: 450px;  11 bits 1/14*/  
	width:   760px;
	text-align: left;
	margin: 0px;
	line-height: 120%;
}

#panelFooter
{
	padding-top: 20px;
	width: 400px;
	height: 24px;
	margin: 0 auto;
	text-align: center;
}

.navOptions
{
	font-size: small;
	position: relative;
	top: -35px;
	right: -145px;
	z-index: 100;
}

.text
{
	font-size: medium;
}

.acute
{
	font-size: x-small;
}

.signature
{
	font-size: xx-small;
}

/* Linkage */
a:link
{
	color: #9cf;
	text-decoration: underline;
}

a:visited
{
	color: #9cf;
	text-decoration: underline;
}

a:hover
{
	color: #fff;
	text-decoration: none;
	/*border-bottom: 1px dotted;*/
}

#main a
{
	color: #69c;
	/*text-decoration: underline;*/
}

#main a:hover
{
	color: #369;
	text-decoration: none;
	/*border-bottom: 1px dotted;*/
}

a:active
{
	color: #fff;
	text-decoration: none;
	/*border-bottom: 1px dotted;*/
}

p.noDecor a, p.noDecor a:link, p.noDecor a:hover, p.noDecor a:visited, p.noDecor a:visited:hover, p.noDecor a:active
{
	text-decoration: none;
	border: 0px;
	border-bottom: 0px;
	color: #fff;
}

.backwards
{
	unicode-bidi: bidi-override;
	direction: rtl;
}