.loginform p{
width: 250px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
font-family: tahoma;
font-size: 1.0em;
font-weight: normal;
line-height: 20px
}

.loginform label{
color: #d21034;
font-weight: bold;
text-align: left;
margin-right: 5px;
float: left;
margin-left: -100px; /*width of left column*/
width: 95px;
/*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.loginform textarea, .loginform input[type="text"], .loginform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
border: solid #d21034 1px;
width: 150px;
}

.cssform textarea{
  height: 150px;
}
.formNote {
  color: #000000;
}

.curricItem {
  border-bottom: 2px solid #d21034;
  padding-bottom: 10px;
  margin-top: 20px;
}
.curricIcon {
  float: left;
  width: 95px;
  height: 95px;
  margin-right: 10px;
  text-align: center;
}
.curricIcon a img {
  border: none;
}
.curricTitle {
  padding-top: 5px;
  font-size: 1.4em;
  font-weight: bold;
  margin-left: 105px;
}
.curricTitle a {
  color: #949494;
  text-decoration: none;
}
.curricTitle a:hover {
  color: #d21034;
}

.curricDesc {
  margin-left: 105px;
  margin-top: 10px;
  font-size: 1.1em;
  line-height: 115%;
}
.LessonLink {
  margin-left: 105px;
  margin-top: 20px;
}

.curricOverview {
  margin-top: 20px;
}
.curricOverview .curricTitle {
  font-size: 1.6em;
  color: #000000;
}
#adminFooter {
  margin-bottom: 15px;
}
.adminLink {
  color: #d21034;
  text-decoration: none;
}
.LessonLarge {
  font-size: 1.3em;
  font-weight: bold;
}
.LessonLarge a {
  color: #3a00ff;
  text-decoration: none;
}
.LessonLarge a:hover {
  color: #d21034;
}
.largelink {
  font-size: 1.5em;
  color: #3a00ff;
  text-decoration: none;
}
.largelink:hover {
  color: #d21034;
}
.lessonLink {
  background: url(/layout/images/icon_arrow.gif) 65px 0px no-repeat;
  padding-left: 100px;
  margin-bottom: 25px;
  font-size: 1.1em;
  line-height: 110%;
}
.lessonLink a {
  color: #3a00ff;
  text-decoration: none;
}
.lessonLink a:hover {
  color: #d21034;
}
.TopicsList {
  margin-left: 105px;
}
.TopicListTitle {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 1.5em;
  color: #d21034;
  line-height: 150%;
  text-decoration: underline;
}
.DocumentBox {
  background-color: #dddddd;
  padding: 5px;
  border: 1px solid #000000;
}
.DocumentBox a {
  color: #3a00ff;
  font-weight: bold;
  text-decoration: none;
}
.DocumentBox a:hover {
  color: #d21034;
}
.defaultLink {
  color: #3a00ff;
  text-decoration: none;
}
.defaultLink:hover {
  color: #d21034;
}
.headTopic {
  padding-left: 50px;
  color: #000000;
  font-size: 1.3em;
  line-height: 130%;
  font-weight: bold;
}
a.headTopic:hover {
  color: #d21034;
}
.subTopic {
  color: #3a00ff;
  background: url(/layout/images/icon_arrowHov.gif) -550px 0px no-repeat;
  padding-left: 55px;
  margin-bottom: 30px;
  text-decoration: none;
  display: block;
}
.subTopic:hover {
  color: #d21034;
  background-position: 25px 0px;
}
.topicOverview {
  margin-top: 10px;
}
.ObjectiveList {
  padding-left: 60px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.objectiveItem {
  font-size: 1.1em;
  line-height: 120%;
  padding-left: 30px;
  background: url(/layout/images/icon_arrowHov.gif) -575px 0px no-repeat;
  margin-bottom: 20px;
}
.chooseGroup {
  background: url(/layout/images/icon_objective.gif) 10px 0px no-repeat;
  padding-left: 65px;
}
.topicTitle {
  font-size: 1.6em;
  line-height: 160%;
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}
.chooseTitle {
  font-size: 1.5em;
  line-height: 150%;
  color: #d21034;
}

.topicFooter {
  margin-top: 20px;
}
.objectiveTitle a {
  text-decoration: none;
  color: #3a00ff;
}
.objectiveTitle a:hover {
  color: #d21034;
}

#relatedbox {
  width: 198px;
  position: absolute;
  left: 525px;
  top: 91px;
  font-size: .9em;
}

#relatedTitle {
  background: url(/layout/images/Related_links_top.gif) no-repeat 0px 0px;
  height: 24px;
  display: block;
}
#relatedItems {
  height: 100px;
  display: none;
  background: url(/layout/images/Related_links_bot.gif) no-repeat 0px 29px #ffffff;
}
#heightSpace {
  float: right;
  width: 1px;
  height: 65px;
}

#relatedbox ul li a.defaultLink {
  color: #000000;
}
#relatedbox ul li a.defaultLink:hover {
  color: #d21034;
}
#relatedbox ul {
  padding-top: 0px;
  margin-top: 5px;
}
#relatedbox ul li {
  margin-bottom: 5px;
}
.warning {
  color: #ff0000;
}