@CHARSET "ISO-8859-1";

body{
	font-family: "Tahoma";
	font-size: 8.5pt;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#containerDiv {
	height:auto;
}

#contentBodyDiv{
	height: auto;
}

#col1Div{
	width: 430px;
	height: 403px;
	float: left;
	position: relative;
}

#col2Div{
	width: 220px;
	float: left;
	position: relative;
	top: 15px;
	left: 25px;
	//border-right: 1px solid #EFEFEF;
	height: 290px;
}
#col3Div{
	width: 220px;
	float: left;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	top: 15px;
	left: 25px;
	border-left: 1px solid #EFEFEF;
	height: 290px;
}

#javaResourcesDiv h1{
	font-family: "Tahoma";
	font-size: 10pt;
	color: #623d1f;
	text-indent: 13px;
	margin-top: 8px;
	margin-bottom: 4px;
}

#javaResourcesDiv ul.TickList{
	font-size: 8.5pt;
	line-height: 200%;
	list-style: square;
	margin-top: 0px;
	margin-bottom: 0px;
}

#serverSideFrameworksDiv h1{
	font-family: "Tahoma";
	font-size: 10pt;
	color: #623d1f;
	text-indent: 13px;
	margin-top: 8px;
	margin-bottom: 4px;
}

#serverSideFrameworksDiv ul.TickList{
	font-size: 8.5pt;
	line-height: 200%;
	list-style: square;
	margin-top: 0px;
	margin-bottom: 0px;
}
#UIFrameworksDiv h1{
	font-family: "Tahoma";
	font-size: 10pt;
	color: #623d1f;
	text-indent: 13px;
	margin-top: 8px;
	margin-bottom: 4px;
}

#UIFrameworksDiv ul.TickList{
	font-size: 8.5pt;
	line-height: 200%;
	list-style: square;
	margin-top: 0px;
	margin-bottom: 0px;
}
#IDEDiv h1{
	font-family: "Tahoma";
	font-size: 10pt;
	color: #623d1f;
	text-indent: 13px;
	margin-top: 8px;
	margin-bottom: 4px;
}

#IDEDiv ul.TickList{
	font-size: 8.5pt;
	line-height: 200%;
	list-style: square;
	margin-top: 0px;
	margin-bottom: 0px;
}
#ApplicationServersDiv h1{
	font-family: "Tahoma";
	font-size: 10pt;
	color: #623d1f;
	text-indent: 13px;
	margin-top: 8px;
	margin-bottom: 4px;
}

#ApplicationServersDiv ul.TickList{
	font-size: 8.5pt;
	line-height: 200%;
	list-style: square;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentWrapper1{
	height: auto;
}
#contentwrapper2{
	height: 800px;
}