html {
  height: 100%;
  margin-bottom: 1px;
}

body {
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica,Geneva,Swiss,sans-serif;
  background-color: #ffffff;
  color: #000000;
  background-image: url(left-infinite.jpg);
  background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  font-weight: 500;
  color: #E67F00;
}
a:hover {
  text-decoration: none;
  color: #A15A03;
}

#left{
      width: 269px;
      float:left;
	}

#header{
        width: 620px;
        vertical-algin: top;
        position:relative;
        float: right;
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
}

#navigation {
      color: #ffffff;
      font-size: 15px;
      height: 514px;
      font-weight: bold;
      background-repeat: no-repeat;
      padding-left: 125px;
      padding-top: 97px;
}

#pagewidth{
         width:930px;
         min-height: 800px;
         text-align:left;
         margin:0px;
}

#content {
        width: 620px;
        vertical-algin: top;
        position:relative;
        float: right;
        margin: 0px;
        padding-top: 54px;
        padding-bottom: 10px;
        padding-right: 20px;
        text-align: justify;
}

div#twocols{
        width: 930px;
        float:left;
        position:relative;
}

a.link-mainnav{
       color: #ffffff;
       font-size: 15px;
       font-weight: bold;
}
a.link-mainnav:hover{
       color: #ffffff;
       font-size: 15px;
       text-decoration: underline;
}
a.link-subnav{
       color: #ffffff;
       font-size: 14px;
       font-weight: normal;
       padding-left: 5px;
}
a.link-subnav:hover{
       color: #ffffff;
       font-size: 14px;
       text-decoration: underline;
}

#link-mainnav-active{
       text-decoration: underline;
}

#link-subnav-active{
       text-decoration: underline;
}

.csc-header h1{
       font-size: 15px;
       font-weight: bold;
}


li{
	padding-bottom: 7px;
}

h2{
	font-size: 15px;
	font-weight: normal;
}

dt{
	padding-top: 7px;
	padding-bottom: 3px;
}
