/********** Basic CSS Style Sheet ****************/


/********************* Table *********************/
 
#table1 {
  }
 

/************* All **************/	
#table1 td.all{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;}	 
  
/************* Bottom **************/
#table1 td.bot{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;}

/************* Top, Bottom **************/
#table1 td.top_bot{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;}

/************* Bottom, Lft, Right **************/	
#table1 td.lrb{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;}		

/************* Bottom, Right **************/	
#table1 td.rt{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;}   

/************* Bottom, Left **************/	
#table1 td.lft{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;}   

/************* Left **************/     
#table1 td.lftr{
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;} 	 
	
/************* Right **************/	
#table1 td.rgt{
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;}	
	
/************* Top, Bottom, Right **************/
#table1 td.top_bot_rt{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;}
	
/************* Top, Bottom, Left **************/
#table1 td.top_bot_lft{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;}	

/************* Top, Lft, Right **************/	
#table1 td.trb{
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;
	-moz-border-radius-topleft: 3px 3px 3px 3px;}	
	
/************* Lft, Right **************/	
#table1 td.lft_rt{
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;}	

/************* Top, lft **************/
#table1 td.top_lft{
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;}
	
/************* Top **************/
#table1 td.top{
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;}
	
/************* Top, Right **************/
#table1 td.top_rt{
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;}	

TH{
	color : #000080;
	font-family : sans-serif;
	font-size : 16pt;
	font-weight : normal;
	text-align : center;
	}

/************* Form Fields **************/	
input.rounded {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #ccc;
	background-color: #f1f6f6;
	padding: 2px 4px;
	font-size: 12px;
	}

input.rounded:focus {
	border-color:#009933;
	}

select.rounded2 {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #ccc;
	background-color: #f1f6f6;
	padding: 2px 4px;
	font-size: 12px;
	/***border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 10px;
	font-weight:bold;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
	background-color: #f1f6f6;***/
	}
	
select.rounded2:focus {
	border-color:#009933;
	}
/***border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 10px;
	font-weight:bold;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
	background-color: #f1f6f6;***/


input.rounded3 {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #ccc;
	background-color: #ffffff;
	padding: 2px 4px;
		font-size: 12px;
	}
	
input.rounded3:focus {
	border-color:#009933;
	}	

select.rounded4 {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #ccc;
	background-color: #ffffff;
	padding: 2px 4px;
	font-size: 12px;
	/***border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 10px;
	font-weight:bold;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
	background-color: #f1f6f6;***/
	}

select.rounded4:focus {
	border-color:#009933;
	}
	
input.file {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #ccc;
	background-color: #ffffff;
	padding: 2px 4px;
		font-size: 12px;
	/***border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 10px;
	font-weight:bold;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
	background-color: #f1f6f6;***/
	}
	
input.file.rounded5:focus {
	border-color:#009933;
	}
/***border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 10px;
	font-weight:bold;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
	background-color: #f1f6f6;***/

input.button {
	padding: 2px 4px;
	font-size: 42px;
	/***border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #ccc;
	background-color: #ffffff;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 10px;
	font-weight:bold;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
	background-color: #f1f6f6;***/
	}	
	
/********************* Fonts *************/	


 h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	font-style: normal;
	Padding-Bottom : 6pt;
	Padding-Left : 12pt;
	Padding-Top : 6pt;
}	

h1{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: normal;
 font-size: 12px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

.feature h5{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: normal;
 font-size: 14px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

.feature h6{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: normal;
 font-size: 12px;
 font-style: normal;
 color: #87dqf4;
 margin: 0px;
 padding: 0px;
}

span.font1{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: normal;
 font-size: 12px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

span.font2{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

span.font3{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: normal;
 font-size: 14px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

span.font4{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

span.font5{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: normal;
 font-size: 16px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

span.font6{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: bold;
 font-size: 16px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 Padding-Bottom: 10pt;
 Padding-Top: 10pt;
}

span.font7{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: normal;
 font-size: 18px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

span.font8{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: bold;
 font-size: 18px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

span.font9{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
 font-style: normal;
 color: #87dqf4;
 margin: 0px;
 padding: 0px;
}

span.font10{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: normal;
 font-size: 20px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

span.font11{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: bold;
 font-size: 20px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

span.font12{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: normal;
 font-size: 22px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

span.font13{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: bold;
 font-size: 22px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

span.font14{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: normal;
 font-size: 10px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

span.font15{
 font-family: Times; Helvetica, sans-serif;
 font-weight: bold;
 font-size: 22px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
/********************* Accordions *************/	

.AccordionPanelTab {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	 font-weight: bold;
 font-size: 14px;
	-moz-user-select: none;
	-khtml-user-select: none;
	
}


/************** feature styles 

.feature h4{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: normal;
 font-size: 14px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

.feature h5{
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: bold;
 font-size: 16px;
 font-style: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}*****************/


/************** Tooltips *****************/	
  .yui-tt {
    color: #444;
    font-size:110%;
    border: 1px solid #000000;
    background-color: #FFF;
    padding: 10px;
  }

/************** Autosuggest *****************/	
div.autosuggestcontainer li	{
	width:100%;
	cursor:default;
	white-space:nowrap;
	margin:0;
	padding:5px;
	}

div.autosuggestcontainer li.yui-ac-highlight {
	background:#ffff9a;
	}

div.autosuggestcontainer li.yui-ac-prehighlight {
	background:#ffff9a;
	}
	
/********************* Fonts 	
 

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: large;
	font-style: normal;
}
 h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: large;
	font-style: normal;
}
 h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: medium;
	font-style: normal;
}
 h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	font-size: medium;
	font-style: normal;
}
 h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: small;
	font-style: normal;
}
 h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	font-size: small;
	font-style: normal;
}
*********************/
/***
.booktitle{
	Font-Style : Italic;
	}



.coursenavigation{
	Background-Color : #778899;
	Color : #FFFFF0;
	Font-Size : 10pt;
	Font-Weight : bold;
	Padding-Left : 5pt;
	}

.courseopen{
	Background-Color : #FFFFF0;
	Color : #191970;
	Font-Size : 10pt;
	Font-Weight : bold;
	Padding-Left : 5pt;
	}

.exampleheading{
	Background-Color : DarkSeaGreen;
	Color : FireBrick;
	Padding-Left : 5pt;
	}

.fivehundred{
	Width : 500px;
	}

.highlight{
	BackGround : #F0E68C;
	Color : #0000FF;
	Font-Family : Sans-Serif;
	Font-Size : 8pt;
	Font-Weight : normal;
	Line-Height : 140%;
	Padding-Bottom : 2pt;
	Padding-Left : 2pt;
	Padding-Right : 2pt;
	Padding-Top : 2pt;
	}

.indent{
	Margin-left : 1cm;
	}

.item{
	Background-Color : #DCDCDC;
	Color : #6A5ACD;
	Font-Family : Sans-Serif;
	Font-Size : 8pt;
	Font-Weight : normal;
	Line-Height : 140%;
	Margin-Left : 10pt;
	Padding-Bottom : 2pt;
	Padding-Left : 2pt;
	Padding-Right : 2pt;
	Padding-Top : 2pt;
	}

.navigation{
	Background-Color : #DCDCDC;
	}

.news{
	Background-Color : #87CEEB;
	Color : #A0522D;
	Font-Weight : bold;
	Padding-Left : 5pt;
	}

.note{
	BackGround : #DCDCDC;
	Border-Style : groove;
	Border-Top-Color : #556B2F;
	Border-Width : thin;
	Color : #000080;
	Font-Family : Sans-Serif;
	Font-Size : 8pt;
	Font-Weight : normal;
	Padding-Bottom : 2pt;
	Padding-Left : 2pt;
	Padding-Right : 2pt;
	Padding-Top : 2pt;
	Text-Align : left;
	}

.open{
	BackGround : #FFF0F5;
	Color : blue;
	Font-Family : Sans-Serif;
	Font-Size : 8pt;
	Font-Weight : normal;
	Line-Height : 140%;
	Padding-Bottom : 2pt;
	Padding-Left : 2pt;
	Padding-Right : 2pt;
	Padding-Top : 2pt;
	}

.pagetitle{
	Background-Color : #DCDCDC;
	Color : #333300;
	Padding-Left : 5pt;
	}

.right{
	Text-Align : right;
	}

.sectionnav{
	font-family : Sans-Serif;
	font-size : 8pt;
	text-align : left;
	}

.sectiontitle{
	Background-Color : Gainsboro;
	Color : #191970;
	Padding-Left : 5pt;
	}

.sitenavigation{
	Background-Color : #2F4F4F;
	Color : #FFFFF0;
	Font-Size : 10pt;
	Padding-Left : 5pt;
	}

.small{
	font-family : Sans-Serif;
	font-size : 8pt;
	text-align : center;
	}

.smallbold{
	Font-Family : Sans-Serif;
	Font-Size : 8pt;
	Font-Weight : bold;
	Text-Align : center;
	}

.sub2sectiontitle{
	Background-Color : #B0E0E6;
	Color : #483D8B;
	Font-Weight : normal;
	Padding-Left : 5pt;
	}

.subsectiontitle{
	Background-Color : Gainsboro;
	Color : #191970;
	Padding-Left : 10pt;
	}

.tableheader{
	Background-Color : #B0C4DE;
	Color : #191970;
	Font-Size : 11pt;
	Font-Weight : bold;
	Text-Align : Center;
	}

.tablesubheader{
	Background-Color : Gainsboro;
	Color : #191970;
	Font-Size : 10pt;
	Font-Weight : bold;
	Text-Align : Center;
	}

.unithighlight{
	Background-Color : #FAFAD2;
	Color : #8B0000;
	Font-Size : 10pt;
	Font-Weight : bold;
	Line-Height : 140%;
	}

.unititem{
	Background-Color : #DCDCDC;
	Color : #8B0000;
	Font-Size : 10pt;
	Font-Weight : bold;
	Line-Height : 140%;
	}

.unitopen{
	Background-Color : #F5F5F5;
	Color : #8B0000;
	Font-Size : 10pt;
	Font-Weight : bold;
	Line-Height : 140%;
	}

.xmpattribute{
	Color : #006666;
	}

.xmpattributevalue{
	Color : #9900CC;
	}

.xmpcontents{
	Color : #008000;
	}

.xmpstartend{
	Color : #FF0000;
	}

.xmptag{
	Color : #990000;
	}

A:Active{
	Color : DarkOrange;
	Font-Weight : Bold;
	Text-Decoration : underline;
	}

A:Hover{
	Color : Tomato;
	Font-Weight : Bold;
	Text-Decoration : underline;
	}

A:link{
	Color : #0000CD;
	Font-Weight : Bold;
	Text-Decoration : none;
	}

A:Visited{
	Color : BlueViolet;
	Font-Weight : bold;
	Text-Decoration : none;
	}

BLOCKQUOTE

CAPTION{
	Color : #000066;
	font-family : Sans-Serif;
	font-size : 10pt;
	font-weight : bold;
	}

DD{
	Color : navy;
	Font-Family : Sans-Serif;
	Font-Weight : normal;
	}

DT{
	Color : #2F4F4F;
	Font-Family : Sans-Serif;
	Font-Weight : bold;
	}

P,UL,OL,TD,DL{
	Color : Indigo;
	Font-Family : Sans-Serif;
	Font-Size : 10pt;
	Font-Weight : normal;
	}

 h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	font-style: normal;
	Padding-Bottom : 8pt;
	Padding-Left : 12pt;
	Padding-Top : 8pt;
}***/


/***
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
}

.center{
	Text-Align : center;
	}
	
STRONG{
	Color : #8B0000;
	}	

#navb li
{
padding-bottom: 10px;*********************/
/* for IE5 and IE6 */
}

/* Global Styles 

td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	}
	
a {
	color: #FF6600;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	}*/

/* ID Styles 

#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("mm_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url("mm_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	}
	
#logo 	{
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color: #789A9F;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
	}*/
	
/* Class Styles 
	
.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
	}
	
.subHeader {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:16px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	}
	
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}*/
	