* {
    padding: 0px;
    margin: 0px;
}

BODY {
	font-family:Helvetica, Arial, sans-serif;
	line-height: 20px;
    	font-size: 13px;
	color: #000000;
    	background-color: #b6b6b6;
	background-image:url(images/bknd_content.gif);
	background-repeat:repeat-y;
    	text-align:left;
}

a img { border:none; }

A:link, A:visited {
  text-decoration: none;
  font-weight:bold;
  color:#006b6e;
}

A:hover, A:active {
  text-decoration: underline;
}

hr { border:0; color:#006b6e; background-color:#006b6e; height:1px; margin-bottom:5px; margin-top:20px }

#content {
    	width: 1166px;
	padding:0;
	margin:0;
	text-align:left;
}

#masthead {
	height:134px;
    	width: 1166px;
	padding:0;
	margin:0;
	text-align:left;
}

/****************** footer *************/
#footer {
	background-color:#006b6e;
	text-align:right;
	height:43;
	padding: 0;
	margin:0;
}

/****************** Journal Tabs *************/
#tabs {
	margin: 0;
	padding-left:300;
	color:#363636;
	text-transform: capitalize;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}
#tabs li {
	list-style: none;
	float:left;
	margin: 0;
	padding: 0;
	position: relative;
}
#tabs a {
	float:left;
	background-image:url(images/bknd_tab.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px, 4px, 0px, 0px;
	position: relative;
	height: 32px;
	width:80px;
	text-decoration: none;
	color: #ffffff;
	line-height: 11px;
    	font-size: 10px;
	font-weight:normal;
}
#tabs a:hover {
	background-image:url(images/bknd_tabON.gif);
	background-repeat:no-repeat;
}
#tabs .selected {
	background-image:url(images/bknd_tabON.gif);
	background-repeat:no-repeat;
}

/****************** Dig Deeper *************/

#digdeep {
	margin: 0;
	padding: 0;
	text-align:right;
	font-family:Helvetica, Arial, sans-serif;
	color:#006b6e;
	font-weight:bold;
	line-height: 15px;
    font-size: 11px;
}

#digdeep a {
	text-decoration: none;
	color: #006b6e;
}

#digdeep a:hover {
	text-decoration: underline;
	
}

/****************** Today's Ideas *************/

#ideas {
	margin: 0;
	padding: 0;
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	color:#006b6e;
	font-weight:bold;
	line-height: 15px;
    font-size: 11px;
}

#ideas a {
	text-decoration: none;
	color: #006b6e;
}

#ideas a:hover {
	text-decoration: underline;
	
}

/****************** happening today *************/
#today {
	font-family:Helvetica, Arial, sans-serif;
	line-height: 16px;
    font-size: 11px;
	margin: 0;
	padding: 0 0 0 30px;
	color:#595959;
}
#today P {
    margin-bottom: 10px;
}
#today .red {
    color: #006b6e;
}

/****************** breadcrumb *************/

#breadcrumb {
	margin: 0;
	padding: 0;
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	color:#006b6e;
	line-height: 14px;
    font-size: 11px;
	letter-spacing:1px;
}

#breadcrumb a {
	text-decoration: none;
	color: #006b6e;
}

#breadcrumb a:hover {
	text-decoration: underline;
	
}

#team {
	font-family:Helvetica, Arial, sans-serif;
	line-height: 14px;
    font-size: 11px;
	margin: 0px;
	padding: 0px;
	color:#595959;
}

/****************** body text *************/
#body-text {
	font-family:Helvetica, Arial, sans-serif;
	text-align:justify;
	line-height: 14px;
    font-size: 11px;
	margin: 0;
	padding: 0;
	color:#595959;
}

#body-text UL {
    list-style:square;
    padding: 5px 10px 5px 20px;
}

#body-text LI {
    padding-bottom:5px;
}

#body-text A:link, #body-text A:visited {
  text-decoration: none;
  font-weight:bold;
  color:#006b6e;
}

#body-text A:hover, #body-text A:active {
  text-decoration: underline;
  color:#006b6e;
}

#body-text H1 {
    font-family:Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #595959;
	margin-bottom: 6px;
	margin-top:8px;
	text-align:left;
	line-height:18px;
}

#body-text H2 {
    font-family:Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #595959;
}

#body-text P {
    margin-top: 15px;
}

.inputFormButton {font-size:11px; cursor:hand; background-color:#006b6e; color: #ffffff; border: 1px; border-style: solid; border-color: #006b6e}