/* Courseware Web Site Styles -
 */

/* Colors defined here (was 6373C6) */
.color       { color: #394891; }
.lcolor      { color: #295A94; }
.bgcolor     { background-color: #295A94; }
.whitetxt    { color: #FFFFFF; background-color: #295A94; }

/* Link definitions */
a            { color: #394891; font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 8pt;}
a:hover      { color: #394891; }
a:link 		 {
				text-decoration: underline; }

a:visited	 { 
				text-decoration: underline; }

a.noul       {  
				text-decoration: underline; }

.small       { font-size: xx-small; }
.dark        { color: #003399; }
.dark:hover  { color: #003399; }

/* Default Horizontal Rule (IE needs color, NS needs background color) */
hr {color: #; background-color: #; height: 1px; filter: alpha(opacity=50)}

/* General definitions */
body         { font: 11px Verdana,Helvetica,sans-serif; color: #444; margin:2; padding:0;}
td           { font-family: Verdana,Arial,Helvetica; font-size: 8pt; }
ul           { font-family: Verdana,Arial,Helvetica; font-size: 8pt; }
p            { font-family: Verdana,Arial,Helvetica; font-size: 8pt; }
p.leftcol    { font-size: 7pt; margin: 8px 8px 0px 0px; }
p.right      { line-spacing: -16pt; }
p.marginbot  { margin-bottom: 3pt; }

/* Outlines */
li.xsp       { margin-bottom: 3pt; }

/* Manual Listings column header */
.head        { font-weight: bold; padding-top: 8pt; }

/* Used by order pages */
.hdr         { background: #6373C6; color: #FFFFFF; font-size: 8pt; }
.hdrlight    { background: #8494D6; color: #FFFFFF; font-size: 8pt; }
.hdr:hover   { color:#FFFFFF; }
.bdy         { background: #FFFFFF; color: #000000; font-size: 8pt; }
.pln         { font: 10px Verdana,Helvetica,sans-serif; }
.reqfld      { color: #0000FF; font-size: 8pt; }
input        { font-size: 9pt; }

/* Menubar */
#menuBar {
  background-color: #295A94;
  text-align: center;
  width: 100%;
}

a.menuButton {
  color: #ffffff;
  background-color: #295A94;
  text-decoration: none;
  font-size: 7pt;
  font-family: Verdana, "MS Sans Serif", Arial, Tahoma, sans-serif;
}

a.menuButton:hover {
  background-color: #8CADCE;
  color: #FFFFFF;
}

.adtext { margin-top: 8px; margin-bottom: 0px; font-size: xx-small; }
.ad {
  background-color:#f1f1f1;
  border-top-style:solid;
  border-top-width:3px;
  border-top-color:#295A94;
  border-bottom-style:solid;
  border-bottom-width:3px;
  border-bottom-color:#295A94;
  border-left-style:solid;
  border-left-width:1px;
  border-left-color:#CCCCCC;
  border-right-style:solid;
  border-right-width:1px;
  border-right-color:#CCCCCC;
  padding:5px;
}
.indented {
	padding-left: 280px;
}
.boldpln {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 8px 0px 0px;
}
.topspace {
	padding-top: 10px;
}

.noprint { 
          display: none; 
}
.moveleft {
	position:relative;
    left:-1.5in
}
	
/* End */

