/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #999999;
  background-position: top left;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #990000;
  font-size: 14px;
  font-variant: inherit;
  font-weight: normal;
  line-height: 14px;
  padding-top: 10px;
}
h2 {
  color: #990000;
  font-size: 14px;
  font-variant: inherit;
  font-weight: normal;
  line-height: 14px;
}
h3 {
  color: #515151
}
a,  a:link {
  color: #990000;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #990000;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #CC0000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  max-width: 950px; 
  min-width: 800px; 
  text-align: left;
  width: 100%;
}
#outerWrapper #header {
	background: url(../images/header_aa.jpg) no-repeat center top;
	font-size: 18px;
	font-weight: normal;
	height: 100px;
	line-height: 15px;
	padding: 0px 0px 0px 0px;	
}
#outerWrapper #contentWrapper {
  margin-top: 10px;
}
#outerWrapper #navigate {
  height:inherit;
  left:0;
  line-height:2;
  overflow:hidden;
  padding:0.3em 0 0.25em 0;
  margin-top: 1px;
  margin-left: -7px;
  position:relative;
  right:0;
  top:auto;
  z-index:1;
}
#outerWrapper #contentWrapper #sidebar {
	float: right;
	margin-top: 40px;
	padding: 0px 10px 10px 10px;
	width: 200px;
	margin-right:0px;
	
}
#outerWrapper #contentWrapper #sidebar h2 {
	color: #004D99;
	padding: 1px 0 2px 0;
	margin: 0 -10px -10px -10px;
	text-indent: 0.5em;
	font-weight: bold;
}
#outerWrapper #contentWrapper #content {
  margin: 0 240px 0 30px;
  padding: 10px 20px 10px 20px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
	clear: both;
	background-color: #919191;
	color: #CCCCCC;
	padding: 1px 40px 0 40px;
	text-align: center;
	margin-bottom: 20px;
	border-top: solid #990000 1px;
}
/*  navigation */
#navigate h4 {
display:none;
}
#navigate ul, #navigate li {
margin:0;
padding:0;
}
#navigate ul {
padding-left:0.5em;
}
#navlinks {
float: left;
width:100%;
}
#navlinks a {
text-decoration:none;
}
#navlinks li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:1px;
}
#navlinks li a {
	border-top:0.5em solid #C2C2C2;
	color:#515151;
	font-weight:normal;
	margin-right:0.125em;
	padding:0.3em 1em;
	font-size:12px;
}
#navlinks li ul {
border:medium none;
display:none;
}
#navlinks li li a {
font-weight:normal;
}
#navlinks a:hover {
border-top-color:#990000;
color:#990000;
}
#navlinks #otherLink {
margin-left:1.75em;
}
#navlinks a#here {
    border-top-color: #990000 !important;
    color: #990000 !important;
}
/*   navigation for sidebar wellness   */
#sidenavlinks {
float: left;
width:100%;
}
#sidenavlinks a {
display: block;
width: 150px;
text-decoration:none;
}
#sidenavlinks li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0;
}
#sidenavlinks li a {
	color:#515151;
	border-left: 0.5em solid #FFFFFF;
	font-weight:normal;
	margin-bottom:0.2em;
	padding:0.15em 1em;
	font-size:12px;
}
#sidenavlinks li ul {
border:medium none;
display:none;
}
#sidenavlinks li li a {
font-weight:normal;
}
#sidenavlinks a:hover {
border-left: 0.5em solid #990000;
color:#990000;
}
#sidenavlinks #otherLink {
margin-left:1.75em;
}
#sidenavlinks a#here {
    border-left: 0.5em solid #990000 !important;
    color: #990000 !important;
}
/*   images    */
#content img.illus {
	float: right;
	margin: 0.5em 0 1em 1em;
}
#pictureWrapper {
    float: right;
    margin: 10px 10px 0 20px;
}
.picBorder {
    background-color: #fff;
    padding: 5px;
    border: #C2C2C2 solid 1px;
}
p#caption {
    margin: 0;
    padding: 3px 10px;
    font-weight: normal;
    text-align: center;
}  
/*    forms   */
.warning {
    font-weight: bold !important;
    color: #f00 !important;
}
form {
    margin: 0 0 0 20px;
}

form h2 {
    color: #036;
    font-size: 80%;
    font-weight: normal;
    margin: 0 0 5px 10px;
}

form p {
    margin: 0 0 5px 0;
}

.formbox {
    width: 180px;
}

fieldset {
    border: none;
}

label {
    font-weight: normal;
    color: #036;
    display: block;
}

