

/* Ideometrix CSS Stylesheet settings 
 * 
 * November 2001
 */

A	  { color: #008C99;}
A:active  { color: #008C99;}
A:visited { color: #008C99;}
A:hover   { color: #F7901E;}

body
		{
			padding: 0;
			margin: 0;
			font-family: Arial, Helvetica, sans-serif;
			background-color: White;
			color: #000;
		}
	
.FORM_TABLE
{
    font-family: "Verdana, Arial, Helvetica, sans-serif"
 
}
.DATA_CAPTURE_TABLE
{
	/*background-color:	White;   /* #89AECC; */
}


.PARAGRAPH
{
	background-color:	white;
	font-family:		Verdana; 
	font-size:			10px;
	font-weight:		normal; 
	font-style:			normal; 
	color:				Black;
}

.FIELD_LABEL
{
	font-family:		Verdana; 
	font-weight:		bold; 
	font-style:			normal; 
	color:				Black;
    background-color:	#AAC4BF;
	height:				30;
}

.FIELD_VALUE
{
	font-family:		Verdana; 
	font-weight:		normal; 
	font-style:			normal; 
	color:				Black;
    background-color:	#AAC4BF;
	height:				19;
	width:				80%;
}

.FIELD_LABEL_ALTERNATE
{
	font-family:		Verdana; 
	font-weight:		bold; 
	font-style:			normal; 
	color:				Black;
/*    background-color:	#AAC4BF;
*/
	height:				30;
}

.FIELD_VALUE_ALTERNATE
{
	font-family:		Verdana; 
	font-weight:		normal; 
	font-style:			normal; 
	color:				Black;
/*    background-color:	#E5EdF4;
*/
	height:				19;
	width:				80%;
}

.FIELD_READONLY
{
	background-color:	#E0E0E0;
	height:				20px;
	width:				80%;
}

.ERROR_LABEL
{
	color:				Red;
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		bold;
	height:				20;
	width:				80%;
}

.DATA_LABEL
{
	color:				Black;
	font-family:		Verdana;
	font-size:			10px;
	font-weight:		normal;
	height:				20;
}

.HELP_MESSAGE
{
	color:				Blue;
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		bold;
	height:				20;
}

.HELP_TEXT_HEADER
{
	color:				#CC6633;
	font-family:		Verdana;
	font-size:			14px;
	font-weight:		bold;
}

.HELP_TEXT
{
	color:				Black;
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		normal;
	margin-left:		10px;
	margin-right:		10px;
}

.HELP_POINTS_TEXT
{
	color:				Black;
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		normal;
	margin-left:		40px;
	margin-right:		10px;
	list-style-type:	square;
}

.EMAIL_HYPERLINK
{
	color:				Blue;
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		normal;
	font-style:			normal;
	height:				22;
}


	div#left	
	{
		left: 0px;
		width: 210px;
		height: 100%;
		padding: 0px;
		background-color: #008C99;
		position: absolute;
	}

	div#wrapper	
	{
		left: 210px;
		padding: 0px;
		position: absolute;
	}

	div#header	
	{
		width: 100%;
		height: 75px;
		padding: 10px;
		margin-right:0px;
		background-color: #F7901E;
		font-size: 100%;

	}
	div#nav
	{
		clear: both;
		width: 100%;
		padding: 2em 0 .7em 1em;
		text-align: left;
	}
	
	div#nav ul
	{
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	
	div#nav li
	{
		display: inline;
		margin-right: 1em;
	}

	div#main	
	{
	clear: both;
	width: 95%;
	padding: 1.1em 0 .8em 1.6em;
	position: inherit;
	font-size: 100%;
	}
		H1 {font-size: 1em; font-weight: bold;}
		H2 {font-size: 0.9em; font-weight: bold;}
		P, li, td, {font-size: 0.8em;}
		option, select {font-size: 0.8em;}
		
		li.blue { margin-right: 1em;  list-style-type: square;  list-style: url(images/blueli.gif);     }
		li.orange { margin-right: 1em;  list-style-type: square;  list-style: url(images/orangeli.gif);     }

		#addi		{	padding: 0em 0 0em 5.5em;}	
		#tel		{	padding: 0em 0 0em 4em;}
		#fax		{	padding: 0em 0 0em 3.6em;}	

/* End of file */

