#outerwrapper {
	margin: 0 auto;
	width: 800px;
}
#header {
	width: 800px;
	height: 50px;
	position: relative;
}
#content {
	font-size: 0.8em;
	padding-top: 10px;
	overflow: auto;
}
#footer {
	width: 800px;
}
#topBorder {
	width: 100%;
	height: 15px;
	background-color: #4D494A;
}
#bottomBorder {
	width: 100%;
	height: 28px;
	background-color: #4D494A;
}
#footerText {
	width: 100%;
	height: 32px;
	text-align: center;
	font-size: 0.625em;
	padding-top: 16px;
}
#clearDiv {
    clear:both;
    height:1px;
    overflow:hidden;
}
#navColumn {
	width: 156px;
	float: left;
	padding-left: 30px;
	line-height: 125%;
	padding-top: 120px;
	height:500px;
	background-image: url(assets/H3C-Logo.gif);
	background-repeat: no-repeat;
	background-position: 25px 0px;	
}
#topNavigation {
	width: 100%;
	height: 2px;
}

#navbar {
	position: absolute;
	bottom: 1px;
	right: 0px;
	color: #333;
	font-family: "Trebuchet MS";
	border-bottom: solid 2px #4D494A;
	width:100%;
	text-align:right;
	font-size: 1.25em;
	font-style: italic;
	color: #570301;
	margin-bottom: 0px;
}
body {
	font-family: "Trebuchet MS";
	margin: 0;
}
#contentColumn {
	width: 583px;
	padding: 0 20px 0 10px;
	border-left: solid 1px #CCC;
	color: #4D494A;
	float: left;

}
/* For three columns */
/*
#rightColumn {
	width: 205px;
	float: left;
	padding-top: 95px;
	font-size: 10px;
	color: #666;
}
*/
#mainContent {
	width: 610px;
	float: left;
}
#breadcrumb {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.currentSection {
	color: #4D494A;
}
#content h1 {
	font-size: 1.85em;
	font-style: italic;
	color: #570301;
	margin-bottom: 0px;
	text-align:left;
}
#content h2 {
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}
.firstParagraph {
	margin-top: 0px;
}
.floatLeft {
	float: right;
	padding-right: 10px;
	padding-left: 5px;
}

a:link {
	color: #570301;
	margin-left: -10px;
	padding-left: 10px;
	text-decoration:none;
}

a:visited {
	color: #570301;
	margin-left: -10px;
	padding-left: 10px;
	text-decoration:none;
}

a:active {
	color: #570301;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-left: -10px;
	padding-left: 10px;
	text-decoration:none;
}

a:hover{
	color: #ffffff;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color:#cccccc;
	margin-left: -10px;
	padding-left: 10px;
	text-decoration:none;
}



.currentLink {
	color: #570301;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-left: -10px;
	padding-left: 10px;
}


#rightColumn p {
	padding-right: 20px;
}
#contentFeature {
	width: 100%;
	text-align: right;
	padding-top: 20px;
}
.floatRight {
	float: left;
	padding-right: 10px;
}
.pullQuote {
	background-image: url(assets/pullquote_bg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	width: 140px;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	float: right;
	color: #333;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	font-style: oblique;
	padding-left: 10px;
}
.arrowBox {
	padding-left: 10px;
}

.smallfont{ font-size:9px
}


.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_head:link {
	background-color: #333;
	color: #FfffFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.ds_head:visited {
	background-color: #333;
	color: #FfffFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */
