/*************************************************************/
/* This is main.css, the primary stylesheet for the **********
 * ISG Portal.  This stylesheet was sectioned using @import **/
/*************************************************************/

/*************************************************************/
/************ @import statements *****************************/
/************ this is used to section up a long file *********/
@import url(navbars.css);  /* required on all pages */
@import url(jumpmenu.css); /* required on all pages */

/*************************************************************/
/************ HTML Tag Definitions ***************************/
body {
	background-color: #DAE0E9;
}
body, p, td, li {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	/*margin: 0px; -- margin commented out by mdm, 21 nov 2002, 10:30 ET */
}

form {
	display: inline;
}

a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover, a:active {
	color: #003366;
	text-decoration: underline;
}

.homeDescription {
	color: #19225A;
	font-size: 16px;
}

/*************************************************************/
/************ Copyright used w/ footer ***********************/

.footer {
	font-size: 11px;
	color: #666666;
}


/*************************************************************/
/************ Backgrounds ************************************/
.bgHorizontal {
	background-color: #333333;
}


.leftcolumn {
	width: 135px;
	height: 100%;
	background-color: 003366;
}

/*************************************************************/
/************ Left Column Quick Links ***********************/
.leftColTextLink:link, .leftColTextLink:visited {
	color: #003366;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
}
.leftColTextLink:hover{
	color: #003366;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
}
.leftColTextLink:active  { 
	color: #003366;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
}
/*************************************************************/
/************ Right Column ***********************************/
.rightColHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.rightColText {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-color: #006699;
}




/*************************************************/
/*********--------Main Area---------**************/

/* Text for main content across the site*/
.pageTitle {
	font-weight: bold;
	color: #000000;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
}

.sectiontitle {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #333333
}



/*Links Within Main Content*/
.featurebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.bold {
	font-weight: bold;
}

.italicized {
	font-style: italic;
}





/************************************/
/*---------Table Elements----------*/
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;

}
.tableGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F0F0F0;
}



/*---------Not sure if used----------*/
.homeSectionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.homelinks {
	font-size: 10px;
}
