html
{
  margin: 0px;
  padding: 0px;
}

body
{
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  text-align:justify;
  FONT-FAMILY: Arial;
}

div#mainframe
{
  width: 966px;
  border-right:lightgrey 1px solid;
}

div#maincontent
{
  margin-left:155px;
}

div#titlebar
{
 margin:0px;
 padding:0px;
 width:966px;
 height: 80px;
}

div#menuframe
{
  float:left;
}

div#footer
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 6px;
    MARGIN: 0px;
    COLOR: white;
    PADDING-TOP: 6px;
    BACKGROUND-COLOR:  black;
    clear:both;
}


/* set up the indenting*/
p, h1, h2, p.iconpoint, table.locationlist, form.main, .indented, ul, div.indented
{
  margin-left:5%;
  margin-right:5%;
}

li
{
  margin-left: 1em;
}

img
{
  vertical-align: middle;
}

img.bullet
{
  vertical-align: middle;
  padding-bottom:3px;  
}

A:link, A:visited
{
    FONT-WEIGHT: bold;
    COLOR: black;
}

A:hover
{
    COLOR: #039;
}

A.nav:link, A.nav:active, A.nav:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #ffffff;
    TEXT-DECORATION: none;
}

A.nav:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #3366CC;
    TEXT-DECORATION: none;
}

A.headline:link, A.headline:active, A.headline:visited, A.headline:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #000000;
    TEXT-ALIGN: center;
}

A.white:link, A.white:active, A.white:visited, A.white:hover
{
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
}

P, li
{
  MARGIN-TOP: 0px;
  MARGIN-BOTTOM: 4px;
  COLOR: #000000;
  TEXT-ALIGN: justify;
}

.small
{
  FONT-SIZE:9px;
}

p.iconpoint
{
  margin-bottom: 2px;
  margin-top: 2px;
  text-align:left;
}

H1
{
  FONT-WEIGHT: bolder;
  FONT-SIZE: 17px;
  COLOR: #780000;
  TEXT-ALIGN: left;
  MARGIN-TOP: 10px;
  MARGIN-BOTTOM: 10px;
}

h1.mainheader
{
    FONT-SIZE: 26px;
    PADDING: 5px 0px 0px 0px;
    COLOR: #000000;
    MARGIN:30px 0 0 160px;
    text-transform:uppercase;
    display: inline; //seems to solve an annoying problem in mozilla
}

h1.subheader
{
    FONT-SIZE: 20px;
    COLOR: #000000;
    MARGIN:0 0 0 160px;
    padding:0;
    display: inline;//seems to solve an annoying problem in mozilla
}

H2
{
  MARGIN-TOP: 10px;
  FONT-WEIGHT: bold;
  MARGIN-BOTTOM: 5px;
  COLOR: #000000;
  TEXT-ALIGN: left;
  FONT-SIZE: 14px;
}

H3
{
  FONT-STYLE: italic;
  MARGIN-TOP:0px;  
  FONT-SIZE: 12px;
}

P.subheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #000000;
    TEXT-ALIGN: left
}
.side-button
{
  BORDER: black thin solid;
  PADDING: 4px;
  MARGIN: 0px 0px 2px 0px;
  COLOR: white;
  BACKGROUND-COLOR: #780000;
  TEXT-ALIGN: center;
  FONT-SIZE: 11px;
}

.side-button2
{
  BORDER: darkgrey thin solid;
  PADDING: 4px 0px 4px 0px;
  MARGIN: 0px 0px 2px 0px;
  COLOR: black;
  BACKGROUND-COLOR: lightgrey;
  TEXT-ALIGN: left;
  FONT-SIZE: 11px;
}

.alert
{
  COLOR: red;
}

.section
{
    BORDER: #ff9900 1px solid;
    PADDING: 0px 4px 4px 4px;
    MARGIN: 4px 0 4px 4px;
    BACKGROUND-COLOR: #FFEBCD;
    WIDTH: 794px;
}

.subsection
{
    BORDER: #ff9900 1px solid;
    PADDING: 4px 20px;
    MARGIN: 0px 0 4px 4px;
    BACKGROUND-COLOR: #FFEFDD;
    WIDTH: auto;
}


.subsection img
{
  margin:0px 10px 0px 20px;
  border: #dddddd 1px solid;
}

.minisubsection
{
    BORDER: #ff9900 1px solid;
    PADDING: 2px;
    MARGIN: 0px 4px 4px 4px;
    BACKGROUND-COLOR: #FFEFDD;
    WIDTH: 130px;
    float:left;
    text-align:center;
    height:145px;
}
.minisubsection>img
{
  margin:0px;
  border: #dddddd 1px solid;
}




div.whitebox
{
  BACKGROUND-COLOR: #FFF;
  BORDER: #780000 1px solid;
  PADDING: 4px;
  text-align: center;
  margin-bottom:1em;
  margin-top:0;
}

div.section p, ul
{
  padding-bottom:1em;
}


div.infobox
{
  BACKGROUND-COLOR: #FFF;
  BORDER: #780000 1px solid;
  MARGIN: 4px;
  PADDING: 2px;
  float:left;
  text-align: center;
  width: 216px;
}

div.infobox h2
{
  width: 220px;
  background-color: #000;
  color:#fff;
  TEXT-ALIGN: center;
  margin:-2px -2px 2px -2px;
}

div.floatbox
{
  float:right;
  /*BORDER: #780000 1px solid;*/
  MARGIN: 4px;
  Padding:4px;
  Width: auto;
}

div.text
{
  margin:2px;
}

EM
{
    FONT-WEIGHT: bolder;
    COLOR: #039;
    FONT-STYLE: normal
}

div#titlebar EM
{
    FONT-WEIGHT: bolder;
    FONT-STYLE: italic;
    COLOR: #000;
}

IMG
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}
A.stealthy
{
    TEXT-DECORATION: none;
}
.grey-overline
{
    BORDER-TOP: lightgrey thin solid;
    BORDER-BOTTOM: lightgrey
}
UL
{
    MARGIN-TOP: 2px;
    MARGIN-BOTTOM: 2px
}


TABLE
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    MARGIN: 0px;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
    border-collapse: collapse;
}


td
{
  vertical-align:top;
  padding: 0px 2px;
}


table.featurelist
{
  margin-top:10px;
}

table.featurelist td
{
  vertical-align:middle;
}

table.timetable td
{
  padding:0.5em;
}

.timetable td p {
  border-left: 4px solid #66f;
  padding: 1em;
}


table.courselist
{
  margin-top:10px;
  margin-left:5px;
  margin-right:5px;
}

.courselist th, .locationlist th {
  background-color:#780000;
	border-top:1px solid #eef;
	border-left:1px solid #eef;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	/*color:#003;*/
  COLOR: #FFFFFF;
  FONT-WEIGHT: bold;
  FONT-FAMILY: Arial;
	text-align:center;
}

.courselist td, .locationlist td {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
  background-color:#ddd;
  FONT-FAMILY: Arial;
	text-align:center;
  vertical-align:middle;
}

table.locationlist
{
  margin-top:10px;
  margin-bottom:30px;
}

.locationlist td, .locationlist th {
  padding: 5px;
}

table.indented td
{
  vertical-align:top;
}

table.centered
{
  margin-left: auto;
  margin-right: auto; 
}

img.centered, div.centered
{
  display: block;
  margin-left: auto;
  margin-right: auto; 
}

p.centered, h2.centered
{
  width:100%;
  text-align:center;
  margin:0;
  padding:0;
}


form, input
{
  margin:0px; // needed for IE which adds margins otherwise
  padding:0px;
}

input.option
{
  padding-left:5px;
}

table.categorymenu
{ 
  border: 2px solid #000000;
  BACKGROUND-COLOR: #FFFFFF;
  margin: 0px 5px;
  width:150px;
}

table.categorymenu td
{
  padding: 2px 10px;
}

table.categorymenu td.highlighted
{
  BACKGROUND-COLOR: #EEF0DE;
}

table.categorymenu th
{
  color: #FFFFFF;
  BACKGROUND-COLOR: #780000;
  font-weight: bold;
  text-transform:capitalize;
  padding: 2px 10px;
}

table.equipdetails
{
  padding:0;
  margin:0;
}


table.equipdetails td
{
  vertical-align:middle;
  padding:0;
  margin:0;
}

table#menu
{
  margin-top:4px;
}
 
table#menu A { // somehow this fixes an IE issue
	PADDING-RIGHT: 0.2em; 
  DISPLAY: block; 
  PADDING-LEFT: 0.2em; 
  PADDING-BOTTOM: 0px; 
  PADDING-TOP: 0px; 
  TEXT-DECORATION: none;
  //WIDTH:100%; /*commented out in a way that IE6 will still see it but other browsers won't */
}

form fieldset
{
	font-weight: bold;
  clear:none;
  border:0;
}

label
{
	text-align: left;
	clear:both;
	margin-top:0.5em;
	font-weight: bold;	
}

label.aligned
{
	float: left;
	display: inline;
	clear: both;
	padding: 0px 2px 3px 1px;
	text-align: right;
	width: 8.0em;
	margin-left:-10px;
}

form.main td
{
  padding: 2px 2px;
}

form.feedback td
{
  padding: 2px 5px;
}

form.feedback
{
  margin-left:5%;
}

form.feedback h2
{
  margin-left: 0px;
  margin-right:4px;
}

form.feedback input
{
  margin-right:15px;
}


