.xxlarge {
 font-weight: normal;
 font-size: xx-large;
}
.xxlargeB {
 font-weight: bold;
 font-size: xx-large;
}
.xlarge {
 font-weight: normal;
 font-size: x-large;
}
.xlargeB {
 font-weight: bold;
 font-size: x-large;
}
.large {
 font-weight: normal;
 font-size: large;
}
.largeB {
 font-weight: bold;
 font-size: large;
}
.medium {
 font-weight: normal;
 font-size: medium;
}
.mediumB {
 font-weight: bold;
 font-size: medium;
}
.small {
 font-weight: normal;
 font-size: small;
}
.smallB {
 font-weight: bold;
 font-size: small;
}
.xsmall {
 font-weight: normal;
 font-size: x-small;
}
.xsmallB {
 font-weight: bold;
 font-size: x-small;
}

.xxsmall {
 font-weight: normal;
 font-size: xx-small;
}
.xxsmallB {
 font-weight: bold;
 font-size: xx-small;
}

.first {
 border-top-width: thin;
 border-left-width: thin;
 border-left-color: #66CC99;
 border-top-color: #66CC99;
 border-top-style: outset;
 border-left-style: inset;
 padding-top: 2pt;
 padding-left: 2pt;
}


.hugeding  
{
 font: 80pt 'Wingdings', 'fantasy';
 color: #FFFF99;

}

.indent  
{
 margin-left: 1cm;

}

.noindent  
{
 margin-left: 0;

}

.note  {
 font-size: small;
 color: #006600;
 background: #FFFFFF;

 padding: 2pt 2pt;
 border-width: thin;
 border-style: groove;
}
.text { 
 color: #00005A;
 margin-left: 10px;
 font-size: 28px;
 font-family: Arial Black 
}
.highlight { 
 margin-top: -38px;
 margin-left: 8px;
 color: darkred;
 font-size: 28px;
 font-family: Arial Black 
}
.standardText {
 font-family: 'Calibri',  'Arial', 'Sans-Serif';
 font-weight: normal;
 font-size: medium;
 background: #FFCC66;
 color: #00005A;
}
.h2 {
 color: #993366;
 font-family: 'Arial Black',  'Sans-Serif';
 font-weight: bold;
 text-align: center;
 font-size:  large;
 font-style: italic;
}

.h3 {
 color: #993366;
 font-family: 'Arial Black',  'Sans-Serif';
 font-weight: bold;
 text-align: center;
 font-size:  medium;
 font-style: italic;
}


A:active  
{
 color: #FF0000;
}
BODY {
 font-family: 'Calibri',  'Arial', 'Sans-Serif';
 font-weight: normal;
 font-size: medium;
 color: #00005A;
}
TABLE {
 border-bottom-color: #e0e0ff;
 border-right-color:  #e0e0ff;}

TD {
 font-family: 'Calibri',  'Arial', 'Sans-Serif';
 font-weight: normal;
 font-size: medium;
 color: #00005A;
}
PRE {
 font-family: 'Lucida Console',  'Sans-Serif';
 font-weight: bold;
 font-size: small;
 color: #990000;
 text-align: left;
 margin-left: 1cm;
}
UL {
	margin-left: .5cm;
	margin-top: 0.1px;
	padding-left : 10px;
}

P {
    margin-top: 10px;
 margin-bottom: 10px;
}


/********** Nav bar and drop-down menus **********/

#nav {
	width:100%;
	background-color:#00005A;   /* was #01005E;  */
	float:left;
	background-image: none;
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:10px;
	margin:0;
}

#nav ul {
	float:left;
	list-style: none;
	padding:0;
	margin:0;
	height:38px;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	z-index:1;
}

#nav ul li {
	float: left;
	padding:0 1px 0 0;
	background-image: none;
	background-position: right top;
	background-repeat: no-repeat;
}

#nav ul li.last {
	background-image: none;
}

#nav ul li a {
	display: block;
	color: white;  
	text-decoration: none;
	padding: 10px 11px;
	/* text-transform:uppercase; */
}

#nav ul li a:hover {
    background-color: blue;
	background-image: none;
	background-repeat:repeat-x;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	padding:0;
	width: 190px;
	font-weight: normal;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background-image: none;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#01005E;
}

#nav li ul li {
	width: 190px;
	border-bottom: 1px solid #ebebeb;
	background-image: none;
	padding:0;
}

#nav li li.last {
	width: 190px;
	border-bottom:none;
	padding:0;
}

#nav li ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:blue;
	text-transform:none;
	padding:5px;
}

#nav li ul li a:hover, #nav li ul li ul li a, #nav li ul li:hover, #nav li ul li.sfhover {
	background-color:#01005E;
	background-image: none;
}

#nav li ul li ul li a:hover {
	color: #214a82;
}

#nav li ul ul {
	border: 1px solid #ebebeb;
	margin: -26px 0 0 190px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav ul li ul li:hover, #nav ul li ul li.sfhover {
	/*background-image:url(images/nav/bg.gif);
	background-repeat:repeat-x;*/
}

#nav2 {
	width:100%;
	background-color:#01005E;
	float:left;
	background-image: none;
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:10px;
	margin:0;
}

#nav2 ul {
	float:left;
	list-style: none;
	padding:0;
	margin:0;
	height:38px;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	z-index:2;
}

#nav2 ul li {
	float: left;
	padding:0 1px 0 0;
	background-image: none;
	background-position: right top;
	background-repeat: no-repeat;
}

#nav2 ul li.last {
	background-image: none;
}

#nav2 ul li a {
	display: block;
	color: white;  
	text-decoration: none;
	padding: 10px 11px;
	/* text-transform:uppercase; */
}

#nav2 ul li a:hover {
    background-color: blue;
	background-image: none;
	background-repeat:repeat-x;
}

#nav2 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	padding:0;
	width: 190px;
	font-weight: normal;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background-image: none;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#01005E;
}

#nav2 li ul li {
	width: 190px;
	border-bottom: 1px solid #ebebeb;
	background-image: none;
	padding:0;
}

#nav2 li li.last {
	width: 190px;
	border-bottom:none;
	padding:0;
}

#nav2 li ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:blue;
	text-transform:none;
	padding:5px;
}

#nav2 li ul li a:hover, #nav2 li ul li ul li a, #nav2 li ul li:hover, #nav2 li ul li.sfhover2 {
	background-color:#01005E;
	background-image: none;
}

#nav2 li ul li ul li a:hover {
	color: #214a82;
}

#nav2 li ul ul {
	border: 1px solid #ebebeb;
	margin: -26px 0 0 190px;
}

#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover2 ul ul, #nav2 li.sfhover2 ul ul ul {
	left: -999em;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover2 ul, #nav2 li li.sfhover2 ul, #nav2 li li li.sfhover2 ul {
	left: auto;
}

#nav2 ul li ul li:hover, #nav2 ul li ul li.sfhover2 {
	/*background-image:url(images/nav/bg.gif);
	background-repeat:repeat-x;*/
}
.curved {-moz-border-radius:10px;-webkit-border-radius:10px;
         /*    border-radius:10px;behavior:url(border-radius.htc);  */
}

.curvedBlue {-moz-border-radius:5px;-webkit-border-radius:5px;
             background-color:#365f91;color:white	 
}
.curvedOrange {-moz-border-radius:5px;-webkit-border-radius:5px;
               background-color:#f78a00;color:white	 
}
.curvedYellow {-moz-border-radius:5px;-webkit-border-radius:5px;
               background-color:#ffffc6;color:#bd5142	  
}
.fontBlue {color:#365f91}
.fontOrange {color:#f78a00}
.fontYellow {color:#ffffc6}

#content {
padding: 5px;
margin-left: 25%;
background: #ccd7e9;
list-style: none;
}
#navigation {
text-align: center;
padding: 5px 5px 0px 5px;
margin: 0px;
}

#navigation ul {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navigation li {
font-size:small;
display: inline;
list-style-type: none;
}