/* external css file */
/* filename 'default.css' */
/* ! no html markup allowed ! */


body  {background-color: #FFFFFF; }
	
/* start header styles */
	
a.header:link { color: #8b0000; }       /* unvisited link */
a.header:visited { color: #8b0000; }   /* visited links */
a.header:active { color: #660000; }    /* active links */
a.header:hover { color: #FF6600; text-decoration: none; }   /* mouseover links */


a.header2:link { color: #660000 }       /* unvisited link */
a.header2:visited { color: #660000; }   /* visited links */
a.header2:active { color: #660000; }    /* active links */
a.header2:hover {color: #FF6600; text-decoration: none;}   /* mouseover links */


a.header3:link { color: #FF9900; }       /* unvisited link */
a.header3:visited { color: #FF9900; }   /* visited links */
a.header3:active { color: #FF9900; }    /* active links */
a.header3:hover { color: #FFFFFF; text-decoration: none; }   /* mouseover links */

a.header4:link { color: #660000; }       /* unvisited link */
a.header4:visited { color: #660000; }   /* visited links */
a.header4:active { color: #660000; }    /* active links */
a.header4:hover { color: #6699FF; text-decoration: none; }   /* mouseover links */

a.header5:link { color: #000000; }       /* unvisited link */
a.header5:visited { color: #000000; }   /* visited links */
a.header5:active { color: #FF9900; }    /* active links */
a.header5:hover { color: #FF9900; text-decoration: none; }   /* mouseover links */




a.admin_header:link { color: #ffffff; }       /* unvisited link */
a.admin_header:visited { color: #ffffff; }   /* visited links */
a.admin_header:active { color: #ffffff; }    /* active links */
a.admin_header:hover { color: #696969; text-decoration: none; }   /* mouseover links */


div.topnav { color: #999999; font-size: 11.25px; font: myriad pro; font-weight: bold; 
	text-transform: uppercase; letter-spacing: 0.00em; margin: 15px; }

div.topnav2 {
	color: #666666;
	font-size: 12px;
	font: myriad pro;
	text-transform:;			letter-spacing: 0em;
	margin: 4px;
}
div.botnav2 {
	color: #333333;
	font-size: 12px;
	font: myriad pro;
	text-transform:;			letter-spacing: 0em;
	margin: 4px;
}


/* end header styles */


p.leftnav { color: #555555; font-weight: bold; text-transform: uppercase; font-family: helvetica, futura, sans-serif; text-align: left; font-size: 130%; }

p.leftnav_header { padding: 3px; color: #ffffff; background-color: #555555; font-weight: bold; text-transform: uppercase; font-family: helvetica, futura, sans-serif; text-align: justify; font-size: 130%; }
p.leftnav_list { font-weight: bold; text-transform: uppercase; font-family: helvetica, futura, sans-serif; text-align: left;  text-indent: 5px; }

p.leftnavind { font-size: 10px; margin-left: 5px; }
p.leftnavindent { font-size: 80%; margin-left: 15px; }
p.content {
	margin-left: 15px;
	font-size: 90%;
	margin-right: 15px;
	color:#000000;
}

p.content2 {
	margin-left: 15px;
	font-family:Myriad Pro;
	font-size: 90%;
	margin-right: 15px;
	color:#FFFFFF;
}

p.contentsm { margin-left: 15px; font-size: 85%; }
p.caption { color: #8b0000; font-family: helvetica, futura, sans-serif; text-align: left; font-size: 10px; }
p.caption_id { color: #8b0000; text-transform: uppercase; font-family: helvetica, futura, sans-serif; text-align: center; font-size: 10px; weight: bold; }
p.form { color: #8b0000; }

td.leftnav { border-right: solid 1pt; border-color: #696969; text-align: left; font-family: helvetica, futura, sans-serif; font-size: 70%; text-transform: uppercase; }
td.content { color: #222222; font-family: helvetica, futura, sans-serif; border-color: #696969; text-align: left; font-size: 95%; }
td.seminars { font-family: helvetica, futura, sans-serif; text-align: left; font-size: 90%; valign: top; }

ul.content { text-align: left; font-size: 95%; }
ol.content { text-align: left; font-size: 95%; }

h2 { color: #8b0000; font-family: helvetica, futura, sans-serif; text-align: left; }
h3 { color: #333333; font-family: helvetica, futura, sans-serif; }
/********** TEST CSS SCROLLABLE TEXT */

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	border: none;
	height: 620px;
	overflow: auto;
	width: 585px;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 585px;
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 585px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 585px;
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative;
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block
}

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	font-weight: normal;
	text-align: left
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 585;
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
	width: 585;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 620px;
	overflow: auto;
	width: 585px;
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #FFFFFF;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}

tbody.scrollContent tr.alternateRow td {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body thead.fixedHeader th {
	width: 585px
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 585px
}

/********* END TEST CSS */
