document, body {
	/* Used to be able to use height: 100% on elements in the page */
	height:				100%;
	/* Set default font attributes for the whole document */
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			9pt;
	line-height:		2.3ex;
	color:				#000;
}

body {
	margin: 		0px;
	/* Set the padding, Opera's default is not zero. */
	padding:		0px;
	/* Also, we set the background color to white, because Netscape 6 Mac defaults to a background color of gray. */
	background:		#FFFFFF;
	/* Used to center content in IE, but you need to set "text-align: left;" in contained divs */
	text-align:		center;
}


/* --------------------------------------------D I V S----------------------------------------------------------*/
#divBody {
	width:			774px;
	/* Used to center content Mozilla + Safari */
	margin:			0px auto;
	text-align:		left;
}

#divHeader {
	height:			70px;
}


#divMain {
	width:			774px;
	height: 		426px;
	position:		relative;
}	

#divNav {
	position:		relative;
	width:			214px;
	height:			110px;
}	

#divLeftBox {
	position:		relative;
	width:			214px;
	height:			316px;
}	

#divContent {
	position:		absolute;
	left:			214px;
	top:			0px;
}


#divScroll {
	position:		absolute;
	left:			218px;
	top:			110px;
	width:			342px;
	height: 		215px;
	overflow: auto;
	background-image: url(../gif/comjet_6_box_textbg.jpg);
}


#divFooter {
	position:		absolute;
	left:			214px;
	top:			325px;
}	
	
/* --------------------------------------------C L A S S E S----------------------------------------------------------*/

.title {

}

.lead {

}

.text {

}

.form{

}

.field {

}

.field_small{

}

.nav_links{

}
/* --------------------------------------------S E L E C T O R S----------------------------------------------------------*/

a:link {

}

a:visited {

}

a:hover {

}
