html, body {
    background-color: #E4E4E4;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0px;
    background-image: url("preview.gif");
    background-position: center;
    background-repeat: repeat-y;
}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-style: normal;
    line-height: 25px;   
    padding-bottom: 15px;
}

h1, h2, h3, h4, h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
    color: #660099;
    font-style: normal;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

h2 {
    font-size: 18px;
    font-weight: bold;
	text-align: left;
}

h3 {
    font-size: 16px;
    font-weight: bold;
	font-style: normal;
    text-transform: none;
    line-height: normal;
	text-align: left;
}

h4 {
    font-size: 14px;
}

h5 {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
    
hr {
	border-top: 2px solid #999999;
	border-right: 2px none #999999;
	border-bottom: 2px none #999999;
	border-left: 2px none #999999;
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

table {	border-style: none; }

td {vertical-align: top;}

img {border: none;}

/* ############################################################## */
/* ####################  begin banner layout #################### */

#navBarLinks {
	white-space: nowrap;
	font-size: 0%;
}

#nbLink01, #nbLink02, #nbLink03, #nbLink04, #nbLink05, #nbLink06, #nbLink07, #nbLink08, #nbLink09 {
	top: -30px;
	left: 0px;
}

#navBarLinks *{
	z-index: 2;
	position: relative;
	border: none;
}
#bannerLogo {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 40px;
}
#bannerImages{
	width: 960px;
	white-space: nowrap;
}
#bannerImages *{
	vertical-align: middle;
}


img.redhat {
	float: left;
	margin: 4px;
}

img.cisco { 
    float: left; 
    margin: 50px; 
}

img.oracle { 
    float: right; 
    margin: 300px; 
}

img.vmware { 
    float: right; 
    margin: 4px; 
}











/* ####################  end banner layout #################### */
/* ############################################################ */


/* ############################################################## */
/* ####################  begin footer layout #################### */

#footer {
	width: 950px;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	margin-top: 20px;
}

#footer *{
	padding: 20px;
}

/* ####################  end footer layout #################### */
/* ############################################################ */

/* ############################################################ */
/* ####################  begin one column layout ############## */

#oneColumn {
    padding: 10px;
    border: none;
}

/* ####################  end one column layout ################ */
/* ############################################################ */

/* ############################################################ */
/* ####################  begin two column layout ############## */

#twoColumnLeft {
    border-color: #000000;
    border-right-style: solid;
    border-width: thin;
    margin: 0px;
    padding: 10px;
    width: 100%;
}

#twoColumnRight {
    margin: 0px;
    padding: 10px;
    width: 100%;
}

/* ####################  end two column layout ################ */
/* ############################################################ */

/* ############################################################ */
/* ####################  begin three column layout ############ */

#tcl { width: 200px; }
#tcm { }
#tcr { width: 150px;}

#threeColumnLeft {
    border-color: #000000;
    border-right-style: solid;
    border-width: thin;
    margin: 0px;
    padding: 10px;
    width: 100%;
}
        
#threeColumnMiddle {
    margin: 0px;
    padding: 10px;
    text-align: center;    
    width: 100%;
}

#threeColumnRight {
    margin: 0px;
    padding: 10px;
    width: 100%;
}
/* ####################  end three column layout ############## */
/* ############################################################ */
	
	padding-right: 100px;
	padding-left: 100px;


