html {overflow-y: scroll;} /* this adds a scrollbar in Firefox so that centered content isn't shifted */

.navButton {
		background-image: url(/graphics/nav_button.gif);
		background-repeat: none; 
		background-position: left top; 
		font-family: arial; 
		font-size: .9em;
	   	font-weight: bold;
		color: black;
		text-decoration: none;
		height: 22px;
		width:  120px;
		line-height: 1.5em;
		text-align: center;
		display: block;
}

h1 {
	font-size: 130%;
}

body {
	 background-color: #99CC66;
	 font-size: 90%;
}

body, th, td { 
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
}

pre {
	text-align: left;
	font-family: Courier, "New Courier", Monospace;
	line-height: 1.2em;
}

a:link { 
	color: #3333cc; 
}
a:visited { 
	color: #666666;
}
a:hover { 
	color: #000099;
}

#topNav {
	margin-top: 20px;
	margin-bottom: 15px;
}
/*----LOGO SECTION----*/

.logo {
	font-family: "Lucida Sans Unicode", "Lucida Console","Andale Mono","Courier New", Courier, monospace; 
	font-size: 150%;
	font-weight:bold;
	color: #333333;
	margin-bottom: -2px;
}

/* MSIE needs to have the pseudo state specified, too */

a.logoLink:link {
	/* currently, "AcademyX Training", links to site map */
	color: #000000;
	text-decoration: none;
}
a.logoLink:visited {
	/* currently, "AcademyX Training", links to site map */
	color: #000000;
	text-decoration: none;
}

p.tagline {
	font-family: "Lucida Sans Unicode", "Lucida Console","Andale Mono","Courier New", Courier, monospace; 
	font-size: 130%;
	color: #333333;
	margin-bottom: 5pt;
}


/*----PRIMARY CONTENT TABLES SECTION----*/
#contentTable {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	font-size: 90%;
}

.primaryColumn {
	background-color: #ffffff;
	color: #222222;
}

.superSectionHead {
	font-family: "Lucida Sans Unicode", "Lucida Console","Andale Mono","Courier New", Courier, monospace; 
	font-size: 140%;
	color: #333333;
}


.sectionHead {
	font-family: "Lucida Sans Unicode", "Lucida Console","Andale Mono","Courier New", Courier, monospace; 
	font-size: 130%;
	color: #333333;
	margin-bottom: -12px;
}

.subSectionHead {
	font-family: "Lucida Sans Unicode", "Andale Mono", "Lucida Console", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #333333;
	text-align: left;
	margin-bottom: -12px;
}
.clientList {
	font-size: 85%;
}
.courseTopic {
	font-family: "Lucida Sans Unicode", "Andale Mono", "Lucida Console", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
}

.courseRow {
	font-size: 80%;
}

.courseDescription, .secondaryRow p {
	padding-top: 3px;
	padding-bottom: 3px;
}

th.primaryRow { 
	font-weight: normal;
	text-align: left;
}

.highlight {
	background-color: #FFFF99;
	font-size: 90%;
}

.primaryRow {
	font-size: 90%;
}

.otherLocationsNote {
	font-size: 70%;	
}

.secondaryRow {
	color: #000000;
	font-size: 90%;
}

.secondaryRow hr{
	border: 1px;
}

.tertiaryRow {
	background-color: #cfcfcf;
	color: #000000;
	font-size: 90%;
}

/*----SECONDARY COLUMN (LEFT TABLE NAV) SECTION----*/

.secondaryColumn {
	background-color: #EEEEEE;
	font-size: 130%;
}
.subnav {
	font-size: 80%;	
	margin-left: 10px;
}
.subnav p {
	margin-bottom: 10px;
	margin-top: 10px;
}

/*used in secondary column for related links and other items*/
p.related {
	font-size: 105%;
	font-weight: bold;
	color: #666666;
	background-color: #dddddd;
	font-family: "Lucida Sans Unicode", "Andale Mono", "Lucida Console", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
}

.secondaryColumn ul {
	margin-top: -7px;
	line-height: 1.3em;
}


.feedbackFields {
	font-size: 80%;
}

h3.related { /* used in subnav for "related:" classes */
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	background-color: #dddddd;
	font-family: "Lucida Sans Unicode", "Andale Mono", "Lucida Console", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.myTableCatalog {
	text-align:left;
	font-size:9px;
}

.myTableCatalog thead  {
	font-size: 12px;
}

