@charset "iso-8859-1";
body {
background: white url(images/site/background-gradient.png) fixed repeat-y center;
margin : 0;
}
table {
font-family : arial;
font-size : 13px;
color : #000000;
}
img {
border-color : #000000;
}
a:link {
color : #ad5805;
text-decoration : underline;
}
a:visited {
color : #ad5805;
text-decoration : underline;
}
a:hover {
color : #671a3f;
text-decoration : none;
}

p { text-align: justify; line-height: 20px; }


li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.header {
  height: 344px;
  text-align: right;
  padding: 20px;
}

.navbar_style {
  font-family: Arial;
  font-size: 16px;
  color: white;
  font-weight: bold;
  text-align: center;
}


a.navbar:link {
  color: white;
  text-decoration: none;
  padding-left:20px;
  padding-right:20px;
}

a.navbar:visited {
  color: white;
  text-decoration: none;
  padding-left:20px;
  padding-right:20px;
}

a.navbar:hover {
  color: #003399;
  text-decoration: none;
  padding-left:20px;
  padding-right:20px;
}

.sidebar {
  background: white no-repeat bottom right;
  font-family: Verdana;
  font-size: 12px;
  color: #ff6600;
}

.anger {
  background-image: url(images/site/blue-gradient.jpg);
}
.anger a:link {
  color: #000066;
  text-decoration: none;
}
.anger a:visited {
  color: #000066;
  text-decoration: none;
}
.anger a:hover {
  color: blue;
  text-decoration: none;
}


.siats {
  background-image: url(images/site/yellow-gradient.jpg);
}
.siats a:link {
  color: #333300;
  text-decoration: none;
}
.siats a:visited {
  color: #333300;
  text-decoration: none;
}
.siats a:hover {
  color: #cccc00;
  text-decoration: none;
}


.testing {
  background-image: url(images/site/red-gradient.jpg);
}
.testing a:link {
  color: #660000;
  text-decoration: none;
}
.testing a:visited {
  color: #660000;
  text-decoration: none;
}
.testing a:hover {
  color: red;
  text-decoration: none;
}



.navlist {
  padding: 0px;
  text-indent: -4px;
  margin-left: 15px;
  margin-bottom: 120px;
  padding: 0px;
  list-style-image: url(images/site/bullet.png);
}

.navlist li {
  padding-top: 5px;
  padding-bottom: 5px;
}


.center {
  text-align: center;
  align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


.angerban {
  background: white url(images/site/anger-control-banner.jpg) no-repeat top left;
}
.siatsban {
  background: white url(images/site/siats-banner.jpg) no-repeat top left;
}
.testingban {
  background: white url(images/site/testing-success-banner.jpg) no-repeat top left;
}

.banner {
  height: 194; 
  width: 675; 
  display: block;
  margin-bottom: 20px;
}

.banner b {
  display: block;
  padding: 20px;
  font-family: Times New Roman;
  font-size: 48px;
  color: white;
}


.content {
  padding-right: 15px;
}

.content h1 {
  color: #ff6600;
  font-size: 24px;
  font-family: Verdana;
  text-align: right;
  padding: 5px 20px 5px 20px;
  border-bottom: solid 2px #0066FF;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 50px;
}

.content h2 {
  color: #003399;
  font-size: 18px;
}

.users li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #000033;
  font-style: italic;
  padding-left: 15px;
  text-indent: -15px;
}

.users td {
  padding-right: 20px;
}

.examples ul {
  font-size: 14px;
}

.examples ul ul {
  font-size: 16px;
  color: #0000CC;
  font-family: Times New Roman;
  list-style-image:url('images/site/arrow-bullet.png');
  padding-left: 8px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.comment1 {
  font-size: 20px;
  color: #999999;
  font-family: Times New Roman;
}

.comment2 {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 50px;
  color: #333366;
}