body {
	background-image: url(images/background.gif);
	background-attachment: scroll;
	background-color: #FFF;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
}

a {
	color: #006383;
	text-decoration: none;
}

a:hover {
	color: #007FA9;
	text-decoration:underline;
}


ul, ol {
	font-size: 11px;
	line-height: 13px;
	color: #609;
	margin-bottom: 18px;
}

li {
	margin-bottom: 6px;
}

ul li {
	list-style-type: square;
}

ol li {
	list-style-type: decimal;
}



#titlebar{
	background-image: url(images/titlebarbkg.gif);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
}

#title {
	background-image: url(images/titlebkg.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	width: 720px;
	z-index: 3;
}

#mainNav,
#subNav {
	position: relative;
	background-repeat: repeat-y;
	background-color: #000;
	padding: 2px 0px 2px 0px;
	margin: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 720px;
	z-index: 3;
}

#mainNav {
	background-image: url(images/greenband.gif);
	height: 12px;
}

#mainNav a {
	color: #fff;
	text-decoration: none;
}

#mainNav a:hover {
	color: #0f0;
}

#menu {
	position:absolute; 
	top:2px;
	left:22px;
	z-index: 4;
	width: 698px;
}

#subNav {
	background-image: url(images/purpleband.gif);
	height: 12px;
}

#subNav a {
	color: #fff;
	text-decoration: none;
}

#subNav a:hover {
	background-color: #90c;
}

#subCompany,
#subHome,
#subProducts,
#subResources {
	position: absolute; 
	top: 2px;
	left:22px;
	visibility: hidden;
	z-index: 4;
	width: 698px;
}

#content {
	position: absolute;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	top: 85px;
	padding: 16px 0 0 0;
	margin: 0;
	width: 720px;
	z-index: 2;
}


.columnSet { 
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}
.column2 {
	float: left;
	width: 40%;
	margin: 0 10% 0 0;
	font-size: 12px;
}
.column3 {
	float: left;
	width: 28%;
	margin: 0 0 0 5%;
	font-size: 12px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #006600;
	margin: 0 0 12px 0;	
}

h1 a {
	text-decoration: none;
	color: #006600;
}

h1 a:hover {
	text-decoration: underline;
	color: #009900;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	margin: 0;	
}

h2 a {
	text-decoration: none;
	color: #006600;
}

h2 a:hover {
	text-decoration: underline;
	color: #009900;
}

#content table.bulletTable {
	border: 1px solid #609;
	border-collapse: collapse;
}

#content table.bulletTable td,
#content table.bulletTable th {
	border: 1px solid #E0CCEA;
	vertical-align: top;
	padding: 4px 4px 4px 2px;
	margin: 0;
}

#content table.bulletTable th {
	background-color: #609;
	color: white;
	font-weight: bold;
}

#content table.bulletTable ul {
	margin: 0 6px 6px 20px;
	padding: 0;
}

#content table.bulletTable ul li {
	margin: 0 0 6px 0;
	padding: 0;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.sidebar {
	margin: 8px 0 8px 0; 
	padding: 4px 12px 8px 12px; 
	border: 1px solid #609; 
	width: 273px;
}

.sidebar strong {
	color: #660099;
}

.sidebar p {
	font-size: 12px;
	line-height: 13px;
	margin-top:8px;
}

.sidebar h1 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 6px;
	color: #660099;
}
