/* 
========================================================================
Filename:		ns4.css
Date Created:	2006-03-28
Description:	CSS stylesheet for Netscape 4 and other older browsers
				who do not fully support CSS
Site:			GLA - Operation Charm
========================================================================
*/


/* -------------- Global Styles -------------- */
body {
	font-family: arial, helvetica, Verdana, Sans-Serif;
	font-size: 100.1%;
	background-color: #FFFFFF;
	color: #000000;
}
img {
	display: block;
}
img, table, a, a:hover, 
fieldset, legend, .noborder {
	border: 0px;	
}
h1 {
	font-family: arial, helvetica, Verdana, Sans-Serif;
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	font-family: arial, helvetica, Verdana, Sans-Serif;
	font-size: 1em;	
}
h3 {
	font-family: arial, helvetica, Verdana, Sans-Serif;
	font-size: 0.8em;	
}
p {
	font-family: arial, helvetica, Verdana, Sans-Serif;
	font-size: 0.8em;
}
a {
	background-color: Transparent;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}


/* -------------- Main wrapper for site -------------- */
#maindiv {
	width: 770px;
	background-color: #FFFFFF;
	color: #000000;
	padding-bottom: 10px;
}


/* -------------- Utility Menu -------------- */
#utilitymenu {
	background-color: transparent;
	color: #5C5C33;
	text-align: center;
	padding-top: 12px;
}
#utilitymenu table {
	width: 100%;
}
#utilitymenu td.searchform {
	padding-left: 20px;
}
#utilitymenu ul {
	list-style-type: none;
}


/* -------------- Header -------------- */
#header {
	border-bottom: 1px solid #E8E8E8;
	clear: both;
}


/* -------------- Layout table -------------- */
#layout {
	margin: 7px 8px 0 7px;	
}
#layout table {
	width: 100%;	
}
#layout table td {
	vertical-align: top;	
}


/* -------------- Main Navigation -------------- */
td.nav {
	width: 160px;	
}
td.nav ul {
	margin-left: -20px;
}
td.nav ul.level1 {
	list-style-type: none;
}
td.nav .active {
	font-weight: bold;	
}


/* -------------- Button Links -------------- */
td.nav div.buttonlinks {
	margin: 16px 0 0 3px;	
}
td.nav div.buttonlinks div.button {
	margin-bottom: 4px;	
}


/* -------------- Main Content Area -------------- */
td.content {
	padding-left: 15px;
}
td.content h1 {
	padding: 0 10px 5px 10px;
	margin-bottom: 10px;	
}
td.content h2 {
	margin: 0 2px 8px 18px;
}
td.content p {
	margin: 0 2px 10px 18px;
	line-height: 1.3em;
}
td.content div.formitem div.leftcol img {
	display: none;	
}
td.content div.formitem div.leftcol p {
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}
td.content div.mandatory_text {
	clear: both;
	margin-left: 19px;	
}
td.content .mandatory {
	background-color: transparent;
	color: #CC0000;	
	font-size: 1.8em;
	font-weight: bold;
	vertical-align: bottom;
}



/* -------------- Sidebar Column -------------- */
td.sidebar {
	width: 171px;
	padding-left: 17px;
}

