html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url(../images/bg.jpg) repeat-x left top #4C4C4C;	
}

body {
	top:0;
	height: 100%;	
	margin: 0 auto;
	padding:22px 0 0 0;
	text-align:left; 
	font-family: arial;
	font-size:12px;
	color:#2E2E2E;
}

p {
	margin: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	line-height: 1.3em;
	
}

a:link{ color: #3C50CA; }

a:visited{ color: #182B5B; }

a:hover, a:focus, a:active{ color: #2CE1EA;	text-decoration:none; }


p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em; }

h1, h2, h3, h4, h5, h6{ color: #2E2E2E; font-weight:bolder; }

h1{ font-size:18px;}

h2{	font-size:17px;}

h3{	font-size:16px;}

h4{	font-size:15px;}

h5{	font-size:14px;}

h6{	font-size:14px; color:#05295E; text-decoration:underline; }

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

#curvedGlass, #subMenusContainer, .vcard, #brandingImg, #header, #logo, .metaContent, #navTitle, #subNavTitle, #nav, #subNav, #footer, form, #careersBtn, #ciscoBtn{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

#container {
	position: relative;
	width:769px;
	overflow:hidden;
	text-align:left;
	z-index:2;
	margin:0 0 0 0;
	padding:0;
}


#innerContainer{
	display:block;
	position:relative;
	background: url(../images/bg-content.gif) repeat-y 0 0;
	overflow:hidden;
	width:769px;
	padding:0;
	margin:0;
}

#content{
	position:relative;
	display:block;
	left:0;
	margin:0 ;
	width:739px;
	padding:15px 15px 40px 15px;
	top:0;
}

#aside{
	position:relative;
	display:block;
	float:right;
	left:0;
	list-style:none;
	width:162px;
	padding:15px;	
	background: url(../images/bg-aside.gif ) no-repeat 0 0;
	margin:0 0 0 -25%;
	z-index:6;	
}

#aside + #content{ 
	width:547px;
}

