a img {
  border: none;
}
body {
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  font-family: sans-serif;
}

form {
margin: 0;
padding: 0;
}


body.faqpage {
  background-image: url(/images/bkg-purple.jpg);
  background-position: center top;
  background-repeat: no-repeat; 
}

body.newspage {
  background-image: url(/images/bkg-purple.jpg);
  background-position: center top;
  background-repeat: no-repeat;  
}

body.frontpage {
  background-image: url(/images/bkg-blue.jpg);
  background-position: center top;
  background-repeat: no-repeat; 
}

body.contentpage {
  background-image: url(/images/bkg-blue.jpg);
  background-position: center top;
  background-repeat: no-repeat; 
}

body.coursepage {
  background-image: url(/images/bkg-green.jpg);
  background-position: center top;
  background-repeat: no-repeat; 
}

body.registrationpage {
  background-image: url(/images/bkg-green.jpg);
  background-position: center top;
  background-repeat: no-repeat; 
}

body.programpage {
  background-image: url(/images/bkg-green.jpg);
  background-position: center top;
  background-repeat: no-repeat;  
}

body.facultypage {
  background-image: url(/images/bkg-orange.jpg);
  background-position: center top;
  background-repeat: no-repeat; 
}

body.staffpage {
  background-image: url(/images/bkg-orange.jpg);
  background-position: center top;
  background-repeat: no-repeat; 
}






#header {
 background-image:url(/images/headerbg.png);
 background-repeat: no-repeat;
  behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/css/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
 width: 980px;
 margin: 0px auto;
 padding: 10px 10px 0px;
}



.quicklinks {
/*  border-bottom: 1px solid #cbcbcb; */
}

.quicklinks h4 {
  color: #004b91;
  text-align: center;
  font-size: 12px;
  margin: 10px 5px 5px;
}

.link {
  width: 167px;
  height: 63px;
  margin: 0px auto;
  background-repeat: no-repeat;
}

.link a {
  display: block;
}

.link a:hover img {
  visibility: hidden;
}

#links {
 margin: 3px auto -7px;
  width: 980px;
  text-align: right;
  color: #244338;
  font-family: Arial, sans-serif;
  font-size: 10px;
  height: 30px;
  line-height: 25px;
}

#links a {
 color: #244338;
}

#banner {
  float: left;
  width: 755px;
  height: 115px;
}

#menu {
  height: 22px;
  color: #fff;
  background: transparent;
}

#header #searchbox {
 width: 175px;
  float: left; 
  display: inline;
  padding: 25px;
  height: 65px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #808285;
  background: #fff;
}

#header #searchbox #searchtext {
  border: 1px solid #808285;
  color: #808285;
  width: 130px;
  font-size: 10px;
  padding: 2px;
}

#header #searchbox #searchbutton {
  border: 0px;
  padding: 0px;
  width: 29px;
  background-color: transparent;
  background-image: url(/images/go.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  color: #fff;
  height: 20px;
  font-size: 12px;
position: absolute;
  margin-left: 5px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
#header #searchbox #searchbutton {
  position: relative;
  top: -1px;
  margin-left: 0px;
 }
}

#searchbox form {
  margin: 0px;
}

/*
a {
position:relative;
z-index:1000;
} */

#content {
  width: 1000px;
  padding: 0px 0px;
  margin: 0px auto;
}

html>body #content {
  *margin-top: -6px;
}

#innercontent {
  width: 980px;
  background-image: url(/images/innercontentbg.gif);
  background-repeat: repeat-y;
}

#leftshadow {
  width: 10px;
  background-image: url(/images/leftshadow.png);
  behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/css/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

#rightshadow {
  width: 10px;
  background-image: url(/images/rightshadow.png);
  behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/css/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

#bottom-menu {
  width: 980px;
  margin: 0px auto 0px;
  padding: 0px 10px;
  text-align: center;
  background-image: url(/images/footerbg.png);
  background-position: center bottom;

  height: 32px; 
  color: #fff;
  line-height: 22px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

#bottom-menu li {
  color: #fff;
  display: inline;
  padding: 0px 10px;  
}

#bottom-menu a {
  color: #fff;


}
      

#footer {
  padding: 3px;
  background: #fff;
  width: 974px;
  border: 1px solid  #004b91;
  margin: 0px auto 10px;
  text-align: center;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

#footer a {
  color: #fff;
}

.clear {
visibility: hidden;
margin: 0px;
padding: 0px;
line-height:0px;
clear: both;
}



#nav {
  padding: 0px;
  margin: 0px;
  list-style-type:none;
  text-align: center;
  background-color: #e95504;
  height: 22px;
  line-height: 22px;
}

#nav li {
  background-color: #ff7f00;
  padding: 0px 4px;
  margin: 0px;
  display: inline;
  float: left;
  border-right: 1px solid #fff;
  position: relative;
  background-repeat: repeat-x;
}

#nav li:hover {
  background-color: #fff;
  color: #e35203;
}


#nav li:hover a {
  color: #e35203;
}

#nav li a:hover {
  background-color: #fff;
  color: #e35203;
}


#nav li a {
  display: block;
  height:22px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 13px;
  padding: 0px;

}





#nav li ul { /* second-level lists */
   list-style-type: none;
  left: -999em;
  z-index: 2000;
 background: transparent;
 background-image: url(/images/menubg.png);
 background-repeat: no-repeat;
 background-position: bottom right;
 margin: 0px 0 0 40px; 
 padding: 0px 14px 15px 0px;
 top: 22px;
 position: absolute;
 z-index: 10px;
}

* html #nav li ul {
  padding: 0px; 
  background-image: none;
}


#nav li li {
  text-align: left;
  line-height: 22px;
  border: 1px solid #fff;
  display: block;
  float: none;
  margin: -1px 0px 0px;
  padding: 0;
  width: 199px;
  background: #ff7f00;
  text-transform: none;
}

#nav li li:hover {
  background-color: ##FF7F00;
}

#nav li li a {
  text-indent: -10px;
  padding: 0px 5px 0px 20px;
  color: #fff;
  font-weight: normal;
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: block;
  margin: 0;
  height: 100%;
  background: ##FF7F00;
  }

#nav li:hover li a {
  color: #fff;
}

#nav li li a:hover {
  color: #e35203;
  background: #fff;
}

#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 { /* lists nested under hovered list items */
	left: 1px;
	}

#nav li.sfhover {
  background-color: #fff;
  color: #e35203;
}

#nav lisfhover a {
  color: #e35203;
}

#nav li.sfhover li {
  background-color: ##FF7F00;
}

#nav li.sfhover li a {
  background-color: ##FF7F00;
  color: #fff;
}

#nav li.sfhover li a:hover {
  background-color: #fff;
  color: #e35203;
}


/* FRONT PAGE */


.centercolumn {
  width: 530px;
  margin: 10px 5px;
  float: left;
}  

.centercolumn img {
  padding: 15px;
}
    
.rightcolumn {
  background-image:url(/images/newstop.png);
  background-repeat:repeat-x;
  width: 185px;
  font-size: 12px;
  float: right;
  position: relative;
  display: inline;
  padding: 10px 20px 0px;
  background-color: #ddeefe;
}

.rightcolumn p {
  margin: 5px 0px;
}

.rightcolumn h1 {
  margin: 5px 0px;
  color:#004b91;
  font-size: 14px;
}

.centercolumn h2 {
  color: #004b91;
}

.centercolumn h1 {
  color: #004b91;
}

.frontpage .rightcolumn {
  padding: 0px;
  width: 225px;
  margin: -22px 0px 0px;
  background-image:none;
}

.news {
  border-top: 2px solid white;
  background-color: #DDEEFE;
  background-image: url(/images/newstop.png);
  background-repeat: repeat-x;
  padding: 10px;
}

#newsitem {
  color: #004b91;
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin: 10px;
}

#newslink {
  color: #004b91;
  font-weight: bold;
}

#newsmore {
  color: #004b91;
  font-style: italic;
  text-align: right;
  display: block;
}

#newsarchive {
  height: 23px;
  line-height: 23px;
  background: #004b91;
  text-align: right;
  padding: 0px 10px;
  font-family: Arial, sans-serif;
  font-size: 10px;
}


#newsarchive a {
  color: #fff;
}

.centercolumn {
  color: #000;
  margin: 15px 0px 0px;
  padding: 0px;
  font-size: 12px;
  font-family, Arial, sans-serif;
}

.centercolumn h1 {
  font-size: 18px;
  font-family, Arial, sans-serif;
  color: #004B91;
  margin: 5px 0px;
  padding: 0px;
}

.centercolumn h3 {
  font-size: 13px;
  font-family, Arial, sans-serif;
  color: #004B91;
  margin: 5px 0px;
  padding: 0px;
}

.centercolumn h4 {
  font-size: 11px;
  font-family, Arial, sans-serif;
  font-weight: normal;
  color: #004B91;
  margin: 5px 0px;
  padding: 0px 0px 0px 20px;
}


/* FACULTY PAGE */

.staffentry {
 border:1px solid #07734A;
 margin:5px 0px;
 padding:5px;
}

.staffentry h1 {
 font-size: 14px;
}

.staffphoto {
 float:right;
 text-align:center;
}

/* FAQ PAGE */

.faqpage h4 {
  font-weight: bold;
}

.faqpage p {
 margin-left: 20px;
}

.faqpage h3 {
  margin-bottom: 5px;
}

.faqpage .rightcolumn p {
  margin-left: 0px;
}

.leftcolumn {
/*  background-image: url(/images/leftbg.png);
  background-color: #f5faff;
  background-repeat: repeat-y; */
  width: 195px;
  float: left;
  padding-right: 15px;
  min-height: 1px;
  position: static;
  display: inline;
}

.leftcolumn h1 {
 padding: 0px; 
 margin: 0px;
 text-align: center;
 height: 35px;
 line-height: 35px;
 color: #fff;
 font-family: Arial, sans-serif;
 font-size: 18px;
 font-weight: strong;
 background-color: #e95504;
 border-bottom: #c4c5c6;
}

.leftcolumn p {
 padding: 0px;
 margin: 0px;
}

.leftcolumn ul {
 padding: 0px;
 margin: 0px;
 list-style: none;
}

.leftcolumn li {
 margin: 0px;
 padding: 0px;
 list-style: none;
 height: 58px;
 line-height: 37px;
 font-size: 14px;
 text-align: center;
 color: #004b91;
 background: url(/images/link.png);
}

.leftcolumn li strong {
 padding-top: 10px;
 display: block;
 font-size: 24px;
 height: 1em;
}

.leftcolumn li a {
 display: block;
 text-decoration: none;
 color: #004b91;
 height: 58px;
 line-height: 16px;
}

.rightcolumn ul {
  list-style-type: none;
  margin: 0px;
  padding: 5px;
}

.rightcolumn h2 {
  margin: 10px 0px 0px; color: #004b91; font-size: 14px;
}

.rightcolumn h4{
margin: 2px; padding: 0px 0px 0px 10px; font-weight: normal; font-size: 12px; color: #004b91;
}

 .rightcolumn h4 a, .rightcolumn h2 a {
  color: inherit;
}

/* Registration Tables */

table {
border-collapse:collapse;
color:#111111;
font-family:Skia,Helvetica,'Lucida Grande',Verdana,sans;
font-size:12px;
}
td {
padding:0px;
vertical-align:top;
}
a {
color:#1b4164;

}

a:hover {
color:#4a8CD8;

}

ul {
margin-top:0px;
}
input {
background-color:#FFFFFF;
border:1px solid #AA9999;
color:#111111;
font-family:Helvetica,sans;
font-size:13px;
}
textarea {
border:1px solid #AA9999;
color:#111111;
font-family:Helvetica,sans;
font-size:13px;
}
select {
border:1px solid #AA9999;
font-family:Helvetica,sans;
font-size:13px;
}

.cstopic {
color:#333344;
font-family:Verdana;
font-size:14px;
}
.cssubtopic {
color:#444455;
font-family:Verdana;
font-size:11px;
}

.cssubtopic td {
  height: 25px;
  padding: 2px;
  padding-top: 8px;
}

.cssubtopic .right {
  text-align: right;
}
.csbaseline {
color:#555555;
font-family:Verdana;
font-size:9px;
}
.csinput {
background-color:#FFFFFF;
border:1px solid #AAAAAA;
font-family:Helvetica;
font-size:12px;
height:16px;

}

.cssubmit {
background-color:#FFFFFF;
border:1px solid #AAAAAA;
font-family:Helvetica;
font-size:12px;
height:16px;
cursor: pointer;

}
.cssubmit:hover {
  text-decoration: underline;
}

.csapphead {
background-color:#EEEEEE;
border-color:#CCBBAA;
border-style:solid solid none;
border-width:1px;
color:#222233;
padding-top: 12px;
}
.csitemodd {
background-color:#FFFFFF;
width:200px;
}
.csitemeven {
background-color:#EEEEEE;
width:200px;
}
.csformbackground {
background-color:#FFFFFF;
}
#pagefooter {
background-image:none;
height:48px;
margin:0px;
}