/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited {
	text-decoration: none;
	}
	
/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0px; padding:0px }

/* these are support popup box attributes*/

#monitor {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 220px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#contract {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#emergency {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#payg {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#remote {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#volume {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#webhosting {
	position: absolute;
	top: 200px;
	right: 14px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#mobile {
	position: absolute;
	top: 200px;
	right: 14px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#internet {
	position: absolute;
	top: 200px;
	right: 14px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#email {
	position: absolute;
	top: 200px;
	right: 14px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#emailclient {
	position: absolute;
	top: 200px;
	right: 14px;
	width: 206px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#webmail {
	position: absolute;
	top: 200px;
	right: 14px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#deploy {
	position: absolute;
	top: 200px;
	right: 50px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#migration {
	position: absolute;
	top: 200px;
	right: 50px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#cabling {
	position: absolute;
	top: 200px;
	right: 50px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#wireless {
	position: absolute;
	top: 200px;
	right: 50px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#audit {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#penetration {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#firewalls {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#policy {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#antispam {
	position: absolute;
	top: 200px;
	right: 14px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#antivirus {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#sec_managed {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#ts {
	position: absolute;
	top: 200px;
	right: 6px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#rdp {
	position: absolute;
	top: 200px;
	right: 6px;
	width: 220px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#owa {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#vpn {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

#ftp {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 200px;
	border: 2px solid Gray;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	z-index: 4;
	visibility: hidden;
}

a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

img { margin: 0px; padding: 0px;}

/* 
 * Redefine existing HTML tags 
 */
body {
	background: #FAFAFA;
	font: normal 10px Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #535151;
	margin: 0px;
	text-align: center;
	/* For IE */
}

ul {
	margin: 15px 10px 0px 25px;
	list-style-image: url(../images/arrow.gif)
	}

li {
	line-height: 1.5em;
	font-size: 11px;
	}

h1 {
	line-height: 1em !important;
	margin: 1px 0px 10px 0px;
	padding: 5px 0px 6px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	}

h2 {
	font-size: 11px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
a {
	color: #757575;
}
	
p {
	font-size: 11px;
	margin: 0px 10px 10px 10px;
	line-height: 1.5em;
	}

/*input, select, textarea {
	font-size: 11px;
	}

/* 
 * Containers and positioning tools
 */
#container {
	position: relative;
	width: 752px !important;
	width /**/: 752px;
	background: #fff;
	top: 0px;
	margin: 0px auto;
	padding: 0px;
	text-align: left; /* For IE, see above */
	}

#nav_languages {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #9B9999;
	}

#logo_link {
	position:absolute;
	left: 0px;
	top: 0px;
	}

#search {
	position: relative;
	top: 1px;
	margin: 0px;
	padding: 0px;
	align: middle;
	width: 148px;
	height: 14px;
	font-size: normal;
	font-family: monospace;
	border: 1px solid #000;
	}

#nav_main {
	font-family: Arial, Tahoma, Verdana, sans-serif; 
	font-size: 10px; 
	width: 740px !important;
	height: 19px; !important; 
	background: #E5E5E5; 
	border: 1px solid #CBCED3; 
	margin: 10px 0px 0px; 
	padding: 4px 0px 1px 10px; 
	color: #919AAC; 
	font-weight: bolder;
	}

/* 
 * Main Navigation
 */
#nav_main a:link, #nav_main a:visited {
	color: #919AAC;
	text-decoration: none;
	}

#nav_main a:hover {
	color: #5A72A7;
	text-decoration: underline;
}

#nav_main ul {
	list-style:none; 
	margin:0px; 
	padding:0px
	}

#nav_main li {
	float: left; 
	list-style: none; 
	margin: 0px 3px; 
	padding: 0px; 
	valign: top;
	}

/* 
 * Main Content Area
 */ 
 
#td_r1c1 {
	width: 566px !important;
	}

#td_r1c2 {
	width: 189px !important;
	}

#td_r2c1 {
	width: 196px !important;
	}

#td_r2c2 {
	width: 368px !important;
	}

#td_r2c3 {
	width: 189px !important;
	}

#td_r2c4 {
	width: 368px !important;
	}

#td_r1c1 h1 {
	background: #C88F4B;
	}

#td_r1c2 h1 {
	background: #5A72A7;
	}

#td_r2c1 h1 {
	background: #5A72A7;
	}

#td_r2c2 h1 {
	background: #848483;
	}

#td_r2c3 h1 {
	background: #5A72A7;
	}

#td_r2c4 h1 {
	background: #CD853F;
	}

/* 
 * Footer formatting
 */ 
#footer {
	margin-bottom: 40px;
	padding: 6px 0px 10px 20px;
	font-size: 10px;
	width: 729px !important;
	width /**/: 752px; /* For IE */
	height: 1em !important;
	height /**/: 32px; /* For IE */
	background: #848483;
	border: 1px solid #848483;
	color: #fff;
	}
	
#header {
	margin-bottom: 40px;
	padding: 6px 0px 10px 20px;
	font-size: 10px;
	width: 730px !important;
	width /**/
	: 752px;
	/* For IE */
	height: 1em !important;
	height /**/
	: 32px;
	/* For IE */
	background: #5A72A7;
	border: 1px solid #5A72A7;
	color: #fff;
}

#footer a:link, #footer a:visited {
	color: #fff;
	}

#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration:underline;
	}

#footer ul {
	list-style: none;
	margin: 0px;
	}

#footer li {
	font-size: 10px;
	list-style-type: none;
	float: left;
	margin: 0px 3px 0px 3px;
	}

/* 
 * Misc. specialized classes
 */ 
.link_read {
	font-size: 9px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	}

.link_orange {
	color: #FF6300;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	}

.font_12{
	font-size: 12px;
	}

.blue {
	color: #6079AC;
	}

.verticalLine {
	background: #C4C4C4;
	background-image: url(../images/blocker.gif);
	background-repeat: no-repeat;
	}
	
/* 
 * Homepage specific elements
 */
#bg_flash {
	border-top: 4px solid #fff;
	border-bottom: 1px solid #fff;
	width: 752px;
	height: 179px;
	}
	
#line {
	margin: 0px;
	background: url(../images/line_horz.gif) no-repeat center;
	}

#blue_box {
	margin: 5px 5px 10px;
	padding: 10px 60px 5px 20px;
	background: #D9E0F0;
	font-size: 16px;
	}

#blue_box ul {
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
}

#blue_box p {
	color: #FF6300;
	width: 250px;
	font-size: 16px;
	font-weight: bold;	
	background: #D9E0F0;
	margin: 0px;
	line-height: 1.2em;
	}
	
#blue_box a {
	color: #C88F4B;
	font-size: 12px;	
	font-weight: bold;
	margin: 0px;
	}

#blue_box a:hover {
	color: #535174;
	text-decoration: none;
	}

#outline_box {
	width: 553px;
	padding: 5px;
	border: 1px solid #C2C2C2;
	margin-top: 7px;
	margin-bottom: 7px;
	height: 140px;
	}
#outline_box p {
	padding: 5px 0px 0px;
	width: 170px;
	}
#outline_box img {
	text-align: right;
	padding-right: 10px;
}
#outline_box a {
	color: #6B6868;
	text-decoration: underline;
	}

#outline_box a:hover {
	color: #C88F4B;
	text-decoration: underline;
	}
#td_r2c2 a {
	color: #6B6868;
	text-decoration: underline;
	}

#td_r2c2 a:hover {
	color: #FF6300;
	text-decoration: underline;
}


/* 
 * Left Navigation
 */
#td_c1 {
	width: 170px !important;
	padding: 35px 10px 20px 10px;
	margin: 0px;
	}

#td_c2 {
	width: 442px !important;
	}

#td_c3 {
	width: 140px !important;
	}
	
#td_c1 a {
	color: #fff;
	}

#td_c1 ul {
	margin: 0px;
	list-style-image: none;
	width: 150px;
	border-bottom: 1px solid #CCCDD2;
	}
	
#td_c1 li {
	padding: 9px 5px;
	margin: 0px;
	background: #5A72A7;
	border-top: 1px solid #CCCDD2;
	border-left: 1px solid #CCCDD2;
	border-right: 1px solid #CCCDD2;
	color: #fff;
	font-size: 11px;
	line-height: 1em;
	font-weight: bolder;
	}

#td_c1 
li.over {
	padding: 9px 5px;
	margin: 0px;
	background: #848380;
	border-top: 1px solid #CCCDD2;
	border-left: 1px solid #CCCDD2;
	border-right: 1px solid #CCCDD2;
	color: #fff;
	font-size: 11px;
	line-height: 1em;
}

#td_c1
.sub1 {
	background: #ECF1F7;
	border-left: 1px solid #CCCDD2;
	border-right: 1px solid #CCCDD2;
	padding: 9px 5px;
	margin: 0px;
}

#td_c1
.sub1 a {
	color: #CA9656;
	}

#td_c1
.sub2 {
	font-size: 10px;
	font-weight: bolder;
	background: #fff;
	border-left: 1px solid #CCCDD2;
	border-right: 1px solid #CCCDD2;
	border-top: none;
	padding: 5px 10px 5px 12px;
}

#td_c1
.sub2 a {
	color: #CA9656;
	}

#td_c1
.sub3 {
	font-size: 10px;
	background: #fff;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #CCCDD2;
	border-right: 1px solid #CCCDD2;
	padding: 3px 0px 3px 22px;
	font-weight: normal;
}

#td_c1
.sub3 a {
	color: #6B6868;
	}

#td_c1
.sub3 a:hover {
	color: #CA9656;
	}

#td_c1
.sub4 {
	font-size: 10px;
	font-weight: bolder;
	background: #ECF1F7;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #CCCDD2;
	border-right: 1px solid #CCCDD2;
	padding: 5px 10px 5px 12px;
	}

#td_c1
.sub4 a {
	color: #6B6868;
	}

#td_c1
.sub4 a:hover {
	color: #CA9656;
}

#td_c1_hover {
	width: 170px !important;
	padding: 35px 10px 20px 10px;
	margin: 0px;
	background-color: #D9E0F0;
	}

#.selected{
	color: #C88F4B;
}

/* 
 * Center panel
 */
#td_c2 p {
	color: #000000;
	font-size: 11px;
	margin: 5px 10px 10px 0px;
	padding: 0px 10px;
	line-height: 1.5em;
	}

#td_c2 a {
	color: #6B6868;
	text-decoration: underline;
	}

#td_c2 a:hover {
	color: #C88F4B;
	text-decoration: underline;
	}

#td_c2 h1 {
	font-size: 24px;
	color: #C9904D;
	line-height: 1em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
 
#td_c2 h2 {
	padding-right: 10px;
	font-size: 15px;
	color: #6B6868;
 	font-weight: regular;
	line-height: 1.2em;
	}

#td_c2 h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #6B6868;
	line-height: 1.5em;
	padding: 0px 10px;
	}
 
#td_c2 h4 {
	font-weight: bold;
	font-size: 11px;
	color: #C9904D;
	line-height: 1.5em;
	padding: 8px 10px 4px;
	}

#td_c2 h5 {
	font-size: 11px;
	font-weight:normal;
	color: #6B6868;
	display: inline;
	}

#td_c2 ul {
	color: #000000;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0px 15px 0px 25px;
	list-style-image: url(../images/bullet.gif);
	}

#td_c2 li {
	padding: 0px 0px 3px 0px;
	}

#breadcrumbs {
	margin: 0px;
	padding: 15px 5px 8px 10px;
	height: 24px !important;
	font-weight: bolder;
	display: block;
	}
	
#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	}

#breadcrumbs li {
	font-size: 10px;
	float: left;
	list-style: none;
	margin: 0px 3px 0px 3px;
	padding: 0px;
	valign: top;
	}

#breadcrumbs a {	
	text-decoration:none;
	}

#breadcrumbs a:hover {	
	color: #C88F4B;
	text-decoration: underline;
	}

/* 
 * Right panel
 */
#td_c3 h1 {
	margin: 0px;
	padding: 3px;
	color: #C88F4B;
	font-size: 14px;
	}

#td_c3 ul {
	font-size: 10px;
	line-height: 1.5em;
	margin: 5px 0px 10px 5px;
	padding-left: 0px;
	list-style-image: url(../images/bullet_colon.gif)
	}

#td_c3 li {
	padding-bottom: 3px;
	}

#quote {
	margin-top:35px;
	margin-right:0px;
	margin-bottom:12px;
	margin-left:0px;
	padding-bottom: 3px;
	background-color:#F2F2F2;
	}

#quote p {
	font-size:10px;
	margin: 2px 5px 5px 5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	padding-top:0px;
	}

.blue_div {
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #D9E0F0;
	width: 142px !important;
	}
	
.blue_div li {
	line-height: 1.5em;
	font-size: 10px;
	}

.blue_div a {
	color:#333333;
	}

#.blue_div a:hover {
	color:#C88F4B;
	}

#blue_dark_div_header {
	margin: 0px 0px 1px 0px;
	padding: 5px 10px 5px 10px;
	background: #C9904D;
	width: 142px !important;
	font-size: 11px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color:#FFFFFF;
	}
	
#blue_dark_div {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	background: #5A72A7;
	width: 142px !important;
	}
	
#blue_dark_div p {
	margin: 0;
	padding: 0;
	color: #EDF0F8;
	line-height: 1.3em;
	}

#blue_dark_div img {
	margin: 5px 0px 5px 5px;
	float: right;
	}

#blue_dark_div a {
	margin-top: 5px;
	font-size: 10px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color:#FFFFFF;
	}

#blue_dark_div a:hover {
	text-decoration: underline;
	}

.right {
	text-align: right;
	display: block;
	}

#nav_languages a:hover {
	color: #5A72A7;
	text-decoration: none;
	}

a.link_read:hover {
	color: #5A72A7;
	}

a.link_orange:hover {
	color: #535151;
		text-decoration: underline;
	}
	
/* Special Cases */

#td_press {
	width: 720px !important;
	}

#td_press p {
	color: #000000;
	font-size: 11px;
	margin: 5px 10px 10px 0px;
	padding: 0px 10px;
	line-height: 1.5em;
	}

#td_press a {
	color: #6B6868;
	text-decoration: underline;
	}

#td_press a:hover {
	color: #C88F4B;
	text-decoration: underline;
	}

#td_press h1 {
	font-size: 24px;
	color: #C9904D;
	line-height: 1em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
 
#td_press h2 {
	padding-right: 10px;
	font-size: 15px;
	color: #6B6868;
 	font-weight: regular;
	line-height: 1.2em;
	}

#td_press h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #6B6868;
	line-height: 1.5em;
	padding: 0px 10px;
	}
 
#td_press h4 {
	font-weight: bold;
	font-size: 11px;
	color: #C9904D;
	line-height: 1.5em;
	padding: 8px 10px 4px;
	}

#td_press h5 {
	font-size: 11px;
	font-weight:normal;
	color: #6B6868;
	display: inline;
	}

#td_press ul {
	color: #000000;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0px 15px 0px 25px;
	list-style-image: url(../images/bullet.gif);
	}

#td_press li {
	padding: 0px 0px 3px 0px;
	}

#education_tables {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 5px;
}

#sitemap ul {
	color: #000000;
	list-style-type: none;
	list-style-image: none;
	margin:0px 0px 0px 12px;
	padding:0px;
	}

#sitemap li {
	line-height:1em;
	margin:0px;
	padding:0px;
	}

#sitemap a {
	text-decoration:none;
	}

#sitemap a:hover {
	text-decoration:underline;
	}

#sitemap .sub1 {
	margin:20px 0px 0px 0px;
	}

#sitemap .sub1 a {
	font-size:14px;
	font-weight:bold;
	color:#535151;
	}

#sitemap .sub2 {
	margin:8px 0px 0px 3px;
	}

#sitemap .sub2 a {
	font-size:11px;
	font-weight:bold;
	color:#C88F4B;
	}

#sitemap .sub3 {
	margin:4px 0px 0px 6px;
	}

#sitemap .sub3 a {
	font-size:10px;
	font-weight:bold;
	color:#535151;
	}

#sitemap .sub4 {
	margin:0px 0px 0px 9px;
	}

#sitemap .sub4 a {
	font-size:10px;
	color:#535151;
	}
.management_name {
	font-weight: bold;
	font-size: 12px;
	color: #C9904D;
	line-height: 1em;
}
.management_title {
	font-weight: bold;
	font-size: 11px;
	color: #6b6868;
	line-height: 1em;
}

#announce  h1 {
	font-size: 20px;
	font-weight: bold;
	color: #C9904D;
	line-height: 1em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
 
#announce h2 {
	padding-right: 10px;
	font-size: 15px;
	color: #6B6868;
 	font-weight: regular;
	line-height: 1.2em;
	}

#announce a {
	color: #6B6868;
	text-decoration: underline;
	}

#announce a:hover {
	color: #C88F4B;
	text-decoration: underline;
	}

#outline_box_main {
	border: 1px solid #C4C4C4;
	margin-left: 5px;
	width: 181px;
	}

#webcast {
	margin: 0;
	padding: 0px 0px 5px 0px;
	width: 160px !important;
	border: 1px solid #C4C4C4;
	margin-bottom: 10px;
	}

#webcast img {
	margin-left: 10px;
	}

a.webcast  {
	color: #C88F4B;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	line-height: 1.5em;
	margin: 5px 0px -5px 0px;
	}

a.webcast:hover {
	color: #535174;
	text-decoration: underline;
	}
	
a.outline_box_clicknow  {
	color: #C88F4B;
	text-decoration: underline;
	}

a.outline_box_clicknow:hover {
	color: #535174;
	text-decoration: underline;
	}
	
a.resource_selected {
	font-weight: bold;
	}
	
