* { 
	margin: 0;
	padding: 0; 
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 76%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

H1	{
	color: #000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 35px;
	margin-top: 10px;
}

H2, caption	{
	color: #000;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
input, textarea {
	font-size: 1em;
	color: #990000;
}



H3	{ 
	font: bold 1em Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
	color: #555; 
	margin-left: 35px;
}

H4	{ 
	font: bold 0.9em Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
	color: #555; 
	margin-left: 35px;
}

p {
	line-height: 1.4em;
	color: #000;
	margin-left: 10px;
}

a {
	text-decoration: none;
	color:#003366;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

img {
	border: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap {
	width: 800px;
	max-width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/*****  header  *****/

#header {
	width: 800px;
	height: 22px;
	background-image: url(../images/header_content.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	margin: 0px;
}

/*****  main content  *****/

#content {
	width: 800px;
	height: 395px;
}

#logo {
	width: 417px;
	height: 98px;
	float: left;
}

#nav {
	width: 417px;
	height: 48px;
	float: left;
	background-image: url(../images/newfield_nav.gif);
	background-repeat: no-repeat;	
}

#left_content {
	width: 417px;
	height: 249px;
	float: left;
	background-image: url(../images/left_space.gif);
	background-repeat: no-repeat;	
}

#right_content {
	width: 383px;
	height: 395px;
	float: right;
	background-image: url(../images/content.gif);
	background-repeat: no-repeat;
	clear: none;
}

/*****  footer  *****/

#footer {
	clear: both;
	width: 800px;
	height: 54px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}

/***********************************************/
/* header styles                               */
/***********************************************/



/***********************************************/
/* content styles                              */
/***********************************************/

#nav ul {
	margin-left: 35px;
	margin-top: 5px;
	color: #FFFFFF;
	list-style-type: circle;
}

#nav li {
	line-height: 1.1em;
	color:#FFFFFF;
}

#nav li a {
	color: #FFFFFF;
}

.indentmenu {
	color: #FFFFFF;
	float: left;
	clear: none;
	margin-right: 60px;
}

.indentmenu ul {
	margin-top: 5px;
	color: #FFFFFF;
	list-style-type: circle;
}

#left_content p {
	padding-left: 10px;
	padding-top: 10px;
	width: 230px;
}

#left_content ul {
	margin-left: 48px;
	margin-top: 5px;
	list-style-type: disc;
}

#left_content li a {
	color:#CC0033;
	font-weight: bold;
}

#left_content table {
	margin-left: 35px;
}

#right_content table {
	margin-left: 10px;
}

#right_content img {
	padding-top: 10px;
}

#right_content p {
	width: 345px;
}
/***********************************************/
/* footer styles                               */
/***********************************************/

#footer p {
	padding-top: 10px;
	padding-left: 25px;
}

