/* CSS Document for SciSys */

body {
	margin: 0px 10px 10px 10px;
}

#container {
	width: 1100px;
}

h2 {
	line-height: 28px;	
}


/* Header includes Lam logo and search features */
.header {
	vertical-align: top;
}

.headerSTYLE{

}

#header h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:20px;
	font-size: 25px;
}

#topNav td {
	height: 35px;
	background-color: #CCCCCC;
	text-align: center;
	color: #1ea4c0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}	

#topNav a:link {
	color: #1ea4c0;
	text-decoration:none;
}
#topNav a:visited {
	color: #1ea4c0;
	text-decoration:none;
}

#topNav a:hover {
	color:#000066;
	text-decoration:none;
}

/* contentHolder includes top nav and graphic header */
#contentHolder {
	padding-top: 60px;
}



/* content includes left nav, body content, and right nav */
#content td {
	margin: 0px;
	vertical-align:top;
}

.bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	width: 700px;
}

.bodyContent td {
	vertical-align: top;
	color: #666666;
}

.bodyContent table, .bodyContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.bodyContent a:link {
	color: #1ea4c0;
	text-decoration:none;
	font-weight: bold;
}
.bodyContent a:visited {
	color: #1ea4c0;
	text-decoration:none;
	font-weight: bold;
}

.bodyContent a:hover {
	color:#333333;
	text-decoration:underline;
	font-weight: bold;
}

/* style for forms under Technical Notes*/

.formStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

.formStyleBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

.formStyleDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#footer td {
	vertical-align:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footer a:link {
	color: #1ea4c0;
	text-decoration:none;
	font-weight: bold;
}

#footer a:visited {
	color: #1ea4c0;
	text-decoration:none;
	font-weight: bold;
}

#footer a:hover {
	color:#333333;
	text-decoration:underline;
	font-weight: bold;
}

/* CSS added via CommonSpot Admin */

.styledTable td{
	border: 1px solid #FFF;
	color: #666;
}

.whiteFont {
	
}

.titleBar {
	width: 100%;
	padding: 10px;
	background-color: #e1e6e6;
	color: #000000;
	font-weight:bold;
}

.pageTitle {
	font-size: 24px;
	color: #4c8b93;
}

.rightNavHeader {
 	width: 100%;
	height: 25px;
	background-color: #4c8b93;
	padding: 10px 2px 10px 5px;
	color: #FFFFFF;

}