body {
	padding: 0px;
	margin: 0;
	color: #666666;
	background-color: #dddddd;
	background-image: url("../images/body-background3.gif");
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align:left;
}

/* containing DIV that centers content on page */

#container {
	width: 700px;
	margin: 0px auto;
}

/* logo graphic */

#title {
	background-image: url("images/header2.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 110px;
}

#title h1 {
	display: none; /* <--- display the bg graphic instead of the H1 */
}

/* navigation menu */

#menu {
	height: 40px;
}

#menu ul {
	padding: 0;
	margin: 0;
	height: 40px;
}

#menu li {
	display: inline;
	float: left;
}

#menu li a {
	display: block;
}

#menu span {
	display: none;
}

td.content {
	padding:10px;
}

/* button states */

#link-home-off { background-image:       url("images/link-home-off.gif"); height: 40px; width: 70px;}
#link-training-off { background-image:       url("images/link-training-off.gif"); height: 40px; width: 80px;}
#link-development-off { background-image:       url("images/link-development-off.gif"); height: 40px; width: 110px;}
#link-resources-off { background-image:       url("images/link-resources-off.gif"); height: 40px; width: 90px;}
#link-about-off { background-image:       url("images/link-about-off.gif"); height: 40px; width: 70px;}
#link-contact-off { background-image:       url("images/link-contact-off.gif"); height: 40px; width: 80px;}

#link-home-on { background-image:       url("images/link-home-on.gif"); height: 40px; width: 70px;}
#link-training-on { background-image:       url("images/link-training-on.gif"); height: 40px; width: 80px;}
#link-development-on { background-image:       url("images/link-development-on.gif"); height: 40px; width: 110px;}
#link-resources-on { background-image:       url("images/link-resources-on.gif"); height: 40px; width: 90px;}
#link-about-on { background-image:       url("images/link-about-on.gif"); height: 40px; width: 70px;}
#link-contact-on { background-image:       url("images/link-contact-on.gif"); height: 40px; width: 80px;}

/* main content DIV */
 
#content {
	padding-left:20px;
	padding-right: 20px;
}

#flash-ad {
	float: right;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

#footer	{
	padding: 20px;
}

/* misc text & title formatting */

h2 {
	font-size: 14px;
	font-family: Arial, sans-serif;
	letter-spacing: -0.05em;
	color: #FAA634;
}

h2 span {
	display: none;
}

.opener {
	margin-top: 0;
}

p {
	line-height: 140%;
	padding-top: 1px;
	padding-bottom: 1px;
}

.heading-text	{
	font-size: 16px;
	font-weight: bold;
	color: #1978b6;
	text-align:left;
}

.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #1978b6;
	text-align:left;
}

.emphasis-text	{
	font-weight: bold;
	color: #000099;
}

.button-border	{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* FIR */

#headline-macromedia-training {
	height: 17px;
	background-image:       url("../images/headline-macromedia-traning.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#headline-schooner-first {
	height: 14px;
	background-image:       url("../images/headline-schooner-first.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

/* link styles */

a { color: #00AEEF; text-decoration: none; }
a:hover { text-decoration: underline; }

.navButton {
	background-color:#43a7d9;
	color:#ffffff;
	font-weight:bold
}
.logoBox {
	width:50px;
}
