* {
   maargin: 0px;
   padding: 0px;

}

body {
   font-family: arial;
   margin:0 auto;
}



#container {
   margin: auto;
}


.content {
   font-family: arial;
   font-size: 14px;
   border-bottom: 1px dashed black;
   padding: 10px;
}

.innertable td {
   font-family: arial;
   font-size: 14px;
}


.leftmargin{
   font-family: arial;
   font-size: 10px;
   border-left: 1px dashed black;
   border-right: 1px dashed black;
   border-bottom: 1px dashed black;
   padding: 5px;
}

.rightmargin {
   font-family: arial;
   font-size: 13px;
   border-left: 1px dashed black;
   border-right: 1px dashed black;
   border-bottom: 1px dashed black;
   padding: 5px;
}

h1 {
   color: #981422;
   font-size:24px;
   font-family: Times New Roman;
   padding-top: 0px;
}

h1 b {
   color: darkblue;
}

h1 div {
   display: inline;
   position:relative;
   float:right;
   text-align:center;
   font-size:10px;
   font-family: Arial;
   font-weight: normal;
   border:1px solid #981422;
   margin:5px;

}

h2 {
   color: #981422;
   font-size:24px;
   font-family: Times New Roman;
   text-align:center;
}

h2 div {
   display: inline;
   position:relative;
   float:right;
   text-align:center;
   font-size:10px;
   font-family: Arial;
   font-weight: normal;
   border:1px solid #981422;
   margin:5px;

}

h3 {

   color: white;
   background: #981422;
   font-size:24px;
   font-family: Times New Roman;
   text-align:center;
   display: block;
   padding: 3px;
   border:1px solid black;
}

b {
   color: #981422;
   font-weight: bold;
}

ul {
   padding-left:30px;

}

ol {
   padding-left:30px;

}

li {
   padding-bottom: 10px;
}

a {
   color:#981422;
}

a:hover {
   color: black;
}



.programtypes {
   font-size:12px;
   border: 1px solid black;
}

.programtypes td{
   font-size:12px;
   text-align:center;
   border: 1px solid black;
   padding: 2px;
}

.programtypes th {
   color: white;
   background: #981422;
   font-size:  12px;
   border: 1px solid black;
}





/* Drop down menu */

#navcontent {
   width: 750px;
   height: 27px;
	margin:0px;
   display: block;
   background: #981422;
}



#nav  { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
   background: #981422;
   border-top: 1px solid white;
   margin-bottom: 0px;
   width: 750px;
}

#nav ul{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}


#nav a {
   background: #981422;
	display: block;
   padding-left:10px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-right: 5px;
	font:12px 'Arial';
	text-decoration:none;
	font-weight:bold;
	color:white;
}
#nav a:hover {
    color:yellow;
   backg/round: white;
}


#nav li { /* all list items */
	float: left;
	wi/dth: 10em; /* width needed or else Opera goes nuts */
}


#nav li ul { /* second-level lists */
	position: absolute;
	background: #981422;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.smalltext {
   font-size: 9px;

}



